File size: 1,959 Bytes
3baaa4a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | ---
language:
- ja
license: cc-by-4.0
pretty_name: IME Context Dataset
size_categories:
- 100K<n<1M
task_categories:
- text-classification
tags:
- ime
- japanese-input-method
configs:
- config_name: core
default: true
data_files:
- split: train
path: data/core.jsonl
- config_name: hard_context
data_files:
- split: train
path: data/hard_context.jsonl
- config_name: person_context
data_files:
- split: train
path: data/person_context.jsonl
- config_name: difficult_context
data_files:
- split: train
path: data/difficult_context.jsonl
---
# IME Context Dataset
Canonical minimal dataset for Japanese IME candidate reranking. Every row has
only `context`, `reading`, and `target`.
## Configurations
- core: 8,084
- anonymized person context: 219
- synthetic hard context: 146,270
- difficult context: 11,329
`person_context` replaces concrete people and public persona names with
`[PERSON]`. `hard_context` is kept separate so callers can choose its sampling
weight rather than allowing a large synthetic set to dominate ordinary data.
All configurations are training material. Create a deterministic
train/validation split when training; use an independent locked benchmark as
test data.
Exact rows present in the project's locked evaluation set were excluded from
the hard training data. Dictionary candidate lists are not redistributed.
## License
This dataset is licensed under the Creative Commons Attribution 4.0
International license (`CC-BY-4.0`). Generated text was reviewed, normalized,
deduplicated, and filtered against the locked evaluation data before release.
## Related repositories
- [ime-context-reranker-v1](https://huggingface.co/fa0311/ime-context-reranker-v1)
- [ime-dictionary-core](https://huggingface.co/datasets/fa0311/ime-dictionary-core)
- [ime-dictionary-extended-gpl](https://huggingface.co/datasets/fa0311/ime-dictionary-extended-gpl)
|