Beyond Prompting: An Efficient Embedding Framework for Open-Domain Question Answering

King's College London, The Alan Turing Institute
ACL 2025 Main
An overview of our method

Overview of the EmbQA framework. The retriever module constructs a knowledge base by retrieving passages from a large corpus and then refines the query via an embedding layer under unsupervised contrastive learning to prioritise passages rich in answer-critical cues. The Reader module integrates an exploratory embedding into the query to diversify candidate generation and employs an entropy-based selection mechanism to pick the final answer with the lowest uncertainty, ultimately enhancing both efficiency and overall performance in ODQA.

Abstract

Large language models (LLMs) have recently pushed open-domain question answering (ODQA) to new frontiers. However, prevailing retriever–reader pipelines often depend on multiple rounds of prompt-level instructions, leading to high computational overhead, instability, and suboptimal retrieval coverage. In this paper, we propose EmbQA, an embedding-level framework that alleviates these shortcomings by enhancing both the retriever and the reader. Specifically, we refine query representations via lightweight linear layers under an unsupervised contrastive learning objective, thereby reordering retrieved passages to highlight those most likely to contain correct answers. Additionally, we introduce an exploratory embedding that broadens the model’s latent semantic space to diversify candidate generation and employs an entropy-based selection mechanism to choose the most confident answer automatically. Extensive experiments across three open-source LLMs, three retrieval methods, and four ODQA benchmarks demonstrate that EmbQA substantially outperforms recent baselines in both accuracy and efficiency.

Video Introduction & Emperiment Results

Poster