Datasets:
Update paper link and add project page
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- question-answering
|
| 7 |
tags:
|
|
@@ -10,8 +12,6 @@ tags:
|
|
| 10 |
- social-reasoning
|
| 11 |
- mental-state
|
| 12 |
- multimodal
|
| 13 |
-
size_categories:
|
| 14 |
-
- n<1K
|
| 15 |
configs:
|
| 16 |
- config_name: text
|
| 17 |
data_files:
|
|
@@ -33,8 +33,9 @@ Menti-Bench is a manually constructed, quality-controlled benchmark of **situate
|
|
| 33 |
|
| 34 |
Each instance presents a short story (text, an image sequence, or a sounding video), a designated target agent, a question about the target's next action, and six candidate actions. The correct action follows from the target's *partial* view of the scene, so distractor options are typically plausible under the global state but inconsistent with what the target can perceive, know, or socially do.
|
| 35 |
|
| 36 |
-
- Paper: *Mental World Modeling* ([
|
| 37 |
-
-
|
|
|
|
| 38 |
|
| 39 |
## Composition
|
| 40 |
|
|
@@ -108,8 +109,8 @@ Released under **CC BY-NC 4.0** for non-commercial research use. Please do not u
|
|
| 108 |
```bibtex
|
| 109 |
@article{mwm2026,
|
| 110 |
title = {Mental World Modeling},
|
| 111 |
-
author = {
|
| 112 |
-
journal = {arXiv preprint arXiv:
|
| 113 |
year = {2026}
|
| 114 |
}
|
| 115 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
task_categories:
|
| 8 |
- question-answering
|
| 9 |
tags:
|
|
|
|
| 12 |
- social-reasoning
|
| 13 |
- mental-state
|
| 14 |
- multimodal
|
|
|
|
|
|
|
| 15 |
configs:
|
| 16 |
- config_name: text
|
| 17 |
data_files:
|
|
|
|
| 33 |
|
| 34 |
Each instance presents a short story (text, an image sequence, or a sounding video), a designated target agent, a question about the target's next action, and six candidate actions. The correct action follows from the target's *partial* view of the scene, so distractor options are typically plausible under the global state but inconsistent with what the target can perceive, know, or socially do.
|
| 35 |
|
| 36 |
+
- Paper: *Mental World Modeling* ([Hugging Face Papers](https://huggingface.co/papers/2607.27201))
|
| 37 |
+
- Project page: [https://mental-world.github.io/](https://mental-world.github.io/)
|
| 38 |
+
- Code (Mentis baseline system): [https://github.com/mental-world/Mentis](https://github.com/mental-world/Mentis)
|
| 39 |
|
| 40 |
## Composition
|
| 41 |
|
|
|
|
| 109 |
```bibtex
|
| 110 |
@article{mwm2026,
|
| 111 |
title = {Mental World Modeling},
|
| 112 |
+
author = {Fei, Hao and Zhao, Yiran},
|
| 113 |
+
journal = {arXiv preprint arXiv:2607.27201},
|
| 114 |
year = {2026}
|
| 115 |
}
|
| 116 |
+
```
|