Summary
This paper aims to understand and enhance chain-of-thought reasoning from the perspective of cognitive neuroscience.
The author references the Hopfieldian View in cognitive science to establish a connection between chain-of-thought reasoning and cognitive science.
Subsequently, the author proposes RoT (Representation-of-Thought) by modeling the processes in chain-of-thought reasoning from a Hopfieldian perspective.
As described by the author, the Hopfieldian perspective explains the process of how the brain responds to external stimuli and produces behaviors from both computational and representational angles.
Specifically, the paper maps the elements of the Hopfieldian view to the elements of chain-of-thought reasoning.
The article models several key elements of the Hopfieldian view and CoT, and the correspondences between them are as follows:
- Action in Hopfieldian: Actions refer to the motor responses or behaviors that result from cognitive processing.
- Action in CoT: The CoT reasoning responses of LLMs
- Stimuli in Hopfieldian: Stimuli refer to external or internal events, objects, or changes in the environment that are detected by the sensory systems and can influence cognitive processes and behavior.
- Stimuli in CoT: The prompts. In zeroshot CoT, it's corresponding to instruction. And in fewshot CoT, it is the demonstration.
- Neuron populations in Hopfieldian: Hopfieldian models the cognition from neuron perspevtive, especially populations of neurons.
- Neuron Populations in CoT: Here they are the neural presentations in LLMs, specially, the presentation of the last token after tokenization.
- Representation Space in Hopfieldian: In the Hopfieldian view, the representation of information is thought to occur within low-dimensional space embedded within higher-dimensional neural spaces.
- Representation Space in CoT: This paper uses s-PCA to reduce the dimensiona1 of the aforementioned neuron populations.
Then, the author employs the Hopfieldian perspective to enhance chain-of-thought reasoning.
They iteratively uses the representation space in CoT reasoning to identify errors in reasoning.
Experiments were conducted on arithmetic reasoning, commonsense reasoning, and symbolic reasoning tasks.
Strengths
1. This paper aims to understand the process of chain-of-thought reasoning from the perspective of brain cognitive neuroscience, using the Hopfieldian view as the theoretical foundation of cognitive science, and mapping the basic concepts of chain-of-thought reasoning to those of cognitive science.
2. They attempt to enhance chain-of-thought reasoning from a cognitive science perspective. The authors use neural representation space to explore errors in chain-of-thought reasoning, thereby enhancing reasoning.
Weaknesses
1. This article extensively introduces concepts from cognitive neuroscience, but when it comes to establishing a connection between cognitive neuroscience and chain-of-thought reasoning, it feels rather forced. The article merely makes an imprecise connection between concepts from cognitive neuroscience and the behavior of modeling chain-of-thought reasoning.
2. The method proposed in the paper has less connection to concepts in cognitive neuroscience and is more of an heuristic algorithm. For this reason, the paper seems to overclain its correspondences to cognition science.
3. The writing of the article, in an attempt to incorporate cognitive neuroscience, packages a relatively simple and easily understandable algorithm using the Hopfieldian perspective, thereby increasing the difficulty of understanding.
4. The experiments do not demonstrate the advantages of the proposed method, RoT. In many cases, RoT is inferior to vanilla CoT, and in some cases, it is even weaker than non-chain-of-thought reasoning.
Questions
Please see weaknesses