# Inferring Which Medical Treatments Work from Reports of Clinical Trials

**Authors:** Eric Lehman, Jay DeYoung, Regina Barzilay, Byron C. Wallace

arXiv: 1904.01606 · 2019-04-08

## TL;DR

This paper introduces a new task and dataset for extracting evidence about treatment effectiveness from full-text clinical trial reports, highlighting the challenge of interpreting lengthy scientific texts.

## Contribution

It presents a novel corpus of over 10,000 RCT articles with prompts for evidence inference, and evaluates various models to establish baselines for this complex task.

## Key findings

- Models struggle with lengthy, technical texts
- Heuristic approaches are less effective than neural models
- The dataset and benchmarks facilitate future research in evidence inference.

## Abstract

How do we know if a particular medical treatment actually works? Ideally one would consult all available evidence from relevant clinical trials. Unfortunately, such results are primarily disseminated in natural language scientific articles, imposing substantial burden on those trying to make sense of them. In this paper, we present a new task and corpus for making this unstructured evidence actionable. The task entails inferring reported findings from a full-text article describing a randomized controlled trial (RCT) with respect to a given intervention, comparator, and outcome of interest, e.g., inferring if an article provides evidence supporting the use of aspirin to reduce risk of stroke, as compared to placebo.   We present a new corpus for this task comprising 10,000+ prompts coupled with full-text articles describing RCTs. Results using a suite of models --- ranging from heuristic (rule-based) approaches to attentive neural architectures --- demonstrate the difficulty of the task, which we believe largely owes to the lengthy, technical input texts. To facilitate further work on this important, challenging problem we make the corpus, documentation, a website and leaderboard, and code for baselines and evaluation available at http://evidence-inference.ebm-nlp.com/.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01606/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01606/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1904.01606/full.md

---
Source: https://tomesphere.com/paper/1904.01606