Update README.md
Browse files
README.md
CHANGED
|
@@ -4,33 +4,30 @@ configs:
|
|
| 4 |
data_files:
|
| 5 |
- split: test
|
| 6 |
path: anchor_recognition/test-00000.parquet
|
| 7 |
-
- config_name: cognitive_mapping
|
| 8 |
-
data_files:
|
| 9 |
-
- split: test
|
| 10 |
-
path: cognitive_mapping/test-00000.parquet
|
| 11 |
- config_name: global_counting
|
| 12 |
data_files:
|
| 13 |
- split: test
|
| 14 |
path: global_counting/test-00000.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- config_name: relative_direction
|
| 16 |
data_files:
|
| 17 |
- split: test
|
| 18 |
path: relative_direction/test-00000.parquet
|
| 19 |
-
- config_name:
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
-
path:
|
| 23 |
---
|
| 24 |
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
<h1 align="center">Communicating about Space: Language-Mediated Spatial Integration Across Partial Views</h1>
|
| 30 |
|
| 31 |
<p align="center">
|
| 32 |
<a href="https://arxiv.org/abs/2603.27183"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-Comm--About--Space-red?logo=arxiv" height="20"/> </a>
|
| 33 |
-
<a href="https://github.com/ankursikarwar/Cosmic"><img src="https://img.shields.io/badge/github-
|
| 34 |
</p>
|
| 35 |
|
| 36 |
<div align="justify">
|
|
@@ -45,10 +42,11 @@ Humans routinely transform local, viewpoint-dependent observations into shared s
|
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
ds_anchor_recognition = load_dataset("mair-lab/Cosmic", name="anchor_recognition", split="test")
|
| 48 |
-
ds_cognitive_mapping = load_dataset("mair-lab/Cosmic", name="cognitive_mapping", split="test")
|
| 49 |
ds_global_counting = load_dataset("mair-lab/Cosmic", name="global_counting", split="test")
|
| 50 |
-
ds_relative_direction = load_dataset("mair-lab/Cosmic", name="relative_direction", split="test")
|
| 51 |
ds_relative_distance = load_dataset("mair-lab/Cosmic", name="relative_distance", split="test")
|
|
|
|
|
|
|
|
|
|
| 52 |
```
|
| 53 |
|
| 54 |
## Citation
|
|
|
|
| 4 |
data_files:
|
| 5 |
- split: test
|
| 6 |
path: anchor_recognition/test-00000.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- config_name: global_counting
|
| 8 |
data_files:
|
| 9 |
- split: test
|
| 10 |
path: global_counting/test-00000.parquet
|
| 11 |
+
- config_name: relative_distance
|
| 12 |
+
data_files:
|
| 13 |
+
- split: test
|
| 14 |
+
path: relative_distance/test-00000.parquet
|
| 15 |
- config_name: relative_direction
|
| 16 |
data_files:
|
| 17 |
- split: test
|
| 18 |
path: relative_direction/test-00000.parquet
|
| 19 |
+
- config_name: cognitive_mapping
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
+
path: cognitive_mapping/test-00000.parquet
|
| 23 |
---
|
| 24 |
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
<h1 align="center">Communicating about Space: Language-Mediated Spatial Integration Across Partial Views</h1>
|
| 27 |
|
| 28 |
<p align="center">
|
| 29 |
<a href="https://arxiv.org/abs/2603.27183"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-Comm--About--Space-red?logo=arxiv" height="20"/> </a>
|
| 30 |
+
<a href="https://github.com/ankursikarwar/Cosmic"><img src="https://img.shields.io/badge/github-Comm--About--Space-blue?logo=github" alt="Github"/> </a>
|
| 31 |
</p>
|
| 32 |
|
| 33 |
<div align="justify">
|
|
|
|
| 42 |
from datasets import load_dataset
|
| 43 |
|
| 44 |
ds_anchor_recognition = load_dataset("mair-lab/Cosmic", name="anchor_recognition", split="test")
|
|
|
|
| 45 |
ds_global_counting = load_dataset("mair-lab/Cosmic", name="global_counting", split="test")
|
|
|
|
| 46 |
ds_relative_distance = load_dataset("mair-lab/Cosmic", name="relative_distance", split="test")
|
| 47 |
+
ds_relative_direction = load_dataset("mair-lab/Cosmic", name="relative_direction", split="test")
|
| 48 |
+
ds_cognitive_mapping = load_dataset("mair-lab/Cosmic", name="cognitive_mapping", split="test")
|
| 49 |
+
|
| 50 |
```
|
| 51 |
|
| 52 |
## Citation
|