Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ A few poetry samples are included in this version:
|
|
70 |
**fixed_sentence** (str): the corrected version of original sentence.
|
71 |
**label** (str): the target class. "1" for "acceptable", "0" for "unacceptable".
|
72 |
**error_type** (str): the violation category: Misspelling, Syntax, Semantics, or Hallucination.
|
73 |
-
|
74 |
|
75 |
### Statistics
|
76 |
|
|
|
70 |
**fixed_sentence** (str): the corrected version of original sentence.
|
71 |
**label** (str): the target class. "1" for "acceptable", "0" for "unacceptable".
|
72 |
**error_type** (str): the violation category: Misspelling, Syntax, Semantics, or Hallucination.
|
73 |
+
**domain** (str): domain: "prose" or "poetry".
|
74 |
|
75 |
### Statistics
|
76 |
|