English

Finding Generalizable Evidence by Learning to Convince Q&A Models

Computation and Language 2019-09-16 v1 Artificial Intelligence Information Retrieval Multiagent Systems

Abstract

We propose a system that finds the strongest supporting evidence for a given answer to a question, using passage-based question-answering (QA) as a testbed. We train evidence agents to select the passage sentences that most convince a pretrained QA model of a given answer, if the QA model received those sentences instead of the full passage. Rather than finding evidence that convinces one model alone, we find that agents select evidence that generalizes; agent-chosen evidence increases the plausibility of the supported answer, as judged by other QA models and humans. Given its general nature, this approach improves QA in a robust manner: using agent-selected evidence (i) humans can correctly answer questions with only ~20% of the full passage and (ii) QA models can generalize to longer passages and harder questions.

Keywords

Cite

@article{arxiv.1909.05863,
  title  = {Finding Generalizable Evidence by Learning to Convince Q&A Models},
  author = {Ethan Perez and Siddharth Karamcheti and Rob Fergus and Jason Weston and Douwe Kiela and Kyunghyun Cho},
  journal= {arXiv preprint arXiv:1909.05863},
  year   = {2019}
}

Comments

EMNLP 2019. Code available at https://github.com/ethanjperez/convince

R2 v1 2026-06-23T11:13:52.213Z