RafaMann commited on
Commit
c992b23
·
verified ·
1 Parent(s): 8e94d12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -15
README.md CHANGED
@@ -7,12 +7,10 @@ tags:
7
  size_categories:
8
  - n<1K
9
  configs:
10
- - config_name: default
11
- data_files:
12
- - split: train
13
- path: "data/dimmi_600.tsv"
14
- - split: test
15
- path: "data/dimmi_gs_07.json"
16
  ---
17
  # Dataset Card for Dataset Name
18
 
@@ -48,25 +46,75 @@ among which 1439 refer to generic drugs and 380 to class A drugs.
48
 
49
  ## Uses
50
 
51
- <!-- Address questions around how the dataset is intended to be used. -->
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  ### Direct Use
54
 
55
- <!-- This section describes suitable use cases for the dataset. -->
 
 
 
 
 
 
56
 
57
  [More Information Needed]
58
 
59
  ### Out-of-Scope Use
60
 
61
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
- [More Information Needed]
64
 
65
  ## Dataset Structure
66
 
67
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
- [More Information Needed]
70
 
71
  ## Dataset Creation
72
 
@@ -90,11 +138,18 @@ among which 1439 refer to generic drugs and 380 to class A drugs.
90
 
91
  <!-- 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. -->
92
 
93
- [More Information Needed]
94
 
95
- ### Annotations [optional]
 
 
 
 
 
 
 
 
96
 
97
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
98
 
99
  #### Annotation process
100
 
 
7
  size_categories:
8
  - n<1K
9
  configs:
10
+ - config_name: dimmi_600
11
+ data_files: "data/dimmi_600.tsv"
12
+ - config_name: dimmi_gs_07
13
+ data_files: "data/dimmi_gs_07.json"
 
 
14
  ---
15
  # Dataset Card for Dataset Name
16
 
 
46
 
47
  ## Uses
48
 
49
+ The primary objective of this dataset is to facilitate the development of natural language processing models in the pharmaceutical domain.
50
+
51
+ Specifically, it is designed to support:
52
+
53
+ 1. **Information Extraction Tasks**: The dataset serves as a foundation for training models to extract critical information from pharmaceutical texts.
54
+
55
+ 2. **Question Answering Systems**: It enables the creation of models capable of accurately answering specific questions related to:
56
+ - Drug dosage
57
+ - Medication usage
58
+ - Side effects
59
+ - Drug-drug interactions
60
+
61
 
62
  ### Direct Use
63
 
64
+
65
+ **Model Evaluation**: Researchers and developers can use this dataset to benchmark the performance of their NLP models in pharmaceutical information extraction tasks.
66
+
67
+ **AI in Healthcare**: The dataset contributes to the broader goal of enhancing AI applications in healthcare, particularly in pharmacology and patient care.
68
+
69
+ 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.
70
+
71
 
72
  [More Information Needed]
73
 
74
  ### Out-of-Scope Use
75
 
76
+ While this dataset is designed to support research and development in pharmaceutical information extraction, it's important to note its limitations and potential misuses.
77
+
78
+ The following uses are considered out of scope and should be avoided:
79
+
80
+ 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.
81
+
82
+ 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.
83
+
84
+ 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.
85
+
86
+ 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.
87
+
88
+ 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.
89
+
90
+ 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.
91
+
92
+ 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.
93
 
 
94
 
95
  ## Dataset Structure
96
 
97
+ The DIMMI dataset consists of two main files:
98
+
99
+ 1. **dimmi_600.tsv**
100
+ This file contains the primary data entries, where each entry includes:
101
+ - ID: A unique identifier for each entry
102
+ - ID_LOC: Indicates the ID location in the original corpus
103
+ - Drug_Name: The name of the drug
104
+ - Text: The full text of the drug leaflet
105
+
106
+ 2. **dimmi_gs_07.json**
107
+ This file contains the gold standard annotations, structured as follows:
108
+ - ID_LOC: Corresponds to the ID_LOC in dimmi_600.tsv
109
+ - Annotations for the following categories, each represented as a list of strings:
110
+ - Molecule
111
+ - Usage
112
+ - Dosage
113
+ - Drug Interaction
114
+ - Side Effect
115
+
116
+ 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.
117
 
 
118
 
119
  ## Dataset Creation
120
 
 
138
 
139
  <!-- 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. -->
140
 
 
141
 
142
+ ### Annotations
143
+
144
+ We developed a comprehensive gold standard (GS). This GS was created through manual annotation of the following key categories:
145
+
146
+ 1. Molecule
147
+ 2. Dosage
148
+ 3. Drug Interaction
149
+ 4. Usage
150
+ 5. Side Effect
151
 
152
+ 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.
153
 
154
  #### Annotation process
155