File size: 2,400 Bytes
a56281c
 
92b344e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f4773c
 
d27e6fe
c97f582
 
a659d3a
2e4abfe
 
 
 
92b344e
a56281c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e8a6cf5
622a8f4
 
4a89019
 
 
d5422ad
 
 
 
 
a56281c
92b344e
 
 
 
d27e6fe
 
a659d3a
 
a56281c
 
 
 
3ab73d1
 
b38f169
 
a56281c
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
dataset_info:
- config_name: Llama-3.2V-11B-Cot
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: model_output
    dtype: string
  - name: ground_truth
    dtype: string
  - name: image
    dtype: image
  - name: image_name
    dtype: string
  - name: task
    dtype: string
  - name: hallucination_annotation
    list:
    - name: index
      dtype: int64
    - name: label
      dtype: string
    - name: span
      dtype: string
    - name: verification_note
      dtype: string
  - name: annotator_model
    dtype: string
  - name: model_name
    dtype: string
  - name: detailed_prompt
    dtype: string
  splits:
  - name: image_vs_prior
    num_bytes: 324521802
    num_examples: 749
  - name: text_vs_prior
    num_bytes: 3533992
    num_examples: 803
  - name: image_vs_text
    num_bytes: 65963059
    num_examples: 1012
  download_size: 981090920
  dataset_size: 394018853
- config_name: Ocean_R1_7B_Instruct
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: model_output
    dtype: string
  - name: ground_truth
    dtype: string
  - name: image
    dtype: image
  - name: image_name
    dtype: string
  - name: task
    dtype: string
  - name: hallucination_annotation
    list:
    - name: index
      dtype: int64
    - name: label
      dtype: string
    - name: span
      dtype: string
    - name: verification_note
      dtype: string
  - name: annotator_model
    dtype: string
  - name: model_name
    dtype: string
  - name: detailed_prompt
    dtype: string
  splits:
  - name: text_vs_prior
    num_bytes: 4323438
    num_examples: 807
  - name: image_vs_prior
    num_bytes: 277906912
    num_examples: 640
  - name: image_vs_text
    num_bytes: 62978270
    num_examples: 1026
  download_size: 1425450149
  dataset_size: 345208620
configs:
- config_name: Llama-3.2V-11B-Cot
  data_files:
  - split: image_vs_prior
    path: Llama-3.2V-11B-Cot/image_vs_prior-*
  - split: text_vs_prior
    path: Llama-3.2V-11B-Cot/text_vs_prior-*
  - split: image_vs_text
    path: Llama-3.2V-11B-Cot/image_vs_text-*
- config_name: Ocean_R1_7B_Instruct
  data_files:
  - split: image_vs_text
    path: Ocean_R1_7B_Instruct/image_vs_text-*
  - split: text_vs_prior
    path: Ocean_R1_7B_Instruct/text_vs_prior-*
  - split: image_vs_prior
    path: Ocean_R1_7B_Instruct/image_vs_prior-*
---