A Peek into Token Bias: Large Language Models Are Not Yet Genuine Reasoners
Bowen Jiang, Yangxinyu Xie, Zhuoqun Hao, Xiaomeng Wang, Tanwi Mallick, Weijie J. Su, Camillo J. Taylor, Dan Roth
TL;DR
The paper introduces a hypothesis-testing framework to determine whether large language models genuinely reason or rely on token bias. It builds a controlled regime with synthetic data, token perturbations, and matched-pair statistics to assess robustness across conjunction fallacy and syllogistic problems. Empirical results show substantial token-bias effects across multiple models and prompting methods, challenging claims of genuine, generalizable reasoning in current LLMs. The work provides statistically grounded evidence and open-source resources, highlighting generalization gaps and guiding future evaluation of AI reasoning capabilities.
Abstract
This study introduces a hypothesis-testing framework to assess whether large language models (LLMs) possess genuine reasoning abilities or primarily depend on token bias. We go beyond evaluating LLMs on accuracy; rather, we aim to investigate their token bias in solving logical reasoning tasks. Specifically, we develop carefully controlled synthetic datasets, featuring conjunction fallacy and syllogistic problems. Our framework outlines a list of hypotheses where token biases are readily identifiable, with all null hypotheses assuming genuine reasoning capabilities of LLMs. The findings in this study suggest, with statistical guarantee, that most LLMs still struggle with logical reasoning. While they may perform well on classic problems, their success largely depends on recognizing superficial patterns with strong token bias, thereby raising concerns about their actual reasoning and generalization abilities. Codes and data are open-sourced at https://github.com/bowen-upenn/llm_token_bias.
