CLAIFeb 19, 2024

Same Task, More Tokens: the Impact of Input Length on the Reasoning Performance of Large Language Models

arXiv:2402.14848v2200 citationsh-index: 4ACL
AI Analysis

This addresses a critical limitation in LLMs for researchers and developers, as it is incremental in revealing specific failure modes.

The paper investigates how increasing input length affects the reasoning performance of Large Language Models (LLMs), finding a notable degradation in performance at much shorter lengths than their maximum, with the degradation trend appearing across all dataset versions.

This paper explores the impact of extending input lengths on the capabilities of Large Language Models (LLMs). Despite LLMs advancements in recent times, their performance consistency across different input lengths is not well understood. We investigate this aspect by introducing a novel QA reasoning framework, specifically designed to assess the impact of input length. We isolate the effect of input length using multiple versions of the same sample, each being extended with padding of different lengths, types and locations. Our findings show a notable degradation in LLMs' reasoning performance at much shorter input lengths than their technical maximum. We show that the degradation trend appears in every version of our dataset, although at different intensities. Additionally, our study reveals that the traditional metric of next word prediction correlates negatively with performance of LLMs' on our reasoning dataset. We analyse our results and identify failure modes that can serve as useful guides for future research, potentially informing strategies to address the limitations observed in LLMs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes