Upload dataset
Browse files- README.md +117 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: id
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: article_id
|
| 7 |
+
dtype: int64
|
| 8 |
+
- name: url
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: section
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: paragraph_index
|
| 13 |
+
dtype: int64
|
| 14 |
+
- name: nb
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: nn
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: nb_license
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: nn_license
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: nb_creators
|
| 23 |
+
list:
|
| 24 |
+
- name: type
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: name
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: nn_creators
|
| 29 |
+
list:
|
| 30 |
+
- name: type
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: name
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: semantic_distance
|
| 35 |
+
dtype: float64
|
| 36 |
+
- name: adequacy_bm_to_nn
|
| 37 |
+
dtype: int64
|
| 38 |
+
- name: adequacy_justification_bm_to_nn
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: fluency_bm_to_nn
|
| 41 |
+
dtype: int64
|
| 42 |
+
- name: fluency_justification_bm_to_nn
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: terminology_bm_to_nn
|
| 45 |
+
dtype: int64
|
| 46 |
+
- name: terminology_justification_bm_to_nn
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: formality_style_bm_to_nn
|
| 49 |
+
dtype: int64
|
| 50 |
+
- name: formality_style_justification_bm_to_nn
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: surface_accuracy_bm_to_nn
|
| 53 |
+
dtype: int64
|
| 54 |
+
- name: surface_accuracy_justification_bm_to_nn
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: adequacy_nn_to_bm
|
| 57 |
+
dtype: int64
|
| 58 |
+
- name: adequacy_justification_nn_to_bm
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: fluency_nn_to_bm
|
| 61 |
+
dtype: int64
|
| 62 |
+
- name: fluency_justification_nn_to_bm
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: terminology_nn_to_bm
|
| 65 |
+
dtype: int64
|
| 66 |
+
- name: terminology_justification_nn_to_bm
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: formality_style_nn_to_bm
|
| 69 |
+
dtype: int64
|
| 70 |
+
- name: formality_style_justification_nn_to_bm
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: surface_accuracy_nn_to_bm
|
| 73 |
+
dtype: int64
|
| 74 |
+
- name: surface_accuracy_justification_nn_to_bm
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: all_five
|
| 77 |
+
dtype: bool
|
| 78 |
+
- name: nb_nb_conf
|
| 79 |
+
dtype: float64
|
| 80 |
+
- name: nb_nn_conf
|
| 81 |
+
dtype: float64
|
| 82 |
+
- name: nb_de_conf
|
| 83 |
+
dtype: float64
|
| 84 |
+
- name: nb_zh_conf
|
| 85 |
+
dtype: int64
|
| 86 |
+
- name: nn_nb_conf
|
| 87 |
+
dtype: float64
|
| 88 |
+
- name: nn_nn_conf
|
| 89 |
+
dtype: float64
|
| 90 |
+
- name: nn_de_conf
|
| 91 |
+
dtype: float64
|
| 92 |
+
- name: nn_zh_conf
|
| 93 |
+
dtype: int64
|
| 94 |
+
- name: article_paragraph_count
|
| 95 |
+
dtype: int64
|
| 96 |
+
splits:
|
| 97 |
+
- name: train
|
| 98 |
+
num_bytes: 316771707
|
| 99 |
+
num_examples: 206882
|
| 100 |
+
- name: validation
|
| 101 |
+
num_bytes: 1578429
|
| 102 |
+
num_examples: 1037
|
| 103 |
+
- name: test
|
| 104 |
+
num_bytes: 1615411
|
| 105 |
+
num_examples: 1027
|
| 106 |
+
download_size: 62239118
|
| 107 |
+
dataset_size: 319965547
|
| 108 |
+
configs:
|
| 109 |
+
- config_name: default
|
| 110 |
+
data_files:
|
| 111 |
+
- split: train
|
| 112 |
+
path: data/train-*
|
| 113 |
+
- split: validation
|
| 114 |
+
path: data/validation-*
|
| 115 |
+
- split: test
|
| 116 |
+
path: data/test-*
|
| 117 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99c4469e9e3db05e39943f844656d41ac43b6308f8e28e89f574b4ac7b550a38
|
| 3 |
+
size 364426
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:922289de4fcfe95cfb3b5828c1f4cf3359dcc5b6e91144440ff2d7d0d5f8bb8a
|
| 3 |
+
size 61536525
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77cb01d9f8fd3074abf08e094cd8b6a74e522069b68e81c2b9c2fae416719d49
|
| 3 |
+
size 338167
|