Datasets:

ArXiv:
Tags:
License:
benjamin commited on
Commit
5054556
1 Parent(s): f464537

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -1,17 +1,17 @@
1
  ---
2
  configs:
3
- - config_name: web
4
- data_files:
5
- - split: train
6
- path: "web/train.csv"
7
- - split: validation
8
- path: "web/valid.csv"
9
  - config_name: wiktionary
10
  data_files:
11
  - split: train
12
  path: "wiktionary/train.csv"
13
  - split: validation
14
  path: "wiktionary/valid.csv"
 
 
 
 
 
 
15
  license: mit
16
  ---
17
 
@@ -31,6 +31,17 @@ Load the dataset of compound and non-compound words (used for fine-tuning):
31
  load_dataset("benjamin/compoundpiece", "wiktionary")
32
  ```
33
 
 
 
 
 
 
 
 
 
 
 
 
34
  # License
35
 
36
  MIT
 
1
  ---
2
  configs:
 
 
 
 
 
 
3
  - config_name: wiktionary
4
  data_files:
5
  - split: train
6
  path: "wiktionary/train.csv"
7
  - split: validation
8
  path: "wiktionary/valid.csv"
9
+ - config_name: web
10
+ data_files:
11
+ - split: train
12
+ path: "web/train.csv"
13
+ - split: validation
14
+ path: "web/valid.csv"
15
  license: mit
16
  ---
17
 
 
31
  load_dataset("benjamin/compoundpiece", "wiktionary")
32
  ```
33
 
34
+ # Citation
35
+
36
+ ```
37
+ @article{minixhofer2023compoundpiece,
38
+ title={CompoundPiece: Evaluating and Improving Decompounding Performance of Language Models},
39
+ author={Minixhofer, Benjamin and Pfeiffer, Jonas and Vuli{\'c}, Ivan},
40
+ journal={arXiv preprint arXiv:2305.14214},
41
+ year={2023}
42
+ }
43
+ ```
44
+
45
  # License
46
 
47
  MIT