kalpeshk2011 skrishna commited on
Commit
0b9e48e
1 Parent(s): 3169e20

Update README.md (#7)

Browse files

- Update README.md (adca65c6107c77b695f4f2790c65ebaa282f5cca)


Co-authored-by: Satya <[email protected]>

Files changed (1) hide show
  1. README.md +16 -8
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
- @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},
47
- year={2024},
48
- eprint={2409.12941},
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