HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Hurdles to Progress in Long-form Question Answering

Kalpesh Krishna Aurko Roy Mohit Iyyer

Hurdles to Progress in Long-form Question Answering

Abstract

The task of long-form question answering (LFQA) involves retrieving documents relevant to a given question and using them to generate a paragraph-length answer. While many models have recently been proposed for LFQA, we show in this paper that the task formulation raises fundamental challenges regarding evaluation and dataset creation that currently preclude meaningful modeling progress. To demonstrate these challenges, we first design a new system that relies on sparse attention and contrastive retriever learning to achieve state-of-the-art performance on the ELI5 LFQA dataset. While our system tops the public leaderboard, a detailed analysis reveals several troubling trends: (1) our system's generated answers are not actually grounded in the documents that it retrieves; (2) ELI5 contains significant train / validation overlap, as at least 81% of ELI5 validation questions occur in paraphrased form in the training set; (3) ROUGE-L is not an informative metric of generated answer quality and can be easily gamed; and (4) human evaluations used for other text generation tasks are unreliable for LFQA. We offer suggestions to mitigate each of these issues, which we hope will lead to more rigorous LFQA research and meaningful progress in the future.

Code Repositories

carriex/lfqa_eval
Mentioned in GitHub
martiansideofthemoon/hurdles-longform-qa
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
open-domain-question-answering-on-kilt-eli5arxiv.org/abs/2103.06332
F1: 22.88
KILT-F1: 2.34
KILT-RL: 2.36
R-Prec: 10.67
ROUGE-L: 23.19
Recall@5: 24.56
question-answering-on-kilt-eli5c-REALM
F1: 23.1
Rouge-L: 23.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Hurdles to Progress in Long-form Question Answering | Papers | HyperAI