【Lecture Note】Building Cognitive Foundations for Autonomous Agents in the Real World
【Lecture Note】Building Cognitive Foundations for Autonomous Agents in the Real World
Research work
Scaling Alone it NOT the Answer
not operate autonomously
What make humen operate ? Interaction.
The answer if Cognitive foundations.
- Reasoning
- Perception
- Interaction
Current Bottleneck.
- R: Unreliable planning
- P: Weak multimodal
- I: Unsafe behaviors
Topic 1 Verification-Centric
2023 Verify and edit to reduce hallucination
2024 retrieve a knowledge
Agent complex task
How to define:
- Domain-knowledge-intensive
- reasoning-heavy problems
Process : First reason, find relevant
- Reasoning & Retrieving (How & When to reason )
Method :
Sub-goal selection
- Reason (select the + execute + score)
- GenQuery
- Retrieve (select document)
- Requirements
- Accurate (locally)
- Useful (globally)
Monte Carlo Tree Search
(a) Selection
(b) Expansion
© Simulation
(d) Backpropagation

Expeirments : Significant improvements on challenging tasks
Conclusions and Limitations :
- Reasoing and retrieval are both critical
- Critic (verifier) is essential to do
MiroThinker-1.7
How it works :
- Think and tool-call
- Local and global verifier
- Robustness
Scale data: Curated Corpora
Scale training:
- Mid-Training
- Supervised Fine-Tuning
- Preference Optimization
- Reinforcement Learning

Scale inference: more turns & more actions
Topic 2. Multimodal Perception and Temporal Understanding
- multiodal reasoning
- interleaved multimodal CoT and temporal understanding
Motivation :
A football : 120mins 30 FPS --> 216,000 frames
So it is impossible for existing LMMs
How human process :
- Global skim
- Interleaved multimodal
- Sample frames
- Reasoning
- Resample frames
- Answer
How to train models to do so ?
Data First !
but no data, so to build : VideoSIAH
- A fine-grained data suite for evidence
- Eval : 244 videos
Data pipine
Training
- Cold-start SFT
- Inability to localize
- Insufficient reasoning capability with tol output
- Agentic RL
- Temporal grounding reward
- Answer accuracy
- Format compliance
- Temporal overlap (loU)
- Temporal grounding reward
- Agentic Reinforcement Fine-Tuning (RFT)
- Consolidate behavior from RL
Experiments :
Significant improvements on VideoSIAG and other bachmarks
Topic 3 Trustworthy Interaction
- Psychological safety
- multilingual & multicultural
Motivation
Are LLMs safe
- No from a psychological perspective
- Psychological toxicity : encourage harmful psychological behaviors (despite not showing sentence-level toxic linguistic features)

Method:
Short DArk Triad
- Consists of three traits
- Machiavellianism
- Narcissim
- Psychopathy : lach of empathy
Do LLMs show dark personality patterns?
- score higher than human respondence
- detect relatively negative patterns
Aleviating dark personality patterns of Llama-2-chat
- Collect DPOdata

Future work
-
From episodic reasoning to self-evolving intelligence
- Long-term memory
- Self-evolving : evaluation, data collection, training strategies
- Domain experts : medical reasoning, automated scientific ideation
-
From individual alignment to socially aligned agent ecosystems
- Controllable behavior modeling
- Multi-agent interaction and ecosystems
- Large scale social simulation
Overall :


