Datasets:
metadata
license: apache-2.0
task_categories:
- text-classification
language:
- nb
- 'no'
- nn
size_categories:
- 100K<n<1M
configs:
- config_name: default
data_files:
- split: train
path: train.jsonl
- split: dev
path: dev.jsonl
- split: test
path: test.jsonl
Dataset Card for Bokmål-Nynorsk Language Detection (main_train_split)
Dataset Summary
This dataset is intended for language detection for Bokmål to Nynorsk and vice versa. It contains 800,000 sentence pairs, sourced from Språkbanken and pruned to avoid overlap with the NorBench dataset. The data comes from translations of news text from Norsk telegrambyrå (NTB), performed by Nynorsk pressekontor (NPK). In addition the dev and test set has 1000 entries.
Data Collection
- Period: February 2011 to December 2022
- Source: Språkbanken
- Size: 800,000 sentence pairs
- Format: JSON-lines (with
text
,label
,label_full
fields)
Processing Steps
- Pruned to avoid overlap with NorBench
- Deduplicated
- Shuffled with a fixed seed (42)
Usage
Intended for training Bokmål-Nynorsk detection models. For more details, refer to the repository where the dataset preparation script and the actual dataset reside.