Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- question-answering
|
| 7 |
+
tags:
|
| 8 |
+
- Multi-modal
|
| 9 |
+
- Multi-agent
|
| 10 |
+
- Theory_of_Mind
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## MuMA-ToM: Multi-modal Multi-Agent Theory of Mind <br> <sub> AAAI 2025 (Oral) </sub>
|
| 16 |
+
|
| 17 |
+
[\[🏠Homepage\]](https://scai.cs.jhu.edu/projects/MuMA-ToM/) [\[💻Code\]](https://github.com/SCAI-JHU/MuMA-ToM) [\[📝Paper\]](https://arxiv.org/abs/2408.12574)
|
| 18 |
+
|
| 19 |
+
MuMA-ToM is the first multi-modal Theory of Mind benchmark designed to evaluate mental reasoning in embodied multi-agent interactions. The benchmark was designed with several key features in mind:
|
| 20 |
+
|
| 21 |
+
1. It is factually correct, concise, and readable.
|
| 22 |
+
2. It requires integrating information from multiple modalities to answer the questions.
|
| 23 |
+
3. It tests understanding of multi-agent interactions, including beliefs, social goals, and beliefs about others' goals.
|
| 24 |
+
|
| 25 |
+
## Leaderboard
|
| 26 |
+
Here is the [**leaderboard**](https://scai.cs.jhu.edu/projects/MuMA-ToM/leaderboard.html) for MuMA-ToM. Please contact us if you'd like to add your results.
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Citation
|
| 30 |
+
Please cite the paper if you find it interesting/useful, thanks!
|
| 31 |
+
```bibtex
|
| 32 |
+
@inproceedings{shi2025muma,
|
| 33 |
+
title={Muma-tom: Multi-modal multi-agent theory of mind},
|
| 34 |
+
author={Shi, Haojun and Ye, Suyu and Fang, Xinyu and Jin, Chuanyang and Isik, Leyla and Kuo, Yen-Ling and Shu, Tianmin},
|
| 35 |
+
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
|
| 36 |
+
volume={39},
|
| 37 |
+
number={2},
|
| 38 |
+
pages={1510--1519},
|
| 39 |
+
year={2025}
|
| 40 |
+
}
|
| 41 |
+
```
|