ArXiv

Explaining and Tuning Transformer-based LLMs in Arithmetic Tasks with Human Strategies

Authors
Luyu Qiu, Jianing Li, Hwanhee Kim...
Categories
cs.LG
arXiv
https://arxiv.org/abs/2607.17166v1
PDF
https://arxiv.org/pdf/2607.17166v1

Brief

Qiu et al. (2026-07-19) analyze vanilla Transformer learning on integer arithmetic by decomposing tasks into subtasks, performing loss-convergence order analysis and ablations, and applying human-inspired problem-solving strategies and “cognitive empowerment” to raise accuracy. XAI visualizations and explanation-based analysis support the claim that LLMs share human-like learning patterns. Full text not available here.

Why it matters

Qiu et al. (published 2026-07-19) show a vanilla Transformer trained on integer arithmetic can be improved by applying human-learning methods—task decomposition, problem-solving strategies, and “cognitive empowerment”—and report significant accuracy improvements in their experiments.

Key details

  • Loss-convergence order analysis and ablation studies reveal LLMs learn like humans: faster convergence on simpler subtasks than on complex ones; authors validate findings with XAI visualizations and explanation-based analyses.
Source evidence

Abstract

Transformer-based large language models (LLMs) continue to achieve state-of-the-art performance across various natural language processing tasks. However, their subpar performance on seemingly elementary problems, such as basic arithmetic, raises concerns about model reliability, safety, and ethical deployment. In this study, we demonstrate that the performance of a vanilla Transformer model trained on integer arithmetic tasks can be improved using methods effective for human learners. We begin by decomposing the arithmetic task into well-defined subtasks and conducting loss convergence order analysis together with ablation studies for each subtask. Our findings reveal that LLMs exhibit learning patterns similar to those of human learners, with a faster learning speed for simpler subtasks compared to more complex ones. In addition, we successfully improved the accuracy of LLMs by applying problem-solving strategies and cognitive empowerment methods shown to enhance the performance of human learners. This suggests that transformer-based LLMs may share cognitive processes with human learners in arithmetic. Lastly, we provide a comprehensive demonstration of our method's effectiveness, including significant accuracy improvement experiments, visualization verification, and explanation-based analysis to illuminate the intricacies of LLMs in arithmetic learning. In general, this work explores the potential similarities between transformer-based LLMs and human learners, supported by explainable AI (XAI) verifications, ultimately fostering trust in LLMs for critical and high-stakes applications.