Fixed a bug in citation.
Browse files
README.md
CHANGED
|
@@ -40,6 +40,7 @@ We provide baseline results using state-of-the-art models like Gemini-Pro-1.5-05
|
|
| 40 |
|
| 41 |
If you use this dataset in your research, please cite our paper:
|
| 42 |
|
|
|
|
| 43 |
@misc{krishna2024factfetchreasonunified,
|
| 44 |
title={Fact, Fetch, and Reason: A Unified Evaluation of Retrieval-Augmented Generation},
|
| 45 |
author={Satyapriya Krishna and Kalpesh Krishna and Anhad Mohananey and Steven Schwarcz and Adam Stambler and Shyam Upadhyay and Manaal Faruqui},
|
|
@@ -49,5 +50,6 @@ If you use this dataset in your research, please cite our paper:
|
|
| 49 |
primaryClass={cs.CL},
|
| 50 |
url={https://arxiv.org/abs/2409.12941},
|
| 51 |
}
|
|
|
|
| 52 |
|
| 53 |
We hope FRAMES will be useful for advancing RAG systems and language model capabilities. For more details, please refer to our full paper.
|
|
|
|
| 40 |
|
| 41 |
If you use this dataset in your research, please cite our paper:
|
| 42 |
|
| 43 |
+
```
|
| 44 |
@misc{krishna2024factfetchreasonunified,
|
| 45 |
title={Fact, Fetch, and Reason: A Unified Evaluation of Retrieval-Augmented Generation},
|
| 46 |
author={Satyapriya Krishna and Kalpesh Krishna and Anhad Mohananey and Steven Schwarcz and Adam Stambler and Shyam Upadhyay and Manaal Faruqui},
|
|
|
|
| 50 |
primaryClass={cs.CL},
|
| 51 |
url={https://arxiv.org/abs/2409.12941},
|
| 52 |
}
|
| 53 |
+
```
|
| 54 |
|
| 55 |
We hope FRAMES will be useful for advancing RAG systems and language model capabilities. For more details, please refer to our full paper.
|