CLAIIRNov 23, 2022

DyRRen: A Dynamic Retriever-Reranker-Generator Model for Numerical Reasoning over Tabular and Textual Data

arXiv:2211.12668v128 citationsh-index: 38Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of static retrieval in numerical reasoning for AI systems, though it appears incremental as it builds on existing retriever-generator pipelines.

The paper tackles the problem of numerical reasoning over hybrid tabular and textual data by proposing DyRRen, a dynamic retriever-reranker-generator model that dynamically reranks retrieved sentences at each generation step, and it outperforms existing baselines on the FinQA dataset.

Numerical reasoning over hybrid data containing tables and long texts has recently received research attention from the AI community. To generate an executable reasoning program consisting of math and table operations to answer a question, state-of-the-art methods use a retriever-generator pipeline. However, their retrieval results are static, while different generation steps may rely on different sentences. To attend to the retrieved information that is relevant to each generation step, in this paper, we propose DyRRen, an extended retriever-reranker-generator framework where each generation step is enhanced by a dynamic reranking of retrieved sentences. It outperforms existing baselines on the FinQA dataset.

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