Update README.md (#7)
Browse files- Update README.md (adca65c6107c77b695f4f2790c65ebaa282f5cca)
Co-authored-by: Satya <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# FRAMES: Factuality, Retrieval, And reasoning MEasurement Set
|
|
@@ -41,14 +52,11 @@ We provide baseline results using state-of-the-art models like Gemini-Pro-1.5-05
|
|
| 41 |
If you use this dataset in your research, please cite our paper:
|
| 42 |
|
| 43 |
```
|
| 44 |
-
@
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
archivePrefix={arXiv},
|
| 50 |
-
primaryClass={cs.CL},
|
| 51 |
-
url={https://arxiv.org/abs/2409.12941},
|
| 52 |
}
|
| 53 |
```
|
| 54 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- rag
|
| 7 |
+
- long-context
|
| 8 |
+
- llm-search
|
| 9 |
+
- reasoning
|
| 10 |
+
- factuality
|
| 11 |
+
- retreival
|
| 12 |
+
- question-answering
|
| 13 |
+
- iterative-search
|
| 14 |
---
|
| 15 |
|
| 16 |
# FRAMES: Factuality, Retrieval, And reasoning MEasurement Set
|
|
|
|
| 52 |
If you use this dataset in your research, please cite our paper:
|
| 53 |
|
| 54 |
```
|
| 55 |
+
@inproceedings{Krishna2024FactFA,
|
| 56 |
+
title={Fact, Fetch, and Reason: A Unified Evaluation of Retrieval-Augmented Generation},
|
| 57 |
+
author={Satyapriya Krishna and Kalpesh Krishna and Anhad Mohananey and Steven Schwarcz and Adam Stambler and Shyam Upadhyay and Manaal Faruqui},
|
| 58 |
+
year={2024},
|
| 59 |
+
url={https://api.semanticscholar.org/CorpusID:272753636}
|
|
|
|
|
|
|
|
|
|
| 60 |
}
|
| 61 |
```
|
| 62 |
|