Remix.run Logo
hasteg a day ago

Really interesting paper, thanks for the share.

The point their making in that paper reminds me of this paper some people shared around work earlier this year, https://arxiv.org/pdf/2512.14982 (Prompt Repetition Improves Non-Reasoning LLMs)... I wonder how OPs question would fare (or the questions presented in the paper you posted) given double repetition.

fc417fc802 a day ago | parent [-]

A relevant question for the paper you linked is what happens if instead of repeating the input prompt you repeat a filler character the same number of times.

matankal 7 hours ago | parent | next [-]

This is tested in the paper (see the "padding" ablation)

hasteg a day ago | parent | prev [-]

Can you elaborate on that more? Why just a filler character?

fc417fc802 a day ago | parent [-]

Because padding the output in such a manner (which keep in mind is immediately fed back as input) has been shown to increase model performance. It's one of the many reasons to question what "thinking" traces are really doing.

If you consider how the attention mechanism works then a very hand wavey intuition is that despite being entirely arbitrary additional tokens should still provide the opportunity for additional information processing.