paper-with-me

홈 › Papers

LeafAI: query generator for clinical cohort discovery rivaling a human programmer

2023-04-13 · Nicholas J Dobbins, Bin Han, Weipeng Zhou, Kristine Lan, H. Nina Kim, Robert Harrington, Ozlem Uzuner, Meliha Yetisgen

Objective: Identifying study-eligible patients within clinical databases is a critical step in clinical research. However, accurate query design typically requires extensive technical and biomedical expertise. We sought to create a system capable of generating data model-agnostic queries while also providing novel logical reasoning capabilities for complex clinical trial eligibility criteria. Materials and Methods: The task of query creation from eligibility criteria requires solving several text-processing problems, including named entity recognition and relation extraction, sequence-to-sequence transformation, normalization, and reasoning. We incorporated hybrid deep learning and rule-based modules for these, as well as a knowledge base of the Unified Medical Language System (UMLS) and linked ontologies. To enable data-model agnostic query creation, we introduce a novel method for tagging database schema elements using UMLS concepts. To evaluate our system, called LeafAI, we compared the capability of LeafAI to a human database programmer to identify patients who had been enrolled in 8 clinical trials conducted at our institution. We measured performance by the number of actual enrolled patients matched by generated queries. Results: LeafAI matched a mean 43% of enrolled patients with 27,225 eligible across 8 clinical trials, compared to 27% matched and 14,587 eligible in queries by a human database programmer. The human programmer spent 26 total hours crafting queries compared to several minutes by LeafAI. Conclusions: Our work contributes a state-of-the-art data model-agnostic query generation system capable of conditional reasoning using a knowledge base. We demonstrate that LeafAI can rival an experienced human programmer in finding patients eligible for clinical trials.

📄 PDF Abstract BibTeX arXiv:2304.06203

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoningnamed-entity-recognitionNamed Entity RecognitionRelation Extraction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

TELII: Temporal Event Level Inverted Indexing for Cohort Discovery on a Large Covid-19 EHR Dataset

2024-10-22 · Yan Huang

Cohort discovery is a crucial step in clinical research on Electronic Health Record (EHR) data. Temporal queries, which are common in cohort discovery, can be time-consuming and prone to errors when processed on large EH…

Text2Cohort: Facilitating Intuitive Access to Biomedical Data with Natural Language Cohort Discovery

2023-05-12 · Pranav Kulkarni, Adway Kanhere, Paul H. Yi, Vishwa S. Parekh

The Imaging Data Commons (IDC) is a cloud-based database that provides researchers with open access to cancer imaging data, with the goal of facilitating collaboration. However, cohort discovery within the IDC database h…

Language ModellingLarge Language ModelPrompt Engineering

A Filtered Mixture-of-Generators for Fully Synthetic Survival Training

2026-06-30 · Niccolò Maria Rizzi, Eugenio Lomurno, Alberto Archetti, Matteo Matteucci arxiv

Survival analysis models time-to-event data, but in clinical settings training data are costly and scarce: events accrue over years of follow-up, cohorts are small, and privacy regulations restrict sharing across institu…

CCS Explorer: Relevance Prediction, Extractive Summarization, and Named Entity Recognition from Clinical Cohort Studies

2022-11-01 · Irfan Al-Hussaini, Davi Nakajima An, Albert J. Lee, Sarah Bi 외

Clinical Cohort Studies (CCS), such as randomized clinical trials, are a great source of documented clinical research. Ideally, a clinical expert inspects these articles for exploratory analysis ranging from drug discove…

ArticlesDrug DiscoveryExtractive Summarizationnamed-entity-recognition+3

SurfCon: Synonym Discovery on Privacy-Aware Clinical Data

2019-06-21 · Zhen Wang, Xiang Yue, Soheil Moosavinasab, Yungui Huang 외

Unstructured clinical texts contain rich health-related information. To better utilize the knowledge buried in clinical texts, discovering synonyms for a medical query term has become an important task. Recent automatic …