Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
File size: 1,705 Bytes
07a9cab 6c3af9b 06e3459 6d06337 ec12424 06e3459 6d06337 06e3459 |
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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
---
license: cc0-1.0
task_categories:
- token-classification
language:
- en
tags:
- ML
- NLP
size_categories:
- 10K<n<100K
---
# Dataset Card for Dataset Name
## Dataset Description
- **Homepage:**
- **Repository:**
- **Paper:**
- **Leaderboard:**
- **Point of Contact:**
### Dataset Summary
KG dataset created by using spaCy PoS and Dependency parser.
### Supported Tasks and Leaderboards
Can be leveraged for token classification for detection of knowledge graph entities and relations.
### Languages
English
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
Important fields for the token classification task are
* tokens - tokenized text
* tags - Tags for each token
{'SRC' - Source, 'REL' - Relation, 'TGT' - Target, 'O' - Others}
### Data Splits
One data file for around 15k records
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
[More Information Needed]
### Licensing Information
[More Information Needed]
### Citation Information
[More Information Needed]
### Contributions
[More Information Needed] |