araag2 commited on
Commit
5128e9b
·
verified ·
1 Parent(s): 6aefab1

Updated README.md with essential info

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md CHANGED
@@ -124,3 +124,73 @@ configs:
124
  - split: test
125
  path: source/test-*
126
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  - split: test
125
  path: source/test-*
126
  ---
127
+
128
+ # HINT: Hierarchical interaction network for clinical-trial-outcome predictions
129
+
130
+ ## Dataset Description
131
+
132
+ - **Homepage:** [Papers with Code](https://paperswithcode.com/paper/hint-hierarchical-interaction-network-for)
133
+
134
+ - **Original Repository:** [Github](https://github.com/futianfan/clinical-trial-outcome-prediction)
135
+
136
+ - **Paper:** [arXiv](https://arxiv.org/abs/2102.04252)
137
+
138
+ - **Points of Contact:**
139
+
140
+ - Main Original Author - Tianfan Fu (futianfan@gmail.com)
141
+
142
+ - Huggingface Curator and Mantainer - [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com)
143
+
144
+ ### Dataset Summary
145
+
146
+ `Clinical trials are crucial for drug development but are time consuming, expensive, and often burdensome on patients. More importantly, clinical trials face uncertain outcomes due to issues with efficacy, safety, or problems with patient recruitment. If we were better at predicting the results of clinical trials, we could avoid having to run trials that will inevitably fail more resources could be devoted to trials that are likely to succeed. In this paper, we propose Hierarchical INteraction Network (HINT) for more general, clinical trial outcome predictions for all diseases based on a comprehensive and diverse set of web data including molecule information of the drugs, target disease information, trial protocol and biomedical knowledge. HINT first encode these multi-modal data into latent embeddings, where an imputation module is designed to handle missing data. Next, these embeddings will be fed into the knowledge embedding module to generate knowledge embeddings that are pretrained using external knowledge on pharmaco-kinetic properties and trial risk from the web. Then the interaction graph module will connect all the embedding via domain knowledge to fully capture various trial components and their complex relations as well as their influences on trial outcomes. Finally, HINT learns a dynamic attentive graph neural network to predict trial outcome. Comprehensive experimental results show that HINT achieves strong predictive performance, obtaining 0.772, 0.607, 0.623, 0.703 on PR-AUC for Phase I, II, III, and indication outcome prediction, respectively. It also consistently outperforms the best baseline method by up to 12.4\% on PR-AUC.`
147
+
148
+ ### Data Instances
149
+
150
+ ```
151
+ {
152
+ 'TO:DO': ...,
153
+ ...
154
+ }
155
+ ```
156
+
157
+ ### Data Fields
158
+
159
+ TO:DO
160
+
161
+ ## Additional Information
162
+
163
+ ### Dataset Curators
164
+
165
+ #### Original Paper
166
+
167
+ - Tianfan Fu - Georgia Institute of Technology
168
+ - Kexin Huang - Harvard University
169
+ - Cao Xiao - Analytics Center of Excellence, IQVIA
170
+ - Lucas M. - Temple University
171
+ - Jimeng Sun - University of Illinois at Urbana-Champaign
172
+
173
+ #### Huggingface Curator
174
+
175
+ - [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) - INESC-ID / University of Lisbon - Instituto Superior Técnico
176
+
177
+ ### Licensing Information
178
+
179
+ [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
180
+
181
+ ### Citation Information
182
+
183
+ ```
184
+ @article{fu2021hint,
185
+ title={HINT: Hierarchical Interaction Network for Trial Outcome Prediction Leveraging Web Data},
186
+ author={Fu, Tianfan and Huang, Kexin and Xiao, Cao and Glass, Lucas M and Sun, Jimeng},
187
+ journal={arXiv preprint arXiv:2102.04252},
188
+ year={2021}
189
+ }
190
+ ```
191
+
192
+ [10.1016/j.patter.2022.100445](https://doi.org/10.1016/j.patter.2022.100445)
193
+
194
+ ### Contributions
195
+
196
+ Thanks to [araag2](https://github.com/araag2) for adding this dataset.