CLAINov 29, 2022

Chaining Simultaneous Thoughts for Numerical Reasoning

Tsinghua
arXiv:2211.16482v1295 citationsh-index: 74
Originality Highly original
AI Analysis

This addresses the challenge of deriving precise equations for numerical reasoning in AI systems, offering a novel approach to reduce errors by mimicking human thought processes, though it is incremental in improving structured decoders.

The paper tackles the problem of numerical reasoning over text by proposing CANTOR, a model that generates diverse reasoning steps simultaneously without predefined order and chains relevant ones, achieving effectiveness in both fully-supervised and weakly-supervised settings.

Given that rich information is hidden behind ubiquitous numbers in text, numerical reasoning over text should be an essential skill of AI systems. To derive precise equations to solve numerical reasoning problems, previous work focused on modeling the structures of equations, and has proposed various structured decoders. Though structure modeling proves to be effective, these structured decoders construct a single equation in a pre-defined autoregressive order, potentially placing an unnecessary restriction on how a model should grasp the reasoning process. Intuitively, humans may have numerous pieces of thoughts popping up in no pre-defined order; thoughts are not limited to the problem at hand, and can even be concerned with other related problems. By comparing diverse thoughts and chaining relevant pieces, humans are less prone to errors. In this paper, we take this inspiration and propose CANTOR, a numerical reasoner that models reasoning steps using a directed acyclic graph where we produce diverse reasoning steps simultaneously without pre-defined decoding dependencies, and compare and chain relevant ones to reach a solution. Extensive experiments demonstrated the effectiveness of CANTOR under both fully-supervised and weakly-supervised settings.

Foundations

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

Your Notes