Datasets:
Modalities:
Text
Formats:
json
Sub-tasks:
language-modeling
Languages:
French
Size:
10K - 100K
License:
annotations_creators: | |
- no-annotation | |
language_creators: | |
- crowdsourced | |
pretty_name: Cancre (French Grammatical Errors) | |
paperswithcode_id: null | |
license: | |
- cc-by-sa-3.0 | |
task_categories: | |
- text-generation | |
- text-classification | |
task_ids: | |
- language-modeling | |
source_datasets: | |
- original | |
multilinguality: | |
- monolingual | |
size_categories: | |
- n<1K | |
- 1K<n<10K | |
- 10K<n<100K | |
language: | |
- fr | |
dataset_info: | |
features: | |
- name: phrase1 | |
dtype: string | |
- name: phrase2 | |
dtype: string | |
- name: explication | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 1934861 | |
num_examples: 10000 | |
- name: test | |
num_bytes: 327827 | |
num_examples: 1681 | |
download_size: 2866947 | |
dataset_size: 2262688 | |
# French Grammatical Errors | |
This dataset contains pairs of sentences and an explanation: | |
- "phrase1" is a french sentence containing a grammatical error | |
- "phrase2" is the same sentence without any error (please reach out if you think | |
an error is present -- I could not see any) | |
- "explication" is some text explaining the grammatical error | |
## Release Notes | |
`0.1.0` | |
- No error category is present, you would have to infer it from the `explication` column | |