HongchengGao commited on
Commit
d916d70
·
verified ·
1 Parent(s): 0fc719d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -43,5 +43,20 @@ configs:
43
  - split: ChineseLigature
44
  path: data/ChineseLigature-*
45
  ---
 
 
46
 
47
- The Turing Eye Test (TET) as presented in Paper 'Pixels, Patterns, But No Poetry: To See the World Like Humans'.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  - split: ChineseLigature
44
  path: data/ChineseLigature-*
45
  ---
46
+ ## Data Description
47
+ The Turing Eye Test (TET) as presented in Paper 'Pixels, Patterns, But No Poetry: To See the World Like Humans'.
48
 
49
+ This benchmark includes four tasks:
50
+ - HiddenText: comprises scale-variant items where text is rendered as shapes within the figure, appearing as text when reduced and resolving into a complete image when magnified, which contains 150 images.
51
+ - 3DCaptcha: involves recognition challenges constructed with curved characters in the three-dimensional space, which consists of 150 Captchas.
52
+ - ColorBlind: similar to Ishihara tests, but augmented with confounding colored dots that are chromatically similar to the central character to increase difficulty. We generate 150 such test images.
53
+ - ChineseLigatures: features complex glyphs synthesized through character decomposition, morphological transformation, and fusion of multiple Chinese characters, which includes different words or phrases.
54
+
55
+ ## Citation
56
+ If you find this dataset is useful in your work, please cite our paper:
57
+ <pre><code>@article{gao2025turing,
58
+ title={Pixels, Patterns, But No Poetry: To See the World Like Humans},
59
+ author={Hongcheng Gao and Lin Xu and Zihao Huang and Jingyi Tang and Xinhao Li and Yue Liu and Taihang Hu and Haoyang Li and Minhua Lin and Xinlong Yang and Ge Wu and Y. Charles and Yiping Bao and Zhiqi Huang and Xinyu Zhou},
60
+ year={2025}
61
+ }
62
+ </code></pre>