pszemraj commited on
Commit
3f6f2bf
·
1 Parent(s): ed23501

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: RiddleSense
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - riddle_sense
17
+ tags:
18
+ - riddles
19
+ - riddler
20
+ - non-commercial
21
+ ---
22
+ # _RiddleSense_ ++: Evaluating LLMs' Riddling abilities
23
+
24
+ Some cleaning and other modifications to make [the riddle_sense dataset](https://huggingface.co/datasets/riddle_sense) more suitable for training language models to generate riddles via standard `text generation`
25
+
26
+ ## Notable changes
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
+
34
+ - the original dataset has a non-commercial clause, so this does too.