File size: 1,393 Bytes
0189f8c
acef82a
 
 
 
 
 
 
 
 
 
 
456ac78
 
0189f8c
 
456ac78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6f51235
 
0189f8c
 
456ac78
 
0189f8c
456ac78
 
 
 
 
 
 
0189f8c
 
 
67d8ac7
15725a1
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
language:
- en
- zh
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: ref_list
    list:
    - name: bbox
      sequence: float64
    - name: category
      dtype: string
    - name: dialog
      sequence:
        sequence: string
    - name: dialog_cn
      sequence:
        sequence: string
    - name: id
      dtype: string
  - name: image_info
    struct:
    - name: file_name
      dtype: string
    - name: height
      dtype: int64
    - name: id
      dtype: string
    - name: width
      dtype: int64
  - name: image
    dtype: image
  splits:
  - name: validation
    num_bytes: 96380848.0
    num_examples: 996
  - name: test
    num_bytes: 193325330.698
    num_examples: 1997
  - name: train
    num_bytes: 1735786813.55
    num_examples: 17710
  download_size: 865015922
  dataset_size: 2025492992.248
---
# Dataset Card for "invig"

[Github](https://github.com/ZhangHanbo/invig-dataset)

```latex
@misc{invigdataset,
    title={InViG: Interactive Visual-Language Disambiguation with 21K Human-to-Human Dialogues},
    author={Zhang, Hanbo and Mo, Yuchen and Xu, Jie and Si, Qingyi and Kong, Tao},
    howpublished = {\url{https://github.com/ZhangHanbo/invig-dataset}},
    year={2023}
}
```