nielsr HF Staff commited on
Commit
7626e85
·
verified ·
1 Parent(s): 202e832

Ensure paper link

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2503.08890

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
 
 
2
  license: cc-by-sa-3.0
 
 
3
  task_categories:
4
  - summarization
5
- language:
6
- - en
7
  tags:
8
  - biomedical
9
  - health
@@ -11,8 +13,6 @@ tags:
11
  - summarization
12
  - LLM
13
  - factuality
14
- size_categories:
15
- - 1K<n<10K
16
  ---
17
 
18
  PlainFact is a high-quality human-annotated dataset with fine-grained explanation (i.e., added information) annotations designed for Plain Language Summarization tasks, along with [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework. It is collected from the [Cochrane database](https://www.cochranelibrary.com/) sampled from CELLS dataset ([Guo et al., 2024](https://doi.org/10.1016/j.jbi.2023.104580)).
@@ -32,7 +32,7 @@ from datasets import load_dataset
32
  plainfact = load_dataset("uzw/PlainFact")
33
  ```
34
 
35
- For detailed information regarding the dataset or factuality evaluation framework, please refer to our [Github repo](https://github.com/zhiwenyou103/PlainQAFact) and paper.
36
 
37
  Citation
38
  If you use data from PlainFact or PlainFact-summary, please cite with the following BibTex entry:
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-sa-3.0
5
+ size_categories:
6
+ - 1K<n<10K
7
  task_categories:
8
  - summarization
 
 
9
  tags:
10
  - biomedical
11
  - health
 
13
  - summarization
14
  - LLM
15
  - factuality
 
 
16
  ---
17
 
18
  PlainFact is a high-quality human-annotated dataset with fine-grained explanation (i.e., added information) annotations designed for Plain Language Summarization tasks, along with [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework. It is collected from the [Cochrane database](https://www.cochranelibrary.com/) sampled from CELLS dataset ([Guo et al., 2024](https://doi.org/10.1016/j.jbi.2023.104580)).
 
32
  plainfact = load_dataset("uzw/PlainFact")
33
  ```
34
 
35
+ For detailed information regarding the dataset or factuality evaluation framework, please refer to our [Github repo](https://github.com/zhiwenyou103/PlainQAFact) and paper at https://huggingface.co/papers/2503.08890.
36
 
37
  Citation
38
  If you use data from PlainFact or PlainFact-summary, please cite with the following BibTex entry: