paper-with-me

Papers

Leveraging large language models for structured information extraction from pathology reports

2025-02-14 · Jeya Balaji Balasubramanian, Daniel Adams, Ioannis Roxanis, Amy Berrington de Gonzalez, Penny Coulson, Jonas S. Almeida, Montserrat García-Closas

Background: Structured information extraction from unstructured histopathology reports facilitates data accessibility for clinical research. Manual extraction by experts is time-consuming and expensive, limiting scalability. Large language models (LLMs) offer efficient automated extraction through zero-shot prompting, requiring only natural language instructions without labeled data or training. We evaluate LLMs' accuracy in extracting structured information from breast cancer histopathology reports, compared to manual extraction by a trained human annotator. Methods: We developed the Medical Report Information Extractor, a web application leveraging LLMs for automated extraction. We developed a gold standard extraction dataset to evaluate the human annotator alongside five LLMs including GPT-4o, a leading proprietary model, and the Llama 3 model family, which allows self-hosting for data privacy. Our assessment involved 111 histopathology reports from the Breast Cancer Now (BCN) Generations Study, extracting 51 pathology features specified in the study's data dictionary. Results: Evaluation against the gold standard dataset showed that both Llama 3.1 405B (94.7% accuracy) and GPT-4o (96.1%) achieved extraction accuracy comparable to the human annotator (95.4%; p = 0.146 and p = 0.106, respectively). While Llama 3.1 70B (91.6%) performed below human accuracy (p <0.001), its reduced computational requirements make it a viable option for self-hosting. Conclusion: We developed an open-source tool for structured information extraction that can be customized by non-programmers using natural language. Its modular design enables reuse for various extraction tasks, producing standardized, structured data from unstructured text reports to facilitate analytics through improved accessibility and interoperability.

📄 PDF Abstract BibTeX arXiv:2502.12183

Code (1)

jeyabbalas/medical-report-information-extractor 공식 구현

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

SchemaRAG: Dynamic Large Schema Reduction for LLM-driven Structured Information Extraction

2026-05-04 · Sin Yu Bonnie Ho, Arlie Coles, Erik Larsson, Eric Marshall 외 arxiv

Extracting structured data from unstructured text using large language models (LLMs) becomes challenging when target schemas are large and complex. In such cases, including the full schema in the prompt increases cost an…

Information Extraction

Leveraging LLMs for Structured Data Extraction from Unstructured Patient Records

2025-12-03 · Mitchell A. Klusty, Elizabeth C. Solie, Caroline N. Leach, W. Vaiden Logan 외 arxiv

Manual chart review remains an extremely time-consuming and resource-intensive component of clinical research, requiring experts to extract often complex information from unstructured electronic health record (EHR) narra…

From Text to Insight: Large Language Models for Materials Science Data Extraction

2024-07-23 · Mara Schilling-Wilhelmi, Martiño Ríos-García, Sherjeel Shabih, María Victoria Gil 외

The vast majority of materials science knowledge exists in unstructured natural language, yet structured data is crucial for innovative and systematic materials design. Traditionally, the field has relied on manual curat…

Time for aCTIon: Automated Analysis of Cyber Threat Intelligence in the Wild

2023-07-14 · Giuseppe Siracusano, Davide Sanvito, Roberto Gonzalez, Manikantan Srinivasan 외

Cyber Threat Intelligence (CTI) plays a crucial role in assessing risks and enhancing security for organizations. However, the process of extracting relevant information from unstructured text sources can be expensive an…

Leveraging Open-Source Large Language Models for Clinical Information Extraction in Resource-Constrained Settings

2025-07-28 · Luc Builtjes, Joeran Bosma, Mathias Prokop, Bram van Ginneken 외 arxiv

Medical reports contain rich clinical information but are often unstructured and written in domain-specific language, posing challenges for information extraction. While proprietary large language models (LLMs) have show…

Information Extraction