nielsr HF Staff commited on
Commit
51d87c2
·
verified ·
1 Parent(s): d7def6c

Add paper link, GitHub repository, and task categories

Browse files

Hi! I'm Niels from the Hugging Face community science team. I've updated the dataset card to include:
- A link to the paper and GitHub repository.
- The `image-text-to-text` task category in the metadata.
- A citation section to ensure the authors are properly credited.

These additions will make the dataset more discoverable and provide users with the necessary context for its use in multimodal social simulation research.

Files changed (1) hide show
  1. README.md +16 -2
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
+ ```