paper-with-me

Papers

Improving Retrieval Augmented Open-Domain Question-Answering with Vectorized Contexts

2024-04-02 · Zhuo Chen, Xinyu Wang, Yong Jiang, Pengjun Xie, Fei Huang, Kewei Tu

In the era of large language models, applying techniques such as Retrieval Augmented Generation can better address Open-Domain Question-Answering problems. Due to constraints including model sizes and computing resources, the length of context is often limited, and it becomes challenging to empower the model to cover overlong contexts while answering questions from open domains. This paper proposes a general and convenient method to covering longer contexts in Open-Domain Question-Answering tasks. It leverages a small encoder language model that effectively encodes contexts, and the encoding applies cross-attention with origin inputs. With our method, the origin language models can cover several times longer contexts while keeping the computing requirements close to the baseline. Our experiments demonstrate that after fine-tuning, there is improved performance across two held-in datasets, four held-out datasets, and also in two In Context Learning settings.

📄 PDF Abstract BibTeX arXiv:2404.02022

Code (1)

alibaba-nlp/vec-ra-odqa 공식 구현 jax

Tasks

In-Context LearningLanguage ModelingLanguage ModellingOpen-Domain Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

ArtistMus: A Globally Diverse, Artist-Centric Benchmark for Retrieval-Augmented Music Question Answering

2025-12-05 · Daeyong Kwon, SeungHeon Doh, Juhan Nam arxiv

Recent advances in large language models (LLMs) have transformed open-domain question answering, yet their effectiveness in music-related reasoning remains limited due to sparse music knowledge in pretraining data. While…

Open-Domain Question AnsweringMusic Question AnsweringInformation Retrieval

Variational Open-Domain Question Answering

2022-09-23 · Valentin Liévin, Andreas Geert Motzfeldt, Ida Riis Jensen, Ole Winther

Retrieval-augmented models have proven to be effective in natural language processing tasks, yet there remains a lack of research on their optimization using variational inference. We introduce the Variational Open-Domai…

Language ModellingMedQAMultiple-choiceMultiple Choice Question Answering (MCQA)+4

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

Fine-Tuning vs. RAG for Multi-Hop Question Answering with Novel Knowledge

2026-01-11 · Zhuoyi Yang, Yurun Song, Iftekhar Ahmed, Ian Harris arxiv

Multi-hop question answering is widely used to evaluate the reasoning capabilities of large language models (LLMs), as it requires integrating multiple pieces of supporting knowledge to arrive at a correct answer. While …

Multi-hop Question AnsweringScience Question AnsweringContinual Pretraining

Prompt Generate Train (PGT): Few-shot Domain Adaption of Retrieval Augmented Generation Models for Open Book Question-Answering

2023-07-12 · C. S. Krishna

We propose a framework - Prompt, Generate, Train (PGT) - to efficiently develop a generative question-answering model for open-book question-answering over a proprietary collection of text documents. The framework adapts…

Domain AdaptationGenerative Question AnsweringQuestion AnsweringRAG+3