pat-jj commited on
Commit
5f39598
·
verified ·
1 Parent(s): 50da90e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -11,15 +11,7 @@ DeepRetrieval is a novel approach that uses reinforcement learning (RL) to train
11
  - **Reasoning-Enhanced Generation**: Incorporates a structured generation method with explicit reasoning before query formulation
12
  - **State-of-the-Art Performance**: Achieves remarkable results across diverse retrieval tasks
13
  - **Parameter Efficiency**: With just 3B parameters, outperforms much larger models like GPT-4o and Claude-3.5-Sonnet
14
-
15
- ## Performance Highlights
16
-
17
- - **Literature Search**: Doubles the recall on PubMed (65.07% vs previous SOTA 24.68%) and ClinicalTrials.gov (63.18% vs previous SOTA 32.11%)
18
- - **Evidence-Seeking Retrieval**: Achieves performance equivalent to industry-leading LLMs on NQ and TriviaQA, and significantly outperforms them on SQuAD
19
- - **Classic IR**: Shows superior performance across diverse retrieval benchmarks
20
- - **SQL Database Search**: Excels in text-to-SQL generation for database search
21
-
22
-
23
  ## About
24
 
25
- DeepRetrieval was developed by researchers from the University of Illinois Urbana-Champaign. For more information, visit the [GitHub repository](https://github.com/pat-jj/DeepRetrieval).
 
11
  - **Reasoning-Enhanced Generation**: Incorporates a structured generation method with explicit reasoning before query formulation
12
  - **State-of-the-Art Performance**: Achieves remarkable results across diverse retrieval tasks
13
  - **Parameter Efficiency**: With just 3B parameters, outperforms much larger models like GPT-4o and Claude-3.5-Sonnet
14
+ -
 
 
 
 
 
 
 
 
15
  ## About
16
 
17
+ DeepRetrieval was developed by researchers from the UIUC CS. For more information, visit the [GitHub repository](https://github.com/pat-jj/DeepRetrieval).