lhoestq HF staff commited on
Commit
8f27791
1 Parent(s): 810ceea

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -24,6 +24,35 @@ task_ids:
24
  - text-scoring
25
  paperswithcode_id: refresd
26
  pretty_name: Rationalized English-French Semantic Divergences
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for REFreSD Dataset
@@ -192,4 +221,4 @@ The project is licensed under the [MIT License](https://github.com/Elbria/xling-
192
 
193
  ### Contributions
194
 
195
- Thanks to [@mpariente](https://github.com/mpariente) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
 
24
  - text-scoring
25
  paperswithcode_id: refresd
26
  pretty_name: Rationalized English-French Semantic Divergences
27
+ dataset_info:
28
+ features:
29
+ - name: sentence_en
30
+ dtype: string
31
+ - name: sentence_fr
32
+ dtype: string
33
+ - name: label
34
+ dtype:
35
+ class_label:
36
+ names:
37
+ 0: divergent
38
+ 1: equivalent
39
+ - name: all_labels
40
+ dtype:
41
+ class_label:
42
+ names:
43
+ 0: unrelated
44
+ 1: some_meaning_difference
45
+ 2: no_meaning_difference
46
+ - name: rationale_en
47
+ dtype: string
48
+ - name: rationale_fr
49
+ dtype: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 501562
53
+ num_examples: 1039
54
+ download_size: 503977
55
+ dataset_size: 501562
56
  ---
57
 
58
  # Dataset Card for REFreSD Dataset
 
221
 
222
  ### Contributions
223
 
224
+ Thanks to [@mpariente](https://github.com/mpariente) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.