Datasets:
machineteacher
commited on
Commit
•
0c50f45
1
Parent(s):
828b4d5
Update README.md
Browse files
README.md
CHANGED
@@ -31,17 +31,26 @@ The dataset is in JSON format.
|
|
31 |
## Data Instances
|
32 |
```
|
33 |
{
|
34 |
-
"instance":
|
35 |
"task":"gec",
|
36 |
"language":"english",
|
37 |
"lang":"en",
|
38 |
"dataset":"lang8.bea19",
|
39 |
"src":"Fix grammar in this sentence: Luckily there was no damage for the earthquake .",
|
40 |
-
"
|
41 |
-
"
|
|
|
42 |
}
|
43 |
```
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## Data Fields
|
46 |
* `instance`: instance ID
|
47 |
* `language`: Language of input and edited text
|
|
|
31 |
## Data Instances
|
32 |
```
|
33 |
{
|
34 |
+
"instance":999999,
|
35 |
"task":"gec",
|
36 |
"language":"english",
|
37 |
"lang":"en",
|
38 |
"dataset":"lang8.bea19",
|
39 |
"src":"Fix grammar in this sentence: Luckily there was no damage for the earthquake .",
|
40 |
+
"refs": ['Luckily there was no damage from the earthquake .'],
|
41 |
+
"tgt":"Luckily there was no damage from the earthquake .",
|
42 |
+
"prompt":"この文の文法上の誤りを修正してください: Luckily there was no damage for the earthquake .",
|
43 |
}
|
44 |
```
|
45 |
|
46 |
+
Note that for the mEdIT models, the `prompt` was formatted as follows:
|
47 |
+
(e.g. for a Japanese-prompted editing for English text)
|
48 |
+
```
|
49 |
+
### 命令:\nこの文の文法上の誤りを修正してください\n### 入力:\nLuckily there was no damage for the earthquake .\n### 出力:\n\n
|
50 |
+
```
|
51 |
+
Details about the added keywords ("Instruction", "Input", "Output") can be found in the Appendix or on the mEdIT model cards.
|
52 |
+
|
53 |
+
|
54 |
## Data Fields
|
55 |
* `instance`: instance ID
|
56 |
* `language`: Language of input and edited text
|