| Literature DB >> 29888040 |
Travis R Goodwin1, Michael A Skinner1,2, Sanda M Harabagiu1.
Abstract
As medical science continues to advance, health care professionals and researchers are increasingly turning to clinical trials to obtain evidence supporting best-practice treatment options. While clinical trial registries such as Clinical-Trials.gov aim to facilitate these needs, it has been shown that many trials in the registry do not contain links to their published results. To address this problem, we present NCT Link, a system for automatically linking registered clinical trials to published MEDLINE articles reporting their results. NCT Link incorporates state-of-the-art deep learning and information retrieval techniques by automatically learning a Deep Highway Network (DHN) that estimates the likelihood that a MEDLINE article reports the results of a clinical trial. Our experimental results indicate that NCT Link obtains 30%-58% improved performance over previously reported automatic systems, suggesting that NCT Link could become a valuable tool for health care providers seeking to deliver best-practice medical care informed by evidence of clinical trials as well as (a) researchers investigating selective publication and reporting of clinical trial outcomes, and (b) study designers seeking to avoid unnecessary duplication of research efforts.Entities:
Year: 2018 PMID: 29888040 PMCID: PMC5961767
Source DB: PubMed Journal: AMIA Jt Summits Transl Sci Proc
Figure 1:Architecture of NCT Link.
Figure 2:The aspects of medical trials, the fields indexed for MEDLINE articles, and the mapping between them when searching MEDLINE articles. Note: although MEDLINE distinguishes between investigators and authors of published articles, NCT Link currently treats the authors and investigators of MEDLINE articles in the same way.
Features extracted for each article a retrieved for trial t.
| Feature Description | Domain | |
|---|---|---|
| number of | ℕ | |
| F2 | number of | ℕ |
| number of | ℕ | |
| ℕ | ||
| days elapsed between the publication date of a | ℕ | |
| BM25 from the NCT ID of | ℝ | |
| F2EXP from the | ℝ | |
| DFI from the | ℝ | |
| F9 | LMD from the | ℝ |
| BM25 from all | ℝ | |
| F2EXP from all | ℝ | |
| DFI from all | ℝ | |
| LMD from all | ℝ | |
| BM25 from all | ℝ | |
| F2EXP from all | ℝ | |
| DFI from all | ℝ | |
| LMD from all | ℝ | |
| ⋮ | ⋮ | ⋮ |
| ⋮ | ⋮ | ⋮ |
| BM25 statistics from each investigator in | ℝ5 | |
| F2EXP statistics from each | ℝ5 | |
| DFI statistics from each | ℝ5 | |
| LMD statistics from each | ℝ5 | |
| BM25 statistics from each | ℝ5 | |
| F2EXP statistics from each | ℝ5 | |
| DFI statistics from each | ℝ5 | |
| LMD statistics from each | ℝ5 | |
| BM25 statistics from each | ℝ5 | |
| F2EXP statistics from each | ℝ5 | |
| DFI statistics from each | ℝ5 | |
| LMD statistics from each | ℝ5 | |
| number of | ℕ | |
| number of | ℕ | |
| ℕ | ||
| {0,1}38 |
Figure 3:Architecture of the Highway Network used in NCT Link.
Figure 4:Comparison of ReLU layers with and without highway mechanisms.
Quality of ranked list of MEDLINE articles retrieved for each clinical trial.
| C | O | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| System | MAP | MRR | R-Prec | P @ 5 | P @ 10 | MAP | MRR | R-Prec | P @ 5 | P @ 10 |
| Exact Match | 0.001 | 0.001 | 0.0000 | 0.0000 | 0.000 | 0.236 | 0.260 | 0.2203 | 0.0620 | 0.031 |
| IR: BM25 | 0.011 | 0.016 | 0.0032 | 0.0040 | 0.003 | 0.258 | 0.294 | 0.1793 | 0.1220 | 0.095 |
| NCT Link: BM25 | 0.017 | 0.021 | 0.002 | 0.004 | 0.004 | 0.586 | 0.610 | 0.549 | 0.210 | 0.115 |
| NCT Link: Linear Regression | 0.269 | 0.302 | 0.236 | 0.082 | 0.046 | 0.656 | 0.723 | 0.620 | 0.264 | 0.161 |
| NCT Link: Random Forests | 0.196 | 0.219 | 0.154 | 0.072 | 0.051 | 0.734 | 0.808 | 0.709 | 0.298 | 0.185 |
| NCT Link: Gradient Boosting | 0.143 | 0.162 | 0.102 | 0.046 | 0.030 | 0.717 | 0.791 | 0.684 | 0.282 | 0.182 |