ShunchiZhang commited on
Commit
848c260
·
verified ·
1 Parent(s): 1d15c71

Add model card README

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen3-4B-Instruct-2507
4
+ datasets:
5
+ - SCAI-JHU/MindZero
6
+ - Chuanyang-Jin/MMToM-QA
7
+ library_name: transformers
8
+ pipeline_tag: text-generation
9
+ language:
10
+ - en
11
+ tags:
12
+ - mindzero
13
+ - theory-of-mind
14
+ - reinforcement-learning
15
+ - reasoning
16
+ - household
17
+ ---
18
+
19
+ # MindZero-hh-tom-Qwen3-4B-Instruct-2507
20
+
21
+ A [**MindZero**](https://scai.cs.jhu.edu/MindZero/) checkpoint trained from [`Qwen/Qwen3-4B-Instruct-2507`](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507) with self-supervised reinforcement learning for online Theory-of-Mind reasoning in household environments.
22
+
23
+ [![Project Page](https://img.shields.io/badge/Homepage-Visit-blue?labelColor=gray&logo=homeassistantcommunitystore&logoColor=367BAF&style=flat-square)](https://scai.cs.jhu.edu/MindZero/)
24
+ [![Collection](https://img.shields.io/badge/HuggingFace-Collection-yellow?labelColor=gray&logo=huggingface&style=flat-square)](https://huggingface.co/collections/SCAI-JHU/mindzero/)
25
+ [![Code](https://img.shields.io/badge/GitHub-Code-black?labelColor=gray&logo=github&style=flat-square)](https://github.com/SCAI-JHU/MindZero)
26
+ [![Paper](https://img.shields.io/badge/Paper-PDF-red?labelColor=gray&logo=arxiv&logoColor=brown&style=flat-square)](https://arxiv.org)
27
+
28
+ ## TL;DR
29
+
30
+ **MindZero** trains (M)LLMs to perform efficient and robust online mental reasoning **without any mental-state annotations**. During training, the model is rewarded for generating mental-state hypotheses that maximize the likelihood of observed actions, as estimated by a planner — analogous to model-based ToM reasoning. After training, MindZero internalizes this reasoning into fast single-pass inference.
31
+
32
+ ## Evaluation
33
+
34
+ | Base model | Checkpoint | MMToM-QA |
35
+ | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | -------- |
36
+ | [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507) | [MindZero-hh-tom-Qwen3-4B-Instruct-2507](https://huggingface.co/SCAI-JHU/MindZero-hh-tom-Qwen3-4B-Instruct-2507) | 72.7 |
37
+ | [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) | [MindZero-hh-tom-Llama-3.2-3B-Instruct](https://huggingface.co/SCAI-JHU/MindZero-hh-tom-Llama-3.2-3B-Instruct) | 77.8 |
38
+ | [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) | [MindZero-hh-tom-Llama-3.1-8B-Instruct](https://huggingface.co/SCAI-JHU/MindZero-hh-tom-Llama-3.1-8B-Instruct) | 76.2 |
39
+
40
+ ## Citation
41
+
42
+ ```bibtex
43
+ @inproceedings{zhang2026mindzero,
44
+ title = {MindZero: Learning Online Mental Reasoning With Zero Annotations},
45
+ author = {Shunchi Zhang and Jin Lu and Chuanyang Jin and Yichao Zhou and Zhining Zhang and Tianmin Shu},
46
+ booktitle = {Proceedings of the 43st International Conference on Machine Learning (ICML)},
47
+ year = {2026}
48
+ }
49
+ ```