qiaoruiyt commited on
Commit
19956db
·
verified ·
1 Parent(s): 18977c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  base_model:
@@ -10,8 +10,8 @@ ReasonIR-8B is the first retriever specifically trained for general reasoning ta
10
  on BRIGHT (reasoning-intensive retrieval).
11
  When employed for retrieval-augmented generation (RAG), ReasonIR-8B also brings substantial gains on MMLU and GPQA.
12
 
13
- - Repository:
14
- - Paper:
15
 
16
  ## Usage
17
  Make sure to install `transformers>=4.47.0` first!
@@ -61,4 +61,13 @@ It is important to also include `trust_remote_code=True` and `torch_dtype="auto"
61
 
62
  NOTE: there seems to be some very slight floating point discrepancy when using the SentenceTransformer (because it does not support bf16 precision), though it should not affect the results in general.
63
 
64
- ## Citation
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-4.0
3
  language:
4
  - en
5
  base_model:
 
10
  on BRIGHT (reasoning-intensive retrieval).
11
  When employed for retrieval-augmented generation (RAG), ReasonIR-8B also brings substantial gains on MMLU and GPQA.
12
 
13
+ - Repository: https://github.com/facebookresearch/ReasonIR
14
+ - Paper: https://arxiv.org/abs/2504.20595
15
 
16
  ## Usage
17
  Make sure to install `transformers>=4.47.0` first!
 
61
 
62
  NOTE: there seems to be some very slight floating point discrepancy when using the SentenceTransformer (because it does not support bf16 precision), though it should not affect the results in general.
63
 
64
+ ## Citation
65
+ ```
66
+ @article{shao2025reasonir,
67
+ title={ReasonIR: Training Retrievers for Reasoning Tasks},
68
+ author={Rulin Shao and Rui Qiao and Varsha Kishore and Niklas Muennighoff and Xi Victoria Lin and Daniela Rus and Bryan Kian Hsiang Low and Sewon Min and Wen-tau Yih and Pang Wei Koh and Luke Zettlemoyer},
69
+ year={2025},
70
+ journal={arXiv preprint arXiv:2504.20595},
71
+ url={https://arxiv.org/abs/2504.20595},
72
+ }
73
+ ```