Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
dskar commited on
Commit
991ea43
·
verified ·
1 Parent(s): c519ba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -12,12 +12,21 @@ Inspired by the dataset from FActScore.
12
 
13
  With this dataset, LLMs are given the task of writing biographies which can be validated for factual accuracy against Wikipedia articles.
14
 
15
- Please reference the original FActScore paper if using this dataset:
16
 
17
- > @inproceedings{ factscore,
 
 
 
 
18
  title={ {FActScore}: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation },
19
  author={ Min, Sewon and Krishna, Kalpesh and Lyu, Xinxi and Lewis, Mike and Yih, Wen-tau and Koh, Pang Wei and Iyyer, Mohit and Zettlemoyer, Luke and Hajishirzi, Hannaneh },
20
  year={ 2023 },
21
  booktitle = { EMNLP },
22
  url={ https://arxiv.org/abs/2305.14251 }
23
- }
 
 
 
 
 
 
12
 
13
  With this dataset, LLMs are given the task of writing biographies which can be validated for factual accuracy against Wikipedia articles.
14
 
15
+ ## References
16
 
17
+ ### FActScore
18
+
19
+ This dataset is inspired by the work of the authors from the FActScore publication:
20
+
21
+ @inproceedings{ factscore,
22
  title={ {FActScore}: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation },
23
  author={ Min, Sewon and Krishna, Kalpesh and Lyu, Xinxi and Lewis, Mike and Yih, Wen-tau and Koh, Pang Wei and Iyyer, Mohit and Zettlemoyer, Luke and Hajishirzi, Hannaneh },
24
  year={ 2023 },
25
  booktitle = { EMNLP },
26
  url={ https://arxiv.org/abs/2305.14251 }
27
+ }
28
+
29
+ ### Wikipedia
30
+
31
+ This dataset contains content from [Wikipedia](https://www.wikipedia.org/), which is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
32
+ © Wikipedia contributors. See [Wikipedia:Reusing Wikipedia content](https://en.wikipedia.org/wiki/Wikipedia:Reusing_Wikipedia_content) for more information.