---
license: cc-by-nc-nd-4.0
configs:
- config_name: default
data_files:
- split: DART
path: DART.csv
task_categories:
- summarization
- text-classification
- question-answering
language:
- it
tags:
- medical
- nlp
- drug-drug-interaction
size_categories:
- 10K
### 📊 Dataset Statistics
#### General Overview
| **Statistic** | **Value** |
| ----------------------------- | ---------- |
| Number of Medicines | 16,029 |
| Number of Therapeutic Classes | 6 |
| Last Update | May 2025 |
| Total Tokens | 95,760,718 |
| Unique Vocabulary | 102,749 |
| Avg. Tokens per Document | 177.47 |
#### Distribution by Reimbursement Class (AIFA Classification)
| **Class Code** | **Frequency** |
| -------------- | ------------- |
| A | 5,156 |
| C | 5,406 |
| C-bis | 942 |
| C-nn | 1,724 |
| H | 1,599 |
| N | 1,842 |
### 🚀 Application Example: LLM-based DDI Checker
We developed an **LLM-based Drug-Drug Interaction Checker** to demonstrate how DART can enhance pharmacological reasoning in generative models. By leveraging the structured knowledge encoded in DART, the system improves over popular online baselines such as **Drugs.com**, **Medscape**, **WebMD**, and **RxList**, especially in the detection and severity classification of DDIs.
The tool operates in a zero-shot or retrieval-augmented manner and has shown improved precision in Italian-language medical contexts.
### 🧠 Other Applications
* Fine-tune LLMs for Italian-language clinical NLP
* Train information extraction models for ADRs and DDIs
* Build semantic search engines for pharmacological content
* Develop QA/RAG systems over regulatory biomedical texts
### 🤝 Contributing
We welcome contributions to improve the dataset! To contribute, simply open a pull request or report issues on our [issue tracker](https://github.com/PRAISELab-PicusLab/DART/issues). We look forward to your improvements!
### 🖋️ **Citation**
Please cite this work as follows:
```bibtex
@inproceedings{DBLP:conf/itadata/BaroneLRRPM25,
author = {Mariano Barone and
Antonio Laudante and
Giuseppe Riccio and
Antonio Romano and
Marco Postiglione and
Vincenzo Moscato},
editor = {Nicola Bena and
Michelangelo Ceci and
Roberto Esposito and
Riccardo Torlone and
Alex Della Bruna and
Claudio A. Ardagna and
Mirko Polato and
Luigi Romano},
title = {{DART:} {A} Structured Dataset of Regulatory Drug Documents in Italian
for Clinical {NLP}},
booktitle = {Proceedings of the 4th Italian Conference on Big Data and Data Science
{(ITADATA} 2025), Turin, Italy, September 9-11, 2025},
series = {{CEUR} Workshop Proceedings},
volume = {4152},
publisher = {CEUR-WS.org},
year = {2025},
url = {https://ceur-ws.org/Vol-4152/paper75.pdf},
timestamp = {Wed, 28 Jan 2026 17:17:59 +0100},
biburl = {https://dblp.org/rec/conf/itadata/BaroneLRRPM25.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```
👨💻 This project was developed by Giuseppe Riccio, Antonio Romano, Mariano Barone, Antonio Laudante, Marco Postiglione, and Vincenzo Moscato
*University of Naples Federico II* – [PRAISE Lab - PICUS](https://github.com/PRAISELab-PicusLab/)
## 📜 License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License][cc-by-nc-nd].
[![CC BY-NC-ND 4.0][cc-by-nc-nd-image]][cc-by-nc-nd]
[cc-by-nc-nd]: http://creativecommons.org/licenses/by-nc-nd/4.0/
[cc-by-nc-nd-image]: https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png
[cc-by-nc-nd-shield]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg