41 lines
No EOL
1.2 KiB
Markdown
41 lines
No EOL
1.2 KiB
Markdown
<div align="center">
|
|
<h1>Explicit Modelling of Theory of Mind for Belief Prediction in Nonverbal Social Interactions</h1>
|
|
|
|
**[Matteo Bortoletto][1], [Constantin Ruhdorfer][4], [Lei Shi][2], [Andreas Bulling][3]** <br> <br>
|
|
**ECAI 2024, Santiago de Compostela, Spain** <br>
|
|
|
|
|
|
</div>
|
|
|
|
# Citation
|
|
|
|
This is a temporary reference that will be updated after the proceedings are published.
|
|
|
|
```bibtex
|
|
@inproceedings{bortoletto2024explicit,
|
|
author = {Bortoletto, Matteo and Ruhdorfer, Constantin and Shi, Lei and Bulling, Andreas},
|
|
title = {Explicit Modelling of Theory of Mind for Belief Prediction in Nonverbal Social Interactions},
|
|
booktitle = {Proc. 27th European Conference on Artificial Intelligence (ECAI)},
|
|
year = {2024},
|
|
pages = {1--8},
|
|
doi = {}
|
|
}
|
|
```
|
|
|
|
# Code
|
|
|
|
This repository has the following structure:
|
|
|
|
```
|
|
mtomnet
|
|
├── boss
|
|
└── tbd
|
|
```
|
|
|
|
We have one subfolder for dataset, containing the code to run the corresponding experiments. Inside each subfolder we provide a README with further instructions.
|
|
|
|
|
|
[1]: https://mattbortoletto.github.io/
|
|
[2]: https://perceptualui.org/people/shi/
|
|
[3]: https://perceptualui.org/people/bulling/
|
|
[4]: https://perceptualui.org/people/ruhdorfer/ |