paper-with-me

Papers

Automatically Summarizing Evidence from Clinical Trials: A Prototype Highlighting Current Challenges

2023-03-07 · Sanjana Ramprasad, Denis Jered McInerney, Iain J. Marshal, Byron C. Wallace

We present TrialsSummarizer, a system that aims to automatically summarize evidence presented in the set of randomized controlled trials most relevant to a given query. Building on prior work, the system retrieves trial publications matching a query specifying a combination of condition, intervention(s), and outcome(s), and ranks these according to sample size and estimated study quality. The top-k such studies are passed through a neural multi-document summarization system, yielding a synopsis of these trials. We consider two architectures: A standard sequence-to-sequence model based on BART and a multi-headed architecture intended to provide greater transparency to end-users. Both models produce fluent and relevant summaries of evidence retrieved for queries, but their tendency to introduce unsupported statements render them inappropriate for use in this domain at present. The proposed architecture may help users verify outputs allowing users to trace generated tokens back to inputs.

📄 PDF Abstract BibTeX arXiv:2303.05392

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationMulti-Document Summarization

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

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…

ClinicalTrialsHub: Bridging Registries and Literature for Comprehensive Clinical Trial Access

2025-12-09 · Jiwoo Park, Ruoqi Liu, Avani Jagdale, Andrew Srisuwananukorn 외 arxiv

We present ClinicalTrialsHub, an interactive search-focused platform that consolidates all data from ClinicalTrials.gov and augments it by automatically extracting and structuring trial-relevant information from PubMed r…

Information ExtractionQuestion Answering

Predicting Intervention Approval in Clinical Trials through Multi-Document Summarization

2022-04-01 · ACL 2022 5 · Georgios Katsimpras, Georgios Paliouras

Clinical trials offer a fundamental opportunity to discover new treatments and advance the medical knowledge. However, the uncertainty of the outcome of a trial can lead to unforeseen costs and setbacks. In this study, w…

ArticlesDocument SummarizationMulti-Document SummarizationSentence

Accelerating Clinical Evidence Synthesis with Large Language Models

2024-06-25 · Zifeng Wang, Lang Cao, Benjamin Danek, Qiao Jin 외

Synthesizing clinical evidence largely relies on systematic reviews of clinical trials and retrospective analyses from medical literature. However, the rapid expansion of publications presents challenges in efficiently i…

Language Modelling

SECRET: Semi-supervised Clinical Trial Document Similarity Search

2025-05-16 · Trisha Das, Afrah Shafquat, Beigi Mandis, Jacob Aptekar 외

Clinical trials are vital for evaluation of safety and efficacy of new treatments. However, clinical trials are resource-intensive, time-consuming and expensive to conduct, where errors in trial design, reduced efficacy,…