titae commited on
Commit
5b5d9ec
1 Parent(s): 49523f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,9 +17,12 @@ license: cc0-1.0
17
  This is a dataset that consists of 3537 Norwegian idioms and phrases that appear more than 100 times in the [online library](https://www.nb.no/search) of the National Library of Norway.
18
  There are 3455 Bokmål idioms and 88 Nynorsk idioms. In the future, we want to add more Nynorsk idioms.
19
 
20
- ## Idiom completion as an NLP task
21
-
 
 
22
 
 
23
  In `idiom_dataset.json` the idioms are split into idiom starts (the first N-1 words) and accepted completions (a list of possible last words to complete the idiom).
24
 
25
  This dataset can be used to measure a generative language models' ability to complete well known idioms, or as a masked language modelling task.
@@ -36,10 +39,7 @@ The dataset has the columns "idiom_start", "accepted_completions" and "language"
36
  There are 3245 rows, 156 of which there are more than one accepted completion.
37
 
38
 
39
- ## Idioms
40
- `all_idioms_freq.json` contain all the idioms and their frequency in the online library as key,value pairs
41
- `nno_idioms_freq.json` contain the Nynorsk idioms and their frequency in the online library as key,value pairs
42
- `nob_idioms_freq.json` contain the Bokmål idioms and their frequency in the online library as key,value pairs
43
 
44
 
45
  ## Idiom graphs
 
17
  This is a dataset that consists of 3537 Norwegian idioms and phrases that appear more than 100 times in the [online library](https://www.nb.no/search) of the National Library of Norway.
18
  There are 3455 Bokmål idioms and 88 Nynorsk idioms. In the future, we want to add more Nynorsk idioms.
19
 
20
+ ## Idioms
21
+ `all_idioms_freq.json` contain all the idioms and their frequency in the online library as key,value pairs
22
+ `nno_idioms_freq.json` contain the Nynorsk idioms and their frequency in the online library as key,value pairs
23
+ `nob_idioms_freq.json` contain the Bokmål idioms and their frequency in the online library as key,value pairs
24
 
25
+ ## Idiom completion as an NLP task
26
  In `idiom_dataset.json` the idioms are split into idiom starts (the first N-1 words) and accepted completions (a list of possible last words to complete the idiom).
27
 
28
  This dataset can be used to measure a generative language models' ability to complete well known idioms, or as a masked language modelling task.
 
39
  There are 3245 rows, 156 of which there are more than one accepted completion.
40
 
41
 
42
+
 
 
 
43
 
44
 
45
  ## Idiom graphs