Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Some cleaning and other modifications to make [the riddle_sense dataset](https:/
|
|
27 |
|
28 |
- reformatting to use special tags indicating the question and answer components
|
29 |
- normalization: whitespace normalization, etc with `clean-text`
|
30 |
-
- **spell correction** the original dataset has numerous spelling errors; these are fixed using `BertChecker` from the `neuspell` library
|
31 |
|
32 |
## Notes & Gotchas
|
33 |
|
|
|
27 |
|
28 |
- reformatting to use special tags indicating the question and answer components
|
29 |
- normalization: whitespace normalization, etc with `clean-text`
|
30 |
+
- **spell correction** the original dataset has numerous spelling errors; these are fixed using `BertChecker` from the `neuspell` library **for the questions only**. The answers were left as-is as there is some specific terminology/puns that get changed by SC.
|
31 |
|
32 |
## Notes & Gotchas
|
33 |
|