SYNTHESIS NOTE
TopicsLLM Architecturethis note

Does verbose chain-of-thought actually help multimodal perception tasks?

Extending RLHF to MLLMs through longer rationales follows the successful reasoning playbook, but may backfire on perception tasks. This explores when and why the standard CoT-and-RL recipe fails.

Synthesis note · 2026-05-18 · sourced from LLM Architecture

The default playbook for improving LLM reasoning under RL is well-known: longer chains of thought, more intermediate tokens, more verbose rationales. This helps on math, code, and multi-hop reasoning. Reinforced Attention Learning documents a domain where it actively hurts: multimodal perception tasks.

The failure mode is structural. Perception tasks — fine-grained visual question-answering, grounding, attribute identification — depend on the model precisely attending to the right region of the visual input. The bottleneck is not what to say; it is what to look at. Verbose rationales pile text tokens on top of the visual attention task, and the optimization signal flows to those text tokens rather than to the underlying attention. The model becomes more elaborate in its descriptions of what it sees without becoming more accurate about what it sees.

This contradicts the assumption that the CoT-and-RL recipe is universally beneficial. The recipe works when the bottleneck is reasoning steps that can be made externally visible — math derivations, logical chains, step-by-step planning. It does not work when the bottleneck is the model's internal information-allocation decisions, which are not visible in the token stream and which RL on tokens cannot directly reach.

The diagnostic generalizes. Before applying the verbose-CoT playbook to a new domain, ask: is the bottleneck on this task something the model can verbalize, or is it something happening inside the attention pattern? If verbalizable, verbose CoT and outcome RL help. If internal, they may add noise without addressing the actual problem — and in some cases, as in MLLM perception, may degrade performance by reinforcing the wrong policy object.

This connects to the broader pattern of CoT limitations. CoT is constrained imitation of reasoning form; it does not access mechanisms not encoded in token sequences. For tasks whose mechanism lives in attention, in latent state trajectories, or in cross-modal alignment, training the verbalization layer is training the wrong thing.

Inquiring lines that read this note 38

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Should GUI agents use structured representations instead of raw pixels? What articulatory information do speech signals carry that text cannot? How does reasoning graph topology affect breakthrough insights and generalization? Can AI-generated outputs constitute genuine knowledge or valid claims? Why do correct reasoning traces tend to be shorter than incorrect ones? How can AI systems learn from failures without cascading errors? Can language model hallucination be prevented or only managed? Do reasoning traces faithfully represent or merely mimic actual model reasoning? How does latent reasoning compare to verbalized chain-of-thought? How do interface design choices shape consciousness attribution? Is embodied interaction necessary for language meaning and genuine agency? How do evaluation biases undermine LLM quality assessment systems? How does sequence length affect sparsity tolerance in models? Why should disagreement be treated as signal in collaborative reasoning? What constrains reinforcement learning's ability to expand model reasoning? Do language models develop causal world models or rely on statistical patterns? How do transformer attention mechanisms implement memory and algorithmic functions? What actually drives chain-of-thought reasoning improvements in language models? How does reasoning effort affect AI theory of mind performance? Do autonomous architecture discoveries follow predictable scaling laws? How do self-generated feedback mechanisms enable effective model learning? Do language models learn genuine linguistic structure or just surface patterns? Do harness improvements transfer across model scales or memorize shortcuts?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 132 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

verbose chain-of-thought degrades MLLM perception tasks — text-token RL is the wrong policy objective when the bottleneck is visual grounding