anya-ji nielsr HF staff commited on
Commit
ef45dfa
1 Parent(s): a1068d0

Link dataset to paper (#1)

Browse files

- Link dataset to paper (b109919185a8028dc9f9985249e054bbe716d9dc)


Co-authored-by: Niels Rogge <[email protected]>

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