Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
extended|other-xsum
Tags:
hallucinations
License:
albertvillanova HF staff commited on
Commit
8979c77
1 Parent(s): d23e886

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (4bd9c42d06cc406ea771bed3b1710a00630e5327)

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -16,7 +16,6 @@ source_datasets:
16
  task_categories:
17
  - summarization
18
  task_ids: []
19
- paperswithcode_id: null
20
  pretty_name: XSum Hallucination Annotations
21
  tags:
22
  - hallucinations
@@ -33,8 +32,8 @@ dataset_info:
33
  dtype:
34
  class_label:
35
  names:
36
- 0: 'no'
37
- 1: 'yes'
38
  - name: worker_id
39
  dtype: string
40
  splits:
@@ -55,8 +54,8 @@ dataset_info:
55
  dtype:
56
  class_label:
57
  names:
58
- 0: intrinsic
59
- 1: extrinsic
60
  - name: hallucinated_span_start
61
  dtype: int32
62
  - name: hallucinated_span_end
 
16
  task_categories:
17
  - summarization
18
  task_ids: []
 
19
  pretty_name: XSum Hallucination Annotations
20
  tags:
21
  - hallucinations
 
32
  dtype:
33
  class_label:
34
  names:
35
+ '0': 'no'
36
+ '1': 'yes'
37
  - name: worker_id
38
  dtype: string
39
  splits:
 
54
  dtype:
55
  class_label:
56
  names:
57
+ '0': intrinsic
58
+ '1': extrinsic
59
  - name: hallucinated_span_start
60
  dtype: int32
61
  - name: hallucinated_span_end