Add paper link, GitHub repository, and task categories
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
pretty_name: AgentViSS
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
|
|
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
- multimodal
|
| 10 |
- social-simulation
|
|
@@ -23,6 +25,8 @@ This repository contains the public data package for **AgentViSS: Can Agents
|
|
| 23 |
Read the Room? Benchmarking Visual Social Intelligence in Multimodal
|
| 24 |
Simulation**.
|
| 25 |
|
|
|
|
|
|
|
| 26 |
## Files
|
| 27 |
|
| 28 |
```text
|
|
@@ -118,3 +122,13 @@ You can also clone the repository:
|
|
| 118 |
```bash
|
| 119 |
git clone https://huggingface.co/datasets/JunsWan/AgentViSS
|
| 120 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
size_categories:
|
| 6 |
- n<1K
|
| 7 |
+
task_categories:
|
| 8 |
+
- image-text-to-text
|
| 9 |
+
pretty_name: AgentViSS
|
| 10 |
tags:
|
| 11 |
- multimodal
|
| 12 |
- social-simulation
|
|
|
|
| 25 |
Read the Room? Benchmarking Visual Social Intelligence in Multimodal
|
| 26 |
Simulation**.
|
| 27 |
|
| 28 |
+
[**Paper**](https://huggingface.co/papers/2606.15152) | [**GitHub**](https://github.com/JunsWan/AgentViSS)
|
| 29 |
+
|
| 30 |
## Files
|
| 31 |
|
| 32 |
```text
|
|
|
|
| 122 |
```bash
|
| 123 |
git clone https://huggingface.co/datasets/JunsWan/AgentViSS
|
| 124 |
```
|
| 125 |
+
|
| 126 |
+
## Citation
|
| 127 |
+
|
| 128 |
+
```bibtex
|
| 129 |
+
@misc{agentviss2026,
|
| 130 |
+
title = {Can Agents Read the Room? Benchmarking Visual Social Intelligence in Multimodal Simulation},
|
| 131 |
+
author = {Anonymous Authors},
|
| 132 |
+
year = {2026}
|
| 133 |
+
}
|
| 134 |
+
```
|