paper-with-me

Papers

Extraction of evidence tables from abstracts of randomized clinical trials using a maximum entropy classifier and global constraints

2015-09-17 · Antonio Trenta, Anthony Hunter, Sebastian Riedel

Systematic use of the published results of randomized clinical trials is increasingly important in evidence-based medicine. In order to collate and analyze the results from potentially numerous trials, evidence tables are used to represent trials concerning a set of interventions of interest. An evidence table has columns for the patient group, for each of the interventions being compared, for the criterion for the comparison (e.g. proportion who survived after 5 years from treatment), and for each of the results. Currently, it is a labour-intensive activity to read each published paper and extract the information for each field in an evidence table. There have been some NLP studies investigating how some of the features from papers can be extracted, or at least the relevant sentences identified. However, there is a lack of an NLP system for the systematic extraction of each item of information required for an evidence table. We address this need by a combination of a maximum entropy classifier, and integer linear programming. We use the later to handle constraints on what is an acceptable classification of the features to be extracted. With experimental results, we demonstrate substantial advantages in using global constraints (such as the features describing the patient group, and the interventions, must occur before the features describing the results of the comparison).

📄 PDF Abstract BibTeX arXiv:1509.05209

Code (2)

antoniotre86/IERCT 공식 구현
jetsunwhitton/rct-art pytorch

Similar Papers 제목 키워드 기반

Automated tabulation of clinical trial results: A joint entity and relation extraction approach with transformer-based language representations

2021-12-10 · Jetsun Whitton, Anthony Hunter

Evidence-based medicine, the practice in which healthcare professionals refer to the best available evidence when making decisions, forms the foundation of modern healthcare. However, it relies on labour-intensive system…

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Trialstreamer: Mapping and Browsing Medical Evidence in Real-Time

2020-05-21 · ACL 2020 6 · Benjamin E. Nye, Ani Nenkova, Iain J. Marshall, Byron C. Wallace

We introduce Trialstreamer, a living database of clinical trial reports. Here we mainly describe the evidence extraction component; this extracts from biomedical abstracts key pieces of information that clinicians need w…

Jointly Extracting Interventions, Outcomes, and Findings from RCT Reports with LLMs

2023-05-05 · Somin Wadhwa, Jay DeYoung, Benjamin Nye, Silvio Amir 외

Results from Randomized Controlled Trials (RCTs) establish the comparative effectiveness of interventions, and are in turn critical inputs for evidence-based care. However, results from RCTs are presented in (often unstr…

Articles

EviSearch: A Human in the Loop System for Extracting and Auditing Clinical Evidence for Systematic Reviews

2026-03-23 · Naman Ahuja, Saniya Mulla, Muhammad Ali Khan, Zaryab Bin Riaz 외 arxiv

We present EviSearch, a multi-agent extraction system that automates the creation of ontology-aligned clinical evidence tables directly from native trial PDFs while guaranteeing per-cell provenance for audit and human ve…

ClinicBot: A Guideline-Grounded Clinical Chatbot with Prioritized Evidence RAG and Verifiable Citations

2026-04-11 · Navapat Nananukul, Mayank Kejriwal arxiv

Clinical diagnosis requires answers that are accurate, verifiable, and explicitly grounded in official guidelines. While large language models excel at natural language processing, their tendency to hallucinate undermine…