paper-with-me

홈 › Papers

Leveraging Foundation Language Models (FLMs) for Automated Cohort Extraction from Large EHR Databases

2024-12-16 · Purity Mugambi, Alexandra Meliou, Madalina Fiterau

A crucial step in cohort studies is to extract the required cohort from one or more study datasets. This step is time-consuming, especially when a researcher is presented with a dataset that they have not previously worked with. When the cohort has to be extracted from multiple datasets, cohort extraction can be extremely laborious. In this study, we present an approach for partially automating cohort extraction from multiple electronic health record (EHR) databases. We formulate the guided multi-dataset cohort extraction problem in which selection criteria are first converted into queries, translating them from natural language text to language that maps to database entities. Then, using FLMs, columns of interest identified from the queries are automatically matched between the study databases. Finally, the generated queries are run across all databases to extract the study cohort. We propose and evaluate an algorithm for automating column matching on two large, popular and publicly-accessible EHR databases -- MIMIC-III and eICU. Our approach achieves a high top-three accuracy of $92\%$, correctly matching $12$ out of the $13$ columns of interest, when using a small, pre-trained general purpose language model. Furthermore, this accuracy is maintained even as the search space (i.e., size of the database) increases.

📄 PDF Abstract BibTeX arXiv:2412.11472

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simple is Better and Large is Not Enough: Towards Ensembling of Foundational Language Models

2023-08-23 · Nancy Tyagi, Aidin Shiri, Surjodeep Sarkar, Abhishek Kumar Umrawal 외

Foundational Language Models (FLMs) have advanced natural language processing (NLP) research. Current researchers are developing larger FLMs (e.g., XLNet, T5) to enable contextualized language representation, classificat…

Hallucination

Variational Language Concepts for Interpreting Foundation Language Models

2024-10-04 · Hengyi Wang, Shiwei Tan, Zhiqing Hong, Desheng Zhang 외

Foundation Language Models (FLMs) such as BERT and its variants have achieved remarkable success in natural language processing. To date, the interpretability of FLMs has primarily relied on the attention weights in thei…

Masked Language Flow Models

2026-06-26 · Iskander Azangulov, Kianoosh Ashouritaklimi, Leo Zhang, Simon Vary 외 arxiv

Masked Diffusion Models (MDMs) promise fast, parallel language generation, but their reverse transition factorises across token positions -- an approximation that breaks down in the few-step sampling regime where paralle…

Exploring Graph Representations of Logical Forms for Language Modeling

2025-05-20 · Michael Sullivan

We make the case for language models over logical forms (LFLMs), arguing that such models are more data-efficient than their textual counterparts. To that end, we introduce the Graph-based Formal-Logical Distributional S…

Language ModelingLanguage Modelling

Language Modeling with Hyperspherical Flows

2026-05-11 · Justin Deschenaux, Caglar Gulcehre arxiv

Discrete Diffusion Language Models progressed rapidly as an alternative to autoregressive (AR) models, motivated by their parallel generation abilities. However, for tractability, discrete diffusion models sample from a …