# ConversationQueryRewriter **Repository Path**: thunlp/ConversationQueryRewriter ## Basic Information - **Project Name**: ConversationQueryRewriter - **Description**: Code and Data for SIGIR 2020 Paper "Few-Shot Generative Conversational Query Rewriting" - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ConversationQueryRewriter ### Dependencies To install the dependencies for ConversationQueryRewriter, use ``` pip install -r requirements.txt ``` ### Train TODO ### Download Trained Models Two trained models can be downloaded with the following link: [Model-based+CV-0](https://thunlp.s3-us-west-1.amazonaws.com/Model-based%2BCV-0.zip) and [Rule-based+CV-1](https://thunlp.s3-us-west-1.amazonaws.com/Rule-based%2BCV-1.zip). ### Inference You could use the following command to do inference: ``` python run_prediction.py --model_path --input_file data/eval_topics.jsonl --output_file ``` ### Contact If you have any question or suggestion, please send email to alphaf52@gmail.com.