Frontier LLMs still fail at faithful text copying

dair_ai · x · 2026-07-21

Key finding

Frontier LLMs can solve hard reasoning tasks, but they still fail at a deceptively simple ability: faithfully copying long text blocks.

Why it matters

The paper argues this is not just a trivial annoyance. Reliable copying underlies code reproduction, tables, structured documents, and many everyday agent workflows.

Proposed idea

The authors find that treating text as a 2D layout instead of a 1D token stream recovers much of the missing fidelity.

They introduce 2D-RoPE, which assigns each token a row and column ID so copying becomes a simpler retrieval problem.

Results

Conclusion

The authors suggest that viewing text in 2D can improve language modeling, and that 2D positional encodings deserve further exploration.

Original post →

More from Research

Research channel →