SOTAVerified

RAG-based Question Answering over Heterogeneous Data and Text

2024-12-10Unverified0· sign in to hype

Philipp Christmann, Gerhard Weikum

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

This article presents the QUASAR system for question answering over unstructured text, structured tables, and knowledge graphs, with unified treatment of all sources. The system adopts a RAG-based architecture, with a pipeline of evidence retrieval followed by answer generation, with the latter powered by a moderate-sized language model. Additionally and uniquely, QUASAR has components for question understanding, to derive crisper input for evidence retrieval, and for re-ranking and filtering the retrieved evidence before feeding the most informative pieces into the answer generation. Experiments with three different benchmarks demonstrate the high answering quality of our approach, being on par with or better than large GPT models, while keeping the computational cost and energy consumption orders of magnitude lower.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TimeQuestionsQuasarP@175.4Unverified

Reproductions