Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- README.md +40 -3
- test.csv +3 -0
- train.csv +3 -0
- validation.csv +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
test.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
train.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
validation.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- medical
|
| 9 |
+
- biomedical
|
| 10 |
+
- abstract
|
| 11 |
+
- conclusion-generation
|
| 12 |
+
pretty_name: MedConclusion
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1M<n<10M
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# MedConclusion
|
| 18 |
+
|
| 19 |
+
**MedConclusion** is a large-scale dataset of 5.7M PubMed structured abstracts for biomedical conclusion generation. Each instance pairs the non-conclusion sections of an abstract with the original author-written conclusion, providing naturally occurring supervision for evidence-to-conclusion reasoning. MedConclusion also includes journal-level metadata such as biomedical category and SJR, enabling subgroup analysis across biomedical domains.
|
| 20 |
+
|
| 21 |
+
This repository contains the full version of the dataset.
|
| 22 |
+
|
| 23 |
+
- **Train**: 70%
|
| 24 |
+
- **Validation**: 10%
|
| 25 |
+
- **Test**: 20%
|
| 26 |
+
|
| 27 |
+
## Benchmark Information
|
| 28 |
+
|
| 29 |
+
This dataset is introduced in the paper [MedConclusion: A Benchmark for Biomedical Conclusion Generation from Structured Abstracts](https://arxiv.org/abs/2604.06505).
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@article{li2026medconclusion,
|
| 35 |
+
title={MedConclusion: A Benchmark for Biomedical Conclusion Generation from Structured Abstracts},
|
| 36 |
+
author={Li, Weiyue and Qian, Ruizhi and Li, Yi and Li, Yongce and Long, Yunfan and Cai, Jiahui and Luo, Yan and Wang, Mengyu},
|
| 37 |
+
journal={arXiv preprint arXiv:2604.06505},
|
| 38 |
+
year={2026}
|
| 39 |
+
}
|
| 40 |
+
```
|
test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10b11720e4b66bdb71fbe8a423cd73351564680d1adccf474f76aeffde06ccdf
|
| 3 |
+
size 2421365894
|
train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:496c47b3cd150f3580d19dbb88f9606cde0b4581d4afec7662bac05fbbbd2417
|
| 3 |
+
size 8473703824
|
validation.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5c201af0f3634a0acc5100f6103b98d5b9ce125dda1f207573ec82b3f229c5d
|
| 3 |
+
size 1210721257
|