CLLGDec 14, 2022

APOLLO: An Optimized Training Approach for Long-form Numerical Reasoning

arXiv:2212.07249v384 citationsh-index: 66
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in financial analysis tasks for applications like automated report generation, though it is incremental as it builds on existing frameworks.

The paper tackled the problem of long-form numerical reasoning in financial analysis by improving a retriever-generator framework to better handle numerical facts and program consistency, achieving new state-of-the-art results on FinQA and ConvFinQA benchmarks.

Long-form numerical reasoning in financial analysis aims to generate a reasoning program to calculate the correct answer for a given question. Previous work followed a retriever-generator framework, where the retriever selects key facts from a long-form document, and the generator generates a reasoning program based on retrieved facts. However, they treated all facts equally without considering the different contributions of facts with and without numbers. Meanwhile, the program consistency were ignored under supervised training, resulting in lower training accuracy and diversity. To solve these problems, we proposed APOLLO to improve the long-form numerical reasoning framework. For the retriever, we adopt a number-aware negative sampling strategy to enable the retriever to be more discriminative on key numerical facts. For the generator, we design consistency-based reinforcement learning and target program augmentation strategy based on the consistency of program execution results. Experimental results on the FinQA and ConvFinQA leaderboard verify the effectiveness of our proposed method, achieving the new state-of-the-art.

Code Implementations3 repos
Foundations

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

Your Notes