Improve CheXpert-plus-RRG dataset card: Add metadata and links
Browse filesThis PR significantly enhances the CheXpert-plus-RRG dataset card by making the following improvements:
- Adds `task_categories: ['image-text-to-text']` to the YAML metadata, improving discoverability for relevant tasks.
- Specifies the `license: mit` in the YAML metadata, aligning with the license declared in the associated GitHub repository.
- Includes `language: en`, `medical`, `radiology`, `mllm`, `hallucination`, `report-generation`, and `chest-x-ray` as `tags` to provide more specific context and improve searchability.
- Adds explicit links to the paper, project page, and GitHub repository at the top of the content for easier access to related resources.
These changes make the dataset card more informative and user-friendly for the Hugging Face community.
|
@@ -37,16 +37,34 @@ configs:
|
|
| 37 |
data_files:
|
| 38 |
- split: valid
|
| 39 |
path: impression_section/valid-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
|
|
|
| 41 |
# CheXpert-plus-RRG: Radiology Report Generation Subsets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
CheXpert-plus-RRG curates two report-generation benchmarks from the [CheXpert Plus validation split](https://stanfordmlgroup.github.io/competitions/chexpert/). Each configuration links a frontal chest radiograph with its matching clinical narrative.
|
| 43 |
|
| 44 |
---
|
| 45 |
|
| 46 |
## 📚 Dataset Overview
|
| 47 |
| Subset | Section Target | Split | #Samples | View Coverage |
|
| 48 |
-
|----------------------|----------------|-------|----------|----------------------|
|
| 49 |
-
| `findings_section` | Findings | valid | 62 | Frontal (AP/PA) |
|
| 50 |
| `impression_section` | Impression | valid | 202 | Frontal (AP/PA) |
|
| 51 |
|
| 52 |
- Packaged as a validation-only suite for **benchmarking and zero-shot evaluation**.
|
|
|
|
| 37 |
data_files:
|
| 38 |
- split: valid
|
| 39 |
path: impression_section/valid-*
|
| 40 |
+
task_categories:
|
| 41 |
+
- image-text-to-text
|
| 42 |
+
license: mit
|
| 43 |
+
language:
|
| 44 |
+
- en
|
| 45 |
+
tags:
|
| 46 |
+
- medical
|
| 47 |
+
- radiology
|
| 48 |
+
- mllm
|
| 49 |
+
- hallucination
|
| 50 |
+
- report-generation
|
| 51 |
+
- chest-x-ray
|
| 52 |
---
|
| 53 |
+
|
| 54 |
# CheXpert-plus-RRG: Radiology Report Generation Subsets
|
| 55 |
+
|
| 56 |
+
Paper: [CCD: Mitigating Hallucinations in Radiology MLLMs via Clinical Contrastive Decoding](https://huggingface.co/papers/2509.23379)
|
| 57 |
+
Project Page: [https://x-izhang.github.io/CCD/](https://x-izhang.github.io/CCD/)
|
| 58 |
+
Code: [https://github.com/X-iZhang/CCD](https://github.com/X-iZhang/CCD)
|
| 59 |
+
|
| 60 |
CheXpert-plus-RRG curates two report-generation benchmarks from the [CheXpert Plus validation split](https://stanfordmlgroup.github.io/competitions/chexpert/). Each configuration links a frontal chest radiograph with its matching clinical narrative.
|
| 61 |
|
| 62 |
---
|
| 63 |
|
| 64 |
## 📚 Dataset Overview
|
| 65 |
| Subset | Section Target | Split | #Samples | View Coverage |
|
| 66 |
+
|----------------------|----------------|-------|----------|----------------------|\
|
| 67 |
+
| `findings_section` | Findings | valid | 62 | Frontal (AP/PA) |\
|
| 68 |
| `impression_section` | Impression | valid | 202 | Frontal (AP/PA) |
|
| 69 |
|
| 70 |
- Packaged as a validation-only suite for **benchmarking and zero-shot evaluation**.
|