Link dataset to paper
Browse filesHi,
Niels here from the open-source team at HF. Thanks for making the models and dataset of Kilogram available on the hub.
This PR ensures people can view the dataset from the paper page: https://huggingface.co/papers/2211.16492.
Cheers,
Niels
README.md
CHANGED
@@ -42,4 +42,18 @@ E.g. the first 10 elements in `"targets"` are the image file name of the target
|
|
42 |
Intermediate files:
|
43 |
|
44 |
`*/text/controlled/eval_batch_data.json` are in the format of
|
45 |
-
`{tangramName: {numOfParts: list({"target": [tangramName_{idx}, annotation], "distractors": list(list([tangramName_{idx}, annotation]))})}}`, used to generate controlled experiment jsons. Note: annotations are descriptions concatenated by "#" instead of in natural English.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
Intermediate files:
|
43 |
|
44 |
`*/text/controlled/eval_batch_data.json` are in the format of
|
45 |
+
`{tangramName: {numOfParts: list({"target": [tangramName_{idx}, annotation], "distractors": list(list([tangramName_{idx}, annotation]))})}}`, used to generate controlled experiment jsons. Note: annotations are descriptions concatenated by "#" instead of in natural English.
|
46 |
+
|
47 |
+
# Citation
|
48 |
+
|
49 |
+
```bibtex
|
50 |
+
@misc{ji2022abstractvisualreasoningtangram,
|
51 |
+
title={Abstract Visual Reasoning with Tangram Shapes},
|
52 |
+
author={Anya Ji and Noriyuki Kojima and Noah Rush and Alane Suhr and Wai Keen Vong and Robert D. Hawkins and Yoav Artzi},
|
53 |
+
year={2022},
|
54 |
+
eprint={2211.16492},
|
55 |
+
archivePrefix={arXiv},
|
56 |
+
primaryClass={cs.CL},
|
57 |
+
url={https://arxiv.org/abs/2211.16492},
|
58 |
+
}
|
59 |
+
```
|