Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# DeepRetrieval
|
| 6 |
+
## Overview
|
| 7 |
+
|
| 8 |
+
DeepRetrieval is a novel approach that uses reinforcement learning (RL) to train Large Language Models (LLMs) for query generation without requiring supervised data. Instead of relying on expensive human-annotated or distilled reference queries, DeepRetrieval enables LLMs to learn through direct trial and error, using retrieval metrics as rewards.
|
| 9 |
+
## Key Features
|
| 10 |
+
|
| 11 |
+
- **No Supervision Required**: Eliminates the need for expensive human-annotated or distilled reference queries
|
| 12 |
+
- **RL-Based Framework**: Uses reinforcement learning to optimize query generation directly for retrieval performance
|
| 13 |
+
- **State-of-the-Art Performance**: Achieves remarkable results across diverse retrieval tasks
|
| 14 |
+
|
| 15 |
+
Please view our [GitHub page](https://github.com/pat-jj/DeepRetrieval) for instructions.
|
| 16 |
+
|
| 17 |
+
[DeepRetrieval Paper](arxiv.org/abs/2503.00223)
|
| 18 |
+
```
|
| 19 |
+
@article{jiang2025deepretrievalhackingrealsearch,
|
| 20 |
+
title={DeepRetrieval: Hacking Real Search Engines and Retrievers with Large Language Models via Reinforcement Learning},
|
| 21 |
+
author={Pengcheng Jiang and Jiacheng Lin and Lang Cao and Runchu Tian and SeongKu Kang and Zifeng Wang and Jimeng Sun and Jiawei Han},
|
| 22 |
+
year={2025},
|
| 23 |
+
journal = {arXiv preprint arXiv: 2503.00223},
|
| 24 |
+
url={https://arxiv.org/abs/2503.00223}
|
| 25 |
+
}
|
| 26 |
+
```
|