Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
riddle_sense
DOI:
License:
pszemraj commited on
Commit
c039a92
1 Parent(s): 2b6ce64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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