English

What Makes the Preferred Thinking Direction for LLMs in Multiple-choice Questions?

Computation and Language 2025-07-01 v3 Information Theory Machine Learning math.IT

Abstract

Language models usually use left-to-right (L2R) autoregressive factorization. However, L2R factorization may not always be the best inductive bias. Therefore, we investigate whether alternative factorizations of the text distribution could be beneficial in some tasks. We investigate right-to-left (R2L) training as a compelling alternative, focusing on multiple-choice questions (MCQs) as a test bed for knowledge extraction and reasoning. Through extensive experiments across various model sizes (2B-8B parameters) and training datasets, we find that R2L models can significantly outperform L2R models on several MCQ benchmarks, including logical reasoning, commonsense understanding, and truthfulness assessment tasks. Our analysis reveals that this performance difference may be fundamentally linked to multiple factors including calibration, computability, and directional conditional entropy. We analyze the impact of these factors through controlled simulation studies using arithmetic tasks, where the impacting factors can be better disentangled. Our work demonstrates that exploring alternative factorizations of the text distribution can lead to improvements in LLM capabilities and provides theoretical insights into optimal factorization towards approximating human language distribution, and when each reasoning order might be more advantageous. Our code and checkpoints are released at https://github.com/apple/ml-reversal-blessing.

Keywords

Cite

@article{arxiv.2502.18435,
  title  = {What Makes the Preferred Thinking Direction for LLMs in Multiple-choice Questions?},
  author = {Yizhe Zhang and Richard Bai and Zijin Gu and Ruixiang Zhang and Jiatao Gu and Emmanuel Abbe and Samy Bengio and Navdeep Jaitly},
  journal= {arXiv preprint arXiv:2502.18435},
  year   = {2025}
}

Comments

10 pages for the main text

R2 v1 2026-06-28T21:57:39.464Z