CLIRJun 24, 2024

DEXTER: A Benchmark for open-domain Complex Question Answering using LLMs

arXiv:2406.17158v16 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the need for better evaluation of retrieval models in complex QA tasks, which is incremental as it builds on existing benchmarks and methods.

The authors tackled the problem of evaluating retrieval models for open-domain complex question answering by proposing a benchmark and toolkit, finding that late interaction and lexical models perform well but retrieval improvements are needed to enhance downstream QA performance.

Open-domain complex Question Answering (QA) is a difficult task with challenges in evidence retrieval and reasoning. The complexity of such questions could stem from questions being compositional, hybrid evidence, or ambiguity in questions. While retrieval performance for classical QA tasks is well explored, their capabilities for heterogeneous complex retrieval tasks, especially in an open-domain setting, and the impact on downstream QA performance, are relatively unexplored. To address this, in this work, we propose a benchmark composing diverse complex QA tasks and provide a toolkit to evaluate state-of-the-art pre-trained dense and sparse retrieval models in an open-domain setting. We observe that late interaction models and surprisingly lexical models like BM25 perform well compared to other pre-trained dense retrieval models. In addition, since context-based reasoning is critical for solving complex QA tasks, we also evaluate the reasoning capabilities of LLMs and the impact of retrieval performance on their reasoning capabilities. Through experiments, we observe that much progress is to be made in retrieval for complex QA to improve downstream QA performance. Our software and related data can be accessed at https://github.com/VenkteshV/DEXTER

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes