Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ et al., 2020)](https://jmlr.org/papers/volume21/20-074/20-074.pdf) fine-tuned wi
|
|
23 |
- TrueTeacher ([Gekhman et al., 2023](https://arxiv.org/pdf/2305.11171.pdf))
|
24 |
- ANLI ([Nie et al., 2020](https://aclanthology.org/2020.acl-main.441.pdf))
|
25 |
|
|
|
|
|
26 |
|
27 |
The input format for the model is: "premise: GROUNDING_DOCUMENT hypothesis: HYPOTHESIS_SUMMARY".
|
28 |
|
|
|
23 |
- TrueTeacher ([Gekhman et al., 2023](https://arxiv.org/pdf/2305.11171.pdf))
|
24 |
- ANLI ([Nie et al., 2020](https://aclanthology.org/2020.acl-main.441.pdf))
|
25 |
|
26 |
+
The TrueTeacher dataset contains model-generated summaries of articles from the train split of the **CNN/DailyMail** dataset [(Hermann et al., 2015)](https://proceedings.neurips.cc/paper_files/paper/2015/file/afdec7005cc9f14302cd0474fd0f3c96-Paper.pdf)
|
27 |
+
which are annotated for factual consistency using **FLAN-PaLM 540B** [(Chung et al.,2022)](https://arxiv.org/pdf/2210.11416.pdf).
|
28 |
|
29 |
The input format for the model is: "premise: GROUNDING_DOCUMENT hypothesis: HYPOTHESIS_SUMMARY".
|
30 |
|