File size: 1,045 Bytes
5333148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: topic
    dtype: string
  - name: user_query
    dtype: string
  - name: npov_response
    dtype: string
  - name: perspective_1
    dtype: string
  - name: perspective_1_name
    dtype: string
  - name: perspective_2
    dtype: string
  - name: perspective_2_name
    dtype: string
  - name: class_hall
    dtype: string
  - name: has synthetic hallucination
    dtype: string
  - name: class_omit
    dtype: string
  - name: has synthetic coverage issue
    dtype: string
  - name: label
    dtype: int64
  - name: class_omit_num
    dtype: int64
  - name: prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 1634336
    num_examples: 723
  - name: validation
    num_bytes: 513083
    num_examples: 245
  - name: test
    num_bytes: 501052
    num_examples: 239
  download_size: 498382
  dataset_size: 2648471
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---