paper-with-me

홈 › Papers

Arithmetic-Based Pretraining -- Improving Numeracy of Pretrained Language Models

2022-05-13 · Dominic Petrak, Nafise Sadat Moosavi, Iryna Gurevych

State-of-the-art pretrained language models tend to perform below their capabilities when applied out-of-the-box on tasks that require understanding and working with numbers. Recent work suggests two main reasons for this: (1) popular tokenisation algorithms have limited expressiveness for numbers, and (2) common pretraining objectives do not target numeracy. Approaches that address these shortcomings usually require architectural changes or pretraining from scratch. In this paper, we propose a new extended pretraining approach called Arithmetic-Based Pretraining that jointly addresses both in one extended pretraining step without requiring architectural changes or pretraining from scratch. Arithmetic-Based Pretraining combines contrastive learning to improve the number representation, and a novel extended pretraining objective called Inferable Number Prediction Task to improve numeracy. Our experiments show the effectiveness of Arithmetic-Based Pretraining in three different tasks that require improved numeracy, i.e., reading comprehension in the DROP dataset, inference-on-tables in the InfoTabs dataset, and table-to-text generation in the WikiBio and SciGen datasets.

📄 PDF Abstract BibTeX arXiv:2205.06733

Code (2)

ukplab/emnlp2022-reasoning-aware-pretraining 공식 구현 pytorch
ukplab/starsem2023-arithmetic-based-pretraining 공식 구현 pytorch

Tasks

Contrastive LearningReading ComprehensionTable-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

Numeracy in Large Language Models: Fundamental Limitations and Paths to Improvement

2026-08-13 · Aoxin Ni arxiv

Large language models (LLMs) achieve strong results on mathematical reasoning benchmarks yet remain unreliable on elementary numerical tasks, including magnitude comparison, large-integer arithmetic, fractions, and scien…

Mathematical Reasoning

Numeracy from Literacy: Data Science as an Emergent Skill from Large Language Models

2023-01-31 · David Noever, Forrest McKee

Large language models (LLM) such as OpenAI's ChatGPT and GPT-3 offer unique testbeds for exploring the translation challenges of turning literacy into numeracy. Previous publicly-available transformer models from eightee…

DescriptiveFeature ImportanceSentenceSentence Completion

Masked Measurement Prediction: Learning to Jointly Predict Quantities and Units from Textual Context

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Physical measurements constitute a large portion of numbers in academic papers, engineering reports, and web tables. Current benchmarks fall short of properly evaluating numeracy of pretrained language models on measurem…

Masked Measurement Prediction: Learning to Jointly Predict Quantities and Units from Textual Context

2021-12-16 · Findings (NAACL) 2022 7 · Daniel Spokoyny, Ivan Lee, Zhao Jin, Taylor Berg-Kirkpatrick

Physical measurements constitute a large portion of numbers in academic papers, engineering reports, and web tables. Current benchmarks fall short of properly evaluating numeracy of pretrained language models on measurem…

How Robust Are Large Language Models for Clinical Numeracy? An Empirical Study on Numerical Reasoning Abilities in Clinical Contexts

2026-04-13 · Minh-Vuong Nguyen, Fatemeh Shiri, Zhuang Li, Karin Verspoor arxiv

Large Language Models (LLMs) are increasingly being explored for clinical question answering and decision support, yet safe deployment critically requires reliable handling of patient measurements in heterogeneous clinic…

Question Answering