paper-with-me

Papers

Retrieval augmented text-to-SQL generation for epidemiological question answering using electronic health records

2024-03-14 · Angelo Ziletti, Leonardo D'Ambrosi

Electronic health records (EHR) and claims data are rich sources of real-world data that reflect patient health status and healthcare utilization. Querying these databases to answer epidemiological questions is challenging due to the intricacy of medical terminology and the need for complex SQL queries. Here, we introduce an end-to-end methodology that combines text-to-SQL generation with retrieval augmented generation (RAG) to answer epidemiological questions using EHR and claims data. We show that our approach, which integrates a medical coding step into the text-to-SQL process, significantly improves the performance over simple prompting. Our findings indicate that although current language models are not yet sufficiently accurate for unsupervised use, RAG offers a promising direction for improving their capabilities, as shown in a realistic industry setting.

📄 PDF Abstract BibTeX arXiv:2403.09226

Code (1)

bayer-group/text-to-sql-epi-ehr-naacl2024 공식 구현

Tasks

Question AnsweringRAGRetrievalRetrieval-augmented GenerationText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Weight Decay 설명 없음
WordPiece 설명 없음
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…

Similar Papers 제목 키워드 기반

Leveraging In-Context Learning and Retrieval-Augmented Generation for Automatic Question Generation in Educational Domains

2025-01-29 · Subhankar Maity, Aniket Deroy, Sudeshna Sarkar

Question generation in education is a time-consuming and cognitively demanding task, as it requires creating questions that are both contextually relevant and pedagogically sound. Current automated question generation me…

In-Context LearningQuestion GenerationQuestion-GenerationRAG+2

CG-RAG: Research Question Answering by Citation Graph Retrieval-Augmented LLMs

2025-01-25 · Yuntong Hu, Zhihan Lei, Zhongjie Dai, Allen Zhang 외

Research question answering requires accurate retrieval and contextual understanding of scientific literature. However, current Retrieval-Augmented Generation (RAG) methods often struggle to balance complex document rela…

Information RetrievalQuestion AnsweringRAGRetrieval+1

Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts

2026-07-02 · Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer arxiv

Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves…

Generation-Augmented Retrieval for Open-domain Question Answering

2020-09-17 · ACL 2021 5 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

We propose Generation-Augmented Retrieval (GAR) for answering open-domain questions, which augments a query through text generation of heuristically discovered relevant contexts without external resources as supervision.…

Natural QuestionsOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+3

Context-augmented Retrieval: A Novel Framework for Fast Information Retrieval based Response Generation using Large Language Model

2024-06-24 · Sai Ganesh, Anupam Purwar, Gautam B

Generating high-quality answers consistently by providing contextual information embedded in the prompt passed to the Large Language Model (LLM) is dependent on the quality of information retrieval. As the corpus of cont…

Answer GenerationInformation RetrievalLanguage ModelingLanguage Modelling+8