PulseAugur
EN
LIVE 15:07:57

New 2D Positional Encoding Method Boosts LLM Copying Ability

Researchers have identified a significant limitation in current large language models, even those considered "frontier" models, which struggle with the simple task of exactly copying input text within their context windows. This failure is attributed to the positional encoding methods used in Transformer architectures, which create shortcuts that hinder precise copying. To address this, a new method called 2D-RoPE has been proposed, which organizes text into a 2D grid, making copying a simpler retrieval task. Experiments show that Transformers using 2D-RoPE achieve perfect copying at much longer input lengths than standard models, with benefits observed in large-scale pretraining. AI

IMPACT This research could improve the reliability and precision of LLMs in tasks requiring exact text recall, potentially enhancing their utility in applications like code generation or data processing.

RANK_REASON Academic paper introducing a new method for positional encoding in LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New 2D Positional Encoding Method Boosts LLM Copying Ability

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Haodong Wen, Yiran Zhang, Yingfa Chen, Kaifeng Lyu ·

    Frontier Language Models Struggle to Copy: Text Can Be Better Viewed in 2D

    arXiv:2607.16072v1 Announce Type: new Abstract: While large language models (LLMs) can solve advanced reasoning problems in seconds, we show that even frontier models fail to perform a much simpler operation: exactly copying an input string that lies well within their context win…