paper-with-me

Papers

LLM-Based Section Identifiers Excel on Open Source but Stumble in Real World Applications

2024-04-25 · Saranya Krishnamoorthy, Ayush Singh, Shabnam Tafreshi

Electronic health records (EHR) even though a boon for healthcare practitioners, are growing convoluted and longer every day. Sifting around these lengthy EHRs is taxing and becomes a cumbersome part of physician-patient interaction. Several approaches have been proposed to help alleviate this prevalent issue either via summarization or sectioning, however, only a few approaches have truly been helpful in the past. With the rise of automated methods, machine learning (ML) has shown promise in solving the task of identifying relevant sections in EHR. However, most ML methods rely on labeled data which is difficult to get in healthcare. Large language models (LLMs) on the other hand, have performed impressive feats in natural language processing (NLP), that too in a zero-shot manner, i.e. without any labeled data. To that end, we propose using LLMs to identify relevant section headers. We find that GPT-4 can effectively solve the task on both zero and few-shot settings as well as segment dramatically better than state-of-the-art methods. Additionally, we also annotate a much harder real world dataset and find that GPT-4 struggles to perform well, alluding to further research and harder benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.16294

Code (1)

inqbator-evicore/llm_section_identifiers 공식 구현

Tasks

ClassificationClinical Section Identification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
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$…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Splitting source code identifiers using Bidirectional LSTM Recurrent Neural Network

2018-05-26 · Vadim Markovtsev, Waren Long, Egor Bulychev, Romain Keramitas 외

Programmers make rich use of natural language in the source code they write through identifiers and comments. Source code identifiers are selected from a pool of tokens which are strongly related to the meaning, naming c…

Agnostics: Learning to Code in Any Programming Language via Reinforcement with a Universal Learning Environment

2025-08-06 · Aleksander Boruch-Gruszecki, Yangtian Zi, Zixuan Wu, Tejas Oberoi 외 arxiv

Large language models (LLMs) already excel at writing code in high-resource languages such as Python and JavaScript, yet stumble on low-resource languages that remain essential to science and engineering. Besides the obv…

Reinforcement Learning

Vulnerability in Acquisition, Language Impairments in Dutch: Creating a VALID Data Archive

2014-05-01 · LREC 2014 5 · Jetske Klatter, Roel van Hout, , Henk van den Heuvel 외

The VALID Data Archive is an open multimedia data archive (under construction) with data from speakers suffering from language impairments. We report on a pilot project in the CLARIN-NL framework in which five data resou…

AllLanguage Acquisitionvalid

Referencing Source Code Artifacts: a Separate Concern in Software Citation

2020-01-23 · Roberto Di Cosmo, Morane Gruenpeter, Stefano Zacchiroli

Among the entities involved in software citation, software source code requires special attention, due to the role it plays in ensuring scientific reproducibility. To reference source code we need identifiers that are no…

QQ: A Language Metadata Toolkit for Multilingual NLP

2026-02-28 · Wessel Poelman, Yiyi Chen, Miryam de Lhoneux arxiv

Multilingual NLP research increasingly involves hundreds or thousands of languages across different datasets. Managing, discovering, and reporting language metadata becomes a common hurdle at these scales. We present QQ,…