Zing Forum

Reading

MixRea: Unveiling the 'Inattentional Blindness' of Large Language Models — A Benchmark for Explicit-Implicit Hybrid Reasoning

Inspired by the theory of inattentional blindness in cognitive psychology, researchers constructed the MixRea benchmark to evaluate the reasoning ability of large language models (LLMs) in scenarios with mixed explicit and implicit information. They found that even state-of-the-art models exhibit attention biases, and proposed the PRCP prompting method to improve reasoning by restoring neglected causal relationships.

大语言模型推理能力认知偏差基准测试提示工程注意力机制模型评估
Published 2026-05-20 01:15Recent activity 2026-05-20 10:56Estimated read 6 min
MixRea: Unveiling the 'Inattentional Blindness' of Large Language Models — A Benchmark for Explicit-Implicit Hybrid Reasoning
1

Section 01

Introduction: MixRea Benchmark Reveals the 'Inattentional Blindness' Problem of LLMs

Inspired by the theory of inattentional blindness in cognitive psychology, researchers constructed the MixRea benchmark to evaluate the reasoning ability of large language models (LLMs) in scenarios with mixed explicit and implicit information. They found that even state-of-the-art models exhibit attention biases, and proposed the PRCP prompting method to improve reasoning by restoring neglected causal relationships.

2

Section 02

Background: Inattentional Blindness and the Proposal of Explicit-Implicit Hybrid Reasoning

In cognitive psychology, 'inattentional blindness' refers to the phenomenon where people ignore obvious but irrelevant stimuli while focusing on a task (e.g., the 'invisible gorilla' experiment). Researchers hypothesize that LLMs, whose training data reflects human attention biases, may have similar 'blindness' phenomena. To this end, they introduced the explicit-implicit hybrid reasoning task, which requires simultaneous processing of directly stated explicit information and implicitly inferred information, making up for the deficiency of traditional benchmarks that focus on a single type of reasoning.

3

Section 03

Methodology: Construction Details of the MixRea Benchmark

The MixRea benchmark contains 2246 multiple-choice questions, covering 9 reasoning types (causal, counterfactual, multi-hop, commonsense, mathematical, spatial, temporal, social, scientific). For each type, different ratios of explicit and implicit information are designed. The core principle: the correct answer depends on the combination of explicit and implicit information, and incorrect options are set to target common attention biases.

4

Section 04

Evidence: Evaluation Results of LLMs' Inattentional Blindness

Evaluation of 21 advanced LLMs shows: the state-of-the-art Gemini 2.5 Pro has a consistent accuracy rate of only 42.8%, GPT-4 series range from 38% to 41%, Claude series from 35% to 40%, and open-source models are generally below 35%—far lower than the 70-80% of human experts. Error patterns include over-focus on explicit clues, context neglect, and excessive anchoring to task instructions, which are similar to human cognitive biases.

5

Section 05

Solution: Design and Effect of the PRCP Prompting Method

The Potential Relationship Completion Prompt (PRCP) alleviates inattentional blindness by explicitly completing relationships between concepts. The steps are: concept extraction, relationship completion, constraint identification, and comprehensive reasoning. Experiments show that PRCP improves the consistent reasoning accuracy of models by an average of 8-12 percentage points, with a 15-percentage-point improvement in causal reasoning, and it is also effective for strong models.

6

Section 06

Cross-Task Generalization: The Widespread Existence of Inattentional Blindness

In multi-document reasoning, there is over-reliance on main documents; in long-context reasoning, there are position biases and recency effects; in cross-modal reasoning, there are modal preferences and alignment failures. Inattentional blindness is prevalent across multi-source reasoning tasks.

7

Section 07

Implications for Model Design

The attention mechanism needs to be rethought (hard attention, multi-scale, explicit relationship modeling); training data requires balanced sampling of explicit and implicit information, adversarial examples, and multi-perspective annotations; the goal of cognitive alignment should pursue complementary intelligence, allowing models to notice details that humans overlook.

8

Section 08

Limitations, Future Directions, and Conclusion

Limitations of MixRea: it focuses on English and multiple-choice questions, with limited coverage. Future research needs to explore cross-lingual and cross-cultural performance, underlying mechanisms, and architectural innovations. Conclusion: LLMs have systematic inattentional blindness, which warns against deployment in high-risk scenarios; PRCP brings hope for mitigation, and human-machine collaboration is the future direction.