jzhuang commited on
Commit
10d3b36
·
verified ·
1 Parent(s): 2d8350b

Add dataset card with viewer config

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - table-understanding
9
+ - multimodal
10
+ - benchmark
11
+ size_categories:
12
+ - 1K<n<10K
13
+ dataset_info:
14
+ features:
15
+ - name: image
16
+ dtype: image
17
+ - name: image_id
18
+ dtype: int32
19
+ - name: index
20
+ dtype: int32
21
+ - name: uuid
22
+ dtype: string
23
+ - name: question
24
+ dtype: string
25
+ - name: category
26
+ dtype: string
27
+ - name: category_name
28
+ dtype: string
29
+ - name: subtype_id
30
+ dtype: string
31
+ - name: subtype_name
32
+ dtype: string
33
+ - name: ground_truth
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_examples: 928
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: train
42
+ path: metadata.csv
43
+ ---
44
+
45
+ # WildTableBench
46
+
47
+ **WildTableBench** is a multimodal benchmark for evaluating table understanding in the wild.
48
+
49
+ - **Images**: 402 real-world table images
50
+ - **Questions**: 928 questions across 5 categories
51
+ - **License**: CC-BY-4.0
52
+
53
+ ## Categories
54
+
55
+ | ID | Name | Subtypes |
56
+ |----|------|---------|
57
+ | C1 | Cell-Level | F, L, S, T |
58
+ | C2 | Numerical | B, C, M, R |
59
+ | C3 | Verification | A, C, V |
60
+ | C4 | Hypothetical | H, M, R |
61
+ | C5 | Color | C, I, R |