File size: 8,481 Bytes
18b59fe
 
 
 
 
 
 
 
8e94d12
c992b23
 
 
 
990cd19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c992b23
 
 
 
 
 
 
 
 
 
 
 
990cd19
 
 
c992b23
 
 
 
 
 
 
990cd19
 
 
 
 
c992b23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990cd19
 
 
 
c992b23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990cd19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c992b23
 
 
 
 
 
 
 
 
990cd19
c992b23
990cd19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
---
license: cc-by-4.0
language:
- it
tags:
- medical
size_categories:
- n<1K
configs:
- config_name: dimmi_600
  data_files: "data/dimmi_600.tsv"
- config_name: dimmi_gs_07
  data_files: "data/dimmi_gs_07.json"
---
# Dataset Card for Dataset Name

DIMMI - Drug InforMation Mining in Italian

 
## Dataset Details

### Dataset Description

DIMMI consists of 600 Italian drug package leaflets. 
The documents in the DIMMI exhibit a wide range of lengths, with the shortest document containing 363 tokens and the longest extending to 11,730 tokens.





- **Curated by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]

### Dataset Sources [optional]

DIMMI dataset is derived from the [D-LeafIT Corpus](https://github.com/unior-nlp-research-group/D-LeafIT), made up of 1819 Italian drug package leaflets. 
The corpus has been created extracting PILs available on the [Italian Agency for Medications (Agenzia Italiana del Farmaco - AIFA)](https://www.aifa.gov.it/en/home), 
among which 1439 refer to generic drugs and 380 to class A drugs.

- **Repository:** [D-LeafIT - Drug Leaflet Italian Corpus](https://github.com/unior-nlp-research-group/D-LeafIT)
- **Paper:** [Large Language Models as Drug Information Providers for Patients](https://aclanthology.org/2024.cl4health-1.7/)
- **Demo [optional]:** [More Information Needed]

## Uses

The primary objective of this dataset is to facilitate the development of natural language processing models in the pharmaceutical domain. 

Specifically, it is designed to support:

1. **Information Extraction Tasks**: The dataset serves as a foundation for training models to extract critical information from pharmaceutical texts.

2. **Question Answering Systems**: It enables the creation of models capable of accurately answering specific questions related to:
   - Drug dosage
   - Medication usage
   - Side effects
   - Drug-drug interactions


### Direct Use


**Model Evaluation**: Researchers and developers can use this dataset to benchmark the performance of their NLP models in pharmaceutical information extraction tasks.

**AI in Healthcare**: The dataset contributes to the broader goal of enhancing AI applications in healthcare, particularly in pharmacology and patient care.

By approaching this challenge as an information extraction task, researchers can develop models that not only understand pharmaceutical texts but also extract and structure relevant information, making it readily accessible for healthcare professionals and patients alike.


[More Information Needed]

### Out-of-Scope Use

While this dataset is designed to support research and development in pharmaceutical information extraction, it's important to note its limitations and potential misuses. 

The following uses are considered out of scope and should be avoided:

1. **Medical Diagnosis or Treatment**: This dataset is not intended to be used as a substitute for professional medical advice, diagnosis, or treatment. It should not be used to make clinical decisions without consultation with qualified healthcare professionals.

2. **Drug Prescription**: The information extracted from this dataset should not be used to prescribe, modify, or discontinue any medication regimen without proper medical supervision.

3. **Legal or Regulatory Compliance**: The dataset is not designed to ensure compliance with pharmaceutical regulations or legal requirements. It should not be used as a sole source for regulatory or legal decision-making in the pharmaceutical industry.

4. **Patient-Specific Recommendations**: The dataset does not account for individual patient characteristics, medical history, or specific health conditions. It should not be used to generate personalized medical recommendations.

5. **Commercial Product Development**: While the dataset can inform research, it is not intended for direct commercial application in drug development or marketing without additional validation and regulatory approval.

6. **Comprehensive Drug Information**: The dataset does not cover all existing drugs or all possible drug interactions. It should not be considered an exhaustive source of pharmaceutical information.

Users of this dataset should be aware of these limitations and ensure that their applications align with ethical guidelines and professional standards in healthcare and pharmaceutical research.


## Dataset Structure

The DIMMI dataset consists of two main files:

1. **dimmi_600.tsv**
   This file contains the primary data entries, where each entry includes:
   - ID: A unique identifier for each entry
   - ID_LOC: Indicates the ID location in the original corpus
   - Drug_Name: The name of the drug
   - Text: The full text of the drug leaflet

2. **dimmi_gs_07.json**
   This file contains the gold standard annotations, structured as follows:
   - ID_LOC: Corresponds to the ID_LOC in dimmi_600.tsv
   - Annotations for the following categories, each represented as a list of strings:
     - Molecule
     - Usage
     - Dosage
     - Drug Interaction
     - Side Effect

The use of lists for the annotations in dimmi_gs_07.json allows for multiple entries per category, providing a comprehensive and flexible representation of the annotated information.


## Dataset Creation

### Curation Rationale

<!-- Motivation for the creation of this dataset. -->

[More Information Needed]

### Source Data

<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->

#### Data Collection and Processing

<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->

[More Information Needed]

#### Who are the source data producers?

<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->


### Annotations

We developed a comprehensive gold standard (GS). This GS was created through manual annotation of the following key categories:

1. Molecule
2. Dosage
3. Drug Interaction
4. Usage
5. Side Effect

The manual annotation process ensures a high-quality benchmark against which we can evaluate our system's accuracy and effectiveness in identifying and categorizing pharmaceutical information.

#### Annotation process

<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->

[More Information Needed]

#### Who are the annotators?

<!-- This section describes the people or systems who created the annotations. -->

[More Information Needed]

#### Personal and Sensitive Information

<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->

[More Information Needed]

## Bias, Risks, and Limitations

<!-- This section is meant to convey both technical and sociotechnical limitations. -->

[More Information Needed]

### Recommendations

<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

## Citation [optional]

<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->

**BibTeX:**

[More Information Needed]

**APA:**

[More Information Needed]

## Glossary [optional]

<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->

[More Information Needed]

## More Information [optional]

[More Information Needed]

## Dataset Card Authors [optional]

[More Information Needed]

## Dataset Card Contact

[More Information Needed]