paper-with-me

홈 › Papers

MATATA: Weakly Supervised End-to-End MAthematical Tool-Augmented Reasoning for Tabular Applications

2024-11-28 · Vishnou Vinayagame, Gregory Senay, Luis Martí

Business documents often contain substantial tabular and textual information with numerical values, requiring mathematical reasoning for effective document understanding. While Small Language Models (SLMs) still struggle at this task, tool-augmented multi-step agents perform better, at the cost of relying on closed-source or larger models, external data, or extensive prompt-engineering. This work introduces MATATA, a novel weakly supervised end-to-end approach to train multi-step reasoning language agents for document tabular applications. MATATA presents an annotation-free paradigm for each agent to enhance 3.8B/8B SLMs. During its two-stage training, MATATA uses the final outcome of the multi-step reasoning chain as weak supervision. This approach avoids having to individually supervise each intermediate agent in the reasoning chain. By employing an adaptive planner and shared tools across different datasets, MATATA shows robust performance. Experiments demonstrate that MATATA achieves state-of-the-art on FinQA, and on TAT-QA among reasoning methods based on open-source SLMs. Although being SLM-based, MATATA closely matches GPT-4-based frameworks on TabMWP. This novel weakly supervised approach enables training an end-to-end multi-step reasoning agent without intermediate supervision, supporting future developments of cost-effective powerful agentic systems.

📄 PDF Abstract BibTeX arXiv:2411.18915

Code (0)

등록된 구현이 없습니다.

Tasks

document understandingMathematical ReasoningPrompt Engineering

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Weakly Supervised Formula Learner for Solving Mathematical Problems

2022-10-01 · COLING 2022 10 · Yuxuan Wu, Hideki Nakayama

Mathematical reasoning task is a subset of the natural language question answering task. Existing work suggested solving this task with a two-phase approach, where the model first predicts formulas from questions and the…

Mathematical ReasoningQuestion AnsweringWeakly-supervised Learning

Weakly-Supervised Learning with Cost-Augmented Contrastive Estimation

2014-10-01 · EMNLP 2014 10 · Kevin Gimpel, Mohit Bansal
Dependency ParsingWeakly-supervised LearningWord Alignment

From Good to Great: Improving Math Reasoning with Tool-Augmented Interleaf Prompting

2023-12-18 · Nuo Chen, Hongguang Li, Baoyuan Wang, Jia Li

This paper investigates the performance of Large Language Models (LLMs) and Tool-augmented LLMs in tackling complex mathematical reasoning tasks. We introduce IMP-TIP: Improving Math Reasoning with Tool-augmented Interle…

DiversityGSM8KMathMathematical Reasoning

MATHSENSEI: A Tool-Augmented Large Language Model for Mathematical Reasoning

2024-02-27 · Debrup Das, Debopriyo Banerjee, Somak Aditya, Ashish Kulkarni

Tool-augmented Large Language Models (TALMs) are known to enhance the skillset of large language models (LLMs), thereby, leading to their improved reasoning abilities across many tasks. While, TALMs have been successfull…

8kLanguage ModelingLanguage ModellingLarge Language Model+5

MaskingDepth: Masked Consistency Regularization for Semi-supervised Monocular Depth Estimation

2022-12-21 · Jongbeom Baek, Gyeongnyeon Kim, Seonghoon Park, Honggyu An 외

We propose MaskingDepth, a novel semi-supervised learning framework for monocular depth estimation to mitigate the reliance on large ground-truth depth quantities. MaskingDepth is designed to enforce consistency between …

Data AugmentationDepth EstimationDomain AdaptationImage Classification+4