ireneisdoomed commited on
Commit
caa5f6b
·
1 Parent(s): cd056ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +172 -1
README.md CHANGED
@@ -1,3 +1,174 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - apache-2.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: clinical_trial_reason_to_stop
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - bio
19
+ - research papers
20
+ - clinical trial
21
+ - drug development
22
+ task_categories:
23
+ - text-classification
24
+ task_ids:
25
+ - multi-class-classification
26
+ - multi-label-classification
27
  ---
28
+
29
+ # Dataset Card for Clinical Trials's Reason to Stop
30
+
31
+ ## Table of Contents
32
+ - [Table of Contents](#table-of-contents)
33
+ - [Dataset Description](#dataset-description)
34
+ - [Dataset Summary](#dataset-summary)
35
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
36
+ - [Languages](#languages)
37
+ - [Dataset Structure](#dataset-structure)
38
+ - [Data Instances](#data-instances)
39
+ - [Data Fields](#data-fields)
40
+ - [Data Splits](#data-splits)
41
+ - [Dataset Creation](#dataset-creation)
42
+ - [Curation Rationale](#curation-rationale)
43
+ - [Source Data](#source-data)
44
+ - [Annotations](#annotations)
45
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
47
+ - [Social Impact of Dataset](#social-impact-of-dataset)
48
+ - [Discussion of Biases](#discussion-of-biases)
49
+ - [Other Known Limitations](#other-known-limitations)
50
+ - [Additional Information](#additional-information)
51
+ - [Dataset Curators](#dataset-curators)
52
+ - [Licensing Information](#licensing-information)
53
+ - [Citation Information](#citation-information)
54
+ - [Contributions](#contributions)
55
+
56
+ ## Dataset Description
57
+
58
+ - **Homepage:** https://www.opentargets.org
59
+ - **Repository:** https://github.com/LesyaR/stopReasons
60
+ - **Paper:**
61
+ - **Point of Contact:** [email protected]
62
+
63
+ ### Dataset Summary
64
+
65
+ This dataset contains a curated classification of more than 5000 reasons why a clinical trial has suffered an early stop.
66
+ The text has been extracted from clinicaltrials.gov, the largest resource of clinical trial information. The text has been curated by members of the Open Targets organisation, a project aimed at providing data relevant to drug development.
67
+
68
+ All 17 possible classes have been carefully defined:
69
+ - Business_Administrative
70
+ - Another_Study
71
+ - Negative
72
+ - Study_Design
73
+ - Invalid_Reason
74
+ - Ethical_Reason
75
+ - Insufficient_Data
76
+ - Insufficient_Enrollment
77
+ - Study_Staff_Moved
78
+ - Endpoint_Met
79
+ - Regulatory
80
+ - Logistics_Resources
81
+ - Safety_Sideeffects
82
+ - No_Context
83
+ - Success
84
+ - Interim_Analysis
85
+ - Covid19
86
+
87
+ ### Supported Tasks and Leaderboards
88
+
89
+ Multi class classification
90
+
91
+ ### Languages
92
+
93
+ English
94
+
95
+ ## Dataset Structure
96
+
97
+ ### Data Instances
98
+
99
+ ```json
100
+ {'text': 'Due to company decision to focus resources on a larger, controlled study in this patient population."',
101
+ 'label': 'Another_Study'}
102
+ ```
103
+
104
+
105
+ ### Data Fields
106
+
107
+ `text`: contains the reason for the CT early stop
108
+ `label`: contains one of the 17 defined classes
109
+
110
+ ### Data Splits
111
+
112
+ [More Information Needed]
113
+
114
+ ## Dataset Creation
115
+
116
+ ### Curation Rationale
117
+
118
+ [More Information Needed]
119
+
120
+ ### Source Data
121
+
122
+ #### Initial Data Collection and Normalization
123
+
124
+ [More Information Needed]
125
+
126
+ #### Who are the source language producers?
127
+
128
+ [More Information Needed]
129
+
130
+ ### Annotations
131
+
132
+ #### Annotation process
133
+
134
+ [More Information Needed]
135
+
136
+ #### Who are the annotators?
137
+
138
+ [More Information Needed]
139
+
140
+ ### Personal and Sensitive Information
141
+
142
+ [More Information Needed]
143
+
144
+ ## Considerations for Using the Data
145
+
146
+ ### Social Impact of Dataset
147
+
148
+ [More Information Needed]
149
+
150
+ ### Discussion of Biases
151
+
152
+ [More Information Needed]
153
+
154
+ ### Other Known Limitations
155
+
156
+ [More Information Needed]
157
+
158
+ ## Additional Information
159
+
160
+ ### Dataset Curators
161
+
162
+ [More Information Needed]
163
+
164
+ ### Licensing Information
165
+
166
+ This dataset has an Apache 2.0 license.
167
+
168
+ ### Citation Information
169
+
170
+ [More Information Needed]
171
+
172
+ ### Contributions
173
+
174
+ Thanks to [@ireneisdoomed](https://github.com/<github-username>) for adding this dataset.