Commit
•
876ca3d
1
Parent(s):
9e947fd
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +11 -4
- data/test-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +47 -1
README.md
CHANGED
@@ -29,13 +29,20 @@ dataset_info:
|
|
29 |
sequence: string
|
30 |
splits:
|
31 |
- name: validation
|
32 |
-
num_bytes:
|
33 |
num_examples: 755
|
34 |
- name: test
|
35 |
-
num_bytes:
|
36 |
num_examples: 748
|
37 |
-
download_size:
|
38 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
|
41 |
# Dataset Card for JFLEG
|
|
|
29 |
sequence: string
|
30 |
splits:
|
31 |
- name: validation
|
32 |
+
num_bytes: 379979
|
33 |
num_examples: 755
|
34 |
- name: test
|
35 |
+
num_bytes: 379699
|
36 |
num_examples: 748
|
37 |
+
download_size: 289093
|
38 |
+
dataset_size: 759678
|
39 |
+
configs:
|
40 |
+
- config_name: default
|
41 |
+
data_files:
|
42 |
+
- split: validation
|
43 |
+
path: data/validation-*
|
44 |
+
- split: test
|
45 |
+
path: data/test-*
|
46 |
---
|
47 |
|
48 |
# Dataset Card for JFLEG
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3e5328a79aebb6fd559d19291c055824ed1040c5038731b3449e0e9efb1d59b
|
3 |
+
size 141012
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:102d7bd261223c00e2a39f0dd239857de9e5f91f94ae2aefbdd50a38ac6fddf8
|
3 |
+
size 148081
|
dataset_infos.json
CHANGED
@@ -1 +1,47 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "JFLEG (JHU FLuency-Extended GUG) is an English grammatical error correction (GEC) corpus.\nIt is a gold standard benchmark for developing and evaluating GEC systems with respect to\nfluency (extent to which a text is native-sounding) as well as grammaticality.\n\nFor each source document, there are four human-written corrections (ref0 to ref3).\n",
|
4 |
+
"citation": "@InProceedings{napoles-sakaguchi-tetreault:2017:EACLshort,\n author = {Napoles, Courtney\n and Sakaguchi, Keisuke\n and Tetreault, Joel},\n title = {JFLEG: A Fluency Corpus and Benchmark for Grammatical Error Correction},\n booktitle = {Proceedings of the 15th Conference of the European Chapter of the\n Association for Computational Linguistics: Volume 2, Short Papers},\n month = {April},\n year = {2017},\n address = {Valencia, Spain},\n publisher = {Association for Computational Linguistics},\n pages = {229--234},\n url = {http://www.aclweb.org/anthology/E17-2037}\n}\n@InProceedings{heilman-EtAl:2014:P14-2,\n author = {Heilman, Michael\n and Cahill, Aoife\n and Madnani, Nitin\n and Lopez, Melissa\n and Mulholland, Matthew\n and Tetreault, Joel},\n title = {Predicting Grammaticality on an Ordinal Scale},\n booktitle = {Proceedings of the 52nd Annual Meeting of the\n Association for Computational Linguistics (Volume 2: Short Papers)},\n month = {June},\n year = {2014},\n address = {Baltimore, Maryland},\n publisher = {Association for Computational Linguistics},\n pages = {174--180},\n url = {http://www.aclweb.org/anthology/P14-2029}\n}\n",
|
5 |
+
"homepage": "https://github.com/keisks/jfleg",
|
6 |
+
"license": "CC BY-NC-SA 4.0",
|
7 |
+
"features": {
|
8 |
+
"sentence": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"corrections": {
|
13 |
+
"feature": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"_type": "Sequence"
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"builder_name": "jfleg",
|
21 |
+
"dataset_name": "jfleg",
|
22 |
+
"config_name": "default",
|
23 |
+
"version": {
|
24 |
+
"version_str": "1.0.0",
|
25 |
+
"major": 1,
|
26 |
+
"minor": 0,
|
27 |
+
"patch": 0
|
28 |
+
},
|
29 |
+
"splits": {
|
30 |
+
"validation": {
|
31 |
+
"name": "validation",
|
32 |
+
"num_bytes": 379979,
|
33 |
+
"num_examples": 755,
|
34 |
+
"dataset_name": null
|
35 |
+
},
|
36 |
+
"test": {
|
37 |
+
"name": "test",
|
38 |
+
"num_bytes": 379699,
|
39 |
+
"num_examples": 748,
|
40 |
+
"dataset_name": null
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"download_size": 289093,
|
44 |
+
"dataset_size": 759678,
|
45 |
+
"size_in_bytes": 1048771
|
46 |
+
}
|
47 |
+
}
|