Autoregressive Reasoning over Chains of Facts with Transformers

Ruben Cartuyvels, Graham Spinks, Marie-Francine Moens


Abstract
This paper proposes an iterative inference algorithm for multi-hop explanation regeneration, that retrieves relevant factual evidence in the form of text snippets, given a natural language question and its answer. Combining multiple sources of evidence or facts for multi-hop reasoning becomes increasingly hard when the number of sources needed to make an inference grows. Our algorithm copes with this by decomposing the selection of facts from a corpus autoregressively, conditioning the next iteration on previously selected facts. This allows us to use a pairwise learning-to-rank loss. We validate our method on datasets of the TextGraphs 2019 and 2020 Shared Tasks for explanation regeneration. Existing work on this task either evaluates facts in isolation or artificially limits the possible chains of facts, thus limiting multi-hop inference. We demonstrate that our algorithm, when used with a pre-trained transformer model, outperforms the previous state-of-the-art in terms of precision, training time and inference efficiency.
Anthology ID:
2020.coling-main.610
Volume:
Proceedings of the 28th International Conference on Computational Linguistics
Month:
December
Year:
2020
Address:
Barcelona, Spain (Online)
Editors:
Donia Scott, Nuria Bel, Chengqing Zong
Venue:
COLING
SIG:
Publisher:
International Committee on Computational Linguistics
Note:
Pages:
6916–6930
Language:
URL:
https://aclanthology.org/2020.coling-main.610
DOI:
10.18653/v1/2020.coling-main.610
Bibkey:
Cite (ACL):
Ruben Cartuyvels, Graham Spinks, and Marie-Francine Moens. 2020. Autoregressive Reasoning over Chains of Facts with Transformers. In Proceedings of the 28th International Conference on Computational Linguistics, pages 6916–6930, Barcelona, Spain (Online). International Committee on Computational Linguistics.
Cite (Informal):
Autoregressive Reasoning over Chains of Facts with Transformers (Cartuyvels et al., COLING 2020)
Copy Citation:
PDF:
https://aclanthology.org/2020.coling-main.610.pdf
Code
 rubencart/LIIR-TextGraphs-14