Add link to paper via Hugging Face Papers
Browse filesThis PR ensures that the dataset is linked to its Hugging Face Papers entry: https://huggingface.co/papers/2503.08890.
README.md
CHANGED
@@ -1,29 +1,14 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
task_categories:
|
4 |
-
- summarization
|
5 |
language:
|
6 |
- en
|
|
|
7 |
size_categories:
|
8 |
- n<1K
|
9 |
-
---
|
10 |
-
---
|
11 |
-
license: apache-2.0
|
12 |
task_categories:
|
13 |
- summarization
|
14 |
-
language:
|
15 |
-
- en
|
16 |
-
tags:
|
17 |
-
- biomedical
|
18 |
-
- health
|
19 |
-
- NLP
|
20 |
-
- summarization
|
21 |
-
- LLM
|
22 |
-
size_categories:
|
23 |
-
- 1K<n<10K
|
24 |
---
|
25 |
|
26 |
-
PlainFact-summary is a high-quality human-annotated dataset 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)).
|
27 |
|
28 |
We also provided a sentence-level version [PlainFact](https://huggingface.co/datasets/uzw/PlainFact) that split the summaries into sentences with fine-grained explanation annotations. In total, we have 200 plain language summary-abstract pairs.
|
29 |
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc-by-4.0
|
5 |
size_categories:
|
6 |
- n<1K
|
|
|
|
|
|
|
7 |
task_categories:
|
8 |
- summarization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
+
PlainFact-summary is a high-quality human-annotated dataset designed for Plain Language Summarization tasks, along with [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework, as described in [PlainQAFact: Automatic Factuality Evaluation Metric for Biomedical Plain Language Summaries Generation](https://huggingface.co/papers/2503.08890). 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)).
|
12 |
|
13 |
We also provided a sentence-level version [PlainFact](https://huggingface.co/datasets/uzw/PlainFact) that split the summaries into sentences with fine-grained explanation annotations. In total, we have 200 plain language summary-abstract pairs.
|
14 |
|