File size: 1,930 Bytes
f7fb6ac 8b1cc6b afe0805 261a7ab afe0805 1f7eda5 afe0805 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
license: mit
language:
- en
base_model:
- meta-llama/Meta-Llama-3-8B-Instruct
library_name: transformers
pipeline_tag: text-generation
---
# π§ LLM-QE: Improving Query Expansion by Aligning Large Language Models with Ranking Preferences
This is the official model for **[LLM-QE: Improving Query Expansion by Aligning Large Language Models with Ranking Preferences](https://arxiv.org/abs/2502.17057)**.
The LLM-QE model is designed to enhance **query expansion** in **information retrieval** tasks by leveraging **Large Language Models (LLMs)**, improving the **alignment between LLMs and ranking preferences** during query expansion.
---
## π **Paper**
For a detailed explanation of the methodology and experiments, please refer to our paper:
[**LLM-QE: Improving Query Expansion by Aligning Large Language Models with Ranking Preferences**](https://arxiv.org/abs/2502.17057)
---
## π Reproduce the Results
To reproduce the experiments and benchmarks from the paper, follow the instructions provided in the official GitHub repository: [π GitHub: NEUIR/LLM-QE](https://github.com/NEUIR/LLM-QE).
## π Model Details
- Model Name: LLM-QE-DPO
- Architecture: LLaMA3-8B-Instruct with query expansion alignment using ranking preferences
## π Usage:
You can use this model for query expansion tasks, particularly in information retrieval systems that benefit from alignment with ranking preferences.
## π Citation
If you use LLM-QE in your work, please consider citing our paper:
```
@misc{yao2025llmqeimprovingqueryexpansion,
title={LLM-QE: Improving Query Expansion by Aligning Large Language Models with Ranking Preferences},
author={Sijia Yao and Pengcheng Huang and Zhenghao Liu and Yu Gu and Yukun Yan and Shi Yu and Ge Yu},
year={2025},
eprint={2502.17057},
archivePrefix={arXiv},
primaryClass={cs.IR},
url={https://arxiv.org/abs/2502.17057},
}
``` |