File size: 1,401 Bytes
0b37296
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79a2e04
 
 
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
---
dataset_info:
  features:
  - name: thread_id
    dtype: string
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: ground_truth
    dtype: string
  - name: score
    dtype: int64
  - name: explanation
    dtype: string
  - name: response
    struct:
    - name: content
      dtype: string
    - name: model
      dtype: string
  - name: label
    struct:
    - name: '1'
      struct:
      - name: explanation
        dtype: string
      - name: score
        dtype: int64
    - name: '2'
      struct:
      - name: explanation
        dtype: string
      - name: score
        dtype: int64
    - name: '4'
      struct:
      - name: explanation
        dtype: string
      - name: score
        dtype: int64
  splits:
  - name: test
    num_bytes: 166626141.0
    num_examples: 131
  download_size: 160730239
  dataset_size: 166626141.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---
# VisTai-Dialogue: Visual Free Form Dialogue Benchmark

VisTai-Dialogue is a visual free-form generation benchmark designed to bridge the gap between real-world user interactions and typical model evaluation procedures. Specifically, our goal is to reflect authentic user experiences when interacting with VLMs in Traditional Chinese, where users naturally engage in open-ended dialogues rather than structured question-answering formats.