Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
compoundpiece / README.md
benjamin's picture
add data
f464537
|
raw
history blame
No virus
828 Bytes
metadata
configs:
  - config_name: web
    data_files:
      - split: train
        path: web/train.csv
      - split: validation
        path: web/valid.csv
  - config_name: wiktionary
    data_files:
      - split: train
        path: wiktionary/train.csv
      - split: validation
        path: wiktionary/valid.csv
license: mit

CompoundPiece

Dataset of compound words for the paper CompoundPiece: Evaluating and Improving Decompounding Performance of Language Models.

Load the balanced dataset of hyphens and non-hyphenated words scraped from the web (used as pretraining data):

load_dataset("benjamin/compoundpiece", "web")

Load the dataset of compound and non-compound words (used for fine-tuning):

load_dataset("benjamin/compoundpiece", "wiktionary")

License

MIT