Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
| dataset_info: | |
| config_name: en | |
| features: | |
| - name: id | |
| sequence: string | |
| - name: word | |
| sequence: string | |
| - name: head | |
| sequence: int64 | |
| - name: deprel | |
| sequence: string | |
| - name: deps | |
| sequence: string | |
| - name: sent_id | |
| dtype: string | |
| - name: text | |
| dtype: string | |
| splits: | |
| - name: train | |
| num_bytes: 20703012.70484891 | |
| num_examples: 20872 | |
| - name: validation | |
| num_bytes: 2863874.01090604 | |
| num_examples: 3231 | |
| - name: test | |
| num_bytes: 2849640.6913301325 | |
| num_examples: 3169 | |
| download_size: 6042136 | |
| dataset_size: 26416527.407085083 | |
| configs: | |
| - config_name: en | |
| data_files: | |
| - split: train | |
| path: en/train-* | |
| - split: validation | |
| path: en/validation-* | |
| - split: test | |
| path: en/test-* | |
| pretty_name: Enhanced UD syntax | |
| license: cc-by-sa-4.0 | |
| task_categories: | |
| - token-classification | |
| language: | |
| - en | |
| source_datasets: | |
| - UD_English-EWT | |
| - UD_English-GUM | |
| multilinguality: monolingual | |
| # Enhanced Universal Dependencies (syntax only) dataset | |
| This repo aggregates syntactic markup from UD_English-EWT and UD_English-GUM datasets. | |
| Changes made to the source datasets: | |
| * Only syntactic tags (head, deprel, deps) are preserved | |
| * Short sentences (fewer than 3 tokens) are removed | |
| Source datasets: | |
| * UD_English-EWT: [https://github.com/UniversalDependencies/UD_English-EWT](https://github.com/UniversalDependencies/UD_English-EWT) | |
| * UD_English-GUM: [https://github.com/UniversalDependencies/UD_English-GUM](https://github.com/UniversalDependencies/UD_English-GUM) |