paper-with-me

홈 › Papers

Zebra-Llama: A Context-Aware Large Language Model for Democratizing Rare Disease Knowledge

2024-11-04 · Karthik Soman, Andrew Langdon, Catalina Villouta, Chinmay Agrawal, Lashaw Salta, Braian Peetoom, Gianmarco Bellucci, Orion J Buske

Rare diseases present unique challenges in healthcare, often suffering from delayed diagnosis and fragmented information landscapes. The scarcity of reliable knowledge in these conditions poses a distinct challenge for Large Language Models (LLMs) in supporting clinical management and delivering precise patient information underscoring the need for focused training on these 'zebra' cases. We present Zebra-Llama, a specialized context-aware language model with high precision Retrieval Augmented Generation (RAG) capability, focusing on Ehlers-Danlos Syndrome (EDS) as our case study. EDS, affecting 1 in 5,000 individuals, exemplifies the complexities of rare diseases with its diverse symptoms, multiple subtypes, and evolving diagnostic criteria. By implementing a novel context-aware fine-tuning methodology trained on questions derived from medical literature, patient experiences, and clinical resources, along with expertly curated responses, Zebra-Llama demonstrates unprecedented capabilities in handling EDS-related queries. On a test set of real-world questions collected from EDS patients and clinicians, medical experts evaluated the responses generated by both models, revealing Zebra-Llama's substantial improvements over base model (Llama 3.1-8B-Instruct) in thoroughness (77.5% vs. 70.1%), accuracy (83.0% vs. 78.8%), clarity (74.7% vs. 72.0%) and citation reliability (70.6% vs. 52.3%). Released as an open-source resource, Zebra-Llama not only provides more accessible and reliable EDS information but also establishes a framework for developing specialized AI solutions for other rare conditions. This work represents a crucial step towards democratizing expert-level knowledge in rare disease management, potentially transforming how healthcare providers and patients navigate the complex landscape of rare diseases.

📄 PDF Abstract BibTeX arXiv:2411.02657

Code (1)

karthiksoman/zebra-Llama 공식 구현

Tasks

DiagnosticLanguage ModelingLanguage ModellingLarge Language ModelManagementNavigateRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Zebra-Llama: Towards Extremely Efficient Hybrid Models

2025-05-22 · Mingyu Yang, Mehdi Rezagholizadeh, Guihong Li, Vikram Appia 외

With the growing demand for deploying large language models (LLMs) across diverse applications, improving their inference efficiency is crucial for sustainable and democratized access. However, retraining LLMs to meet ne…

State Space Models

ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning

2025-02-03 · Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal 외

We investigate the logical reasoning capabilities of large language models (LLMs) and their scalability in complex non-monotonic reasoning. To this end, we introduce ZebraLogic, a comprehensive evaluation framework for a…

Logical Reasoning

Zebra: Extending Context Window with Layerwise Grouped Local-Global Attention

2023-12-14 · Kaiqiang Song, Xiaoyang Wang, Sangwoo Cho, Xiaoman Pan 외

This paper introduces a novel approach to enhance the capabilities of Large Language Models (LLMs) in processing and understanding extensive text sequences, a critical aspect in applications requiring deep comprehension …

Logic.py: Bridging the Gap between LLMs and Constraint Solvers

2025-02-17 · Pascal Kesseli, Peter O'Hearn, Ricardo Silveira Cabral

We present a novel approach to formalise and solve search-based problems using large language models, which significantly improves upon previous state-of-the-art results. We demonstrate the efficacy of this approach on t…

Language ModelingLanguage Modelling

Zebra: In-Context and Generative Pretraining for Solving Parametric PDEs

2024-10-04 · Louis Serrano, Armand Kassaï Koupaï, Thomas X Wang, Pierre Erbacher 외

Solving time-dependent parametric partial differential equations (PDEs) is challenging, as models must adapt to variations in parameters such as coefficients, forcing terms, and boundary conditions. Data-driven neural so…

In-Context LearningMeta-LearningUncertainty Quantification