CoolFace
Datasetpublic

KangsanKim71/MA-EgoQA

MA-EgoQA: Question Answering over Egocentric Videos from Multiple Embodied Agents Project Page | Paper | GitHub MA-EgoQA (Multi-Agent Egocentric Video Question Answering) is a benchmark designed to evaluate models on their ability to understand multiple long-horizon egocentric video streams simultaneously collected from embodied agents. Built on the EgoLife dataset, it features 266 hours of multi-agent video where 6 people lived together for 7 days. The benchmark includes 1.7k… See the full description on the dataset page: https://huggingface.co/datasets/KangsanKim71/MA-EgoQA.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
4likes105downloads
Dataset Card

MA-EgoQA: Question Answering over Egocentric Videos from Multiple Embodied Agents

**Project Page** | **Paper** | **GitHub**

MA-EgoQA (Multi-Agent Egocentric Video Question Answering) is a benchmark designed to evaluate models on their ability to understand multiple long-horizon egocentric video streams simultaneously collected from embodied agents.

Built on the EgoLife dataset, it features 266 hours of multi-agent video where 6 people lived together for 7 days. The benchmark includes 1.7k questions that specifically require reasoning across more than two agents' observations.

Question Categories

The benchmark covers five distinct categories:

CategoryAbbr.Description
Social InteractionSILocalizing conversations and group behaviors across video streams
Task CoordinationTCHow agents divide roles and collaborate toward shared goals
Theory of MindToMReasoning about agents' beliefs, intentions, and mental states
Temporal ReasoningTRConcurrency and ordering of events across agents' timelines
Environmental InteractionEITracking distributed object usage across agents

Sample Usage

You can download the dataset using the Hugging Face CLI as follows:

bash
huggingface-cli download KangsanKim71/MA-EgoQA --local-dir data --repo-type dataset

Citation

bibtex
@misc{kim2026maegoqa,
    title={MA-EgoQA: Question Answering over Egocentric Videos from Multiple Embodied Agents}, 
    author={Kangsan Kim and Yanlai Yang and Suji Kim and Woongyeong Yeo and Youngwan Lee and Mengye Ren and Sung Ju Hwang},
    year={2026},
    eprint={2603.09827},
    archivePrefix={arXiv},
    primaryClass={cs.CV},
    url={https://arxiv.org/abs/2603.09827}, 
}