Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
word-sense-disambiguation
Languages:
English
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,31 @@ task_ids:
|
|
19 |
- word-sense-disambiguation
|
20 |
paperswithcode_id: definite-pronoun-resolution-dataset
|
21 |
pretty_name: Definite Pronoun Resolution Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "definite_pronoun_resolution"
|
@@ -183,4 +208,4 @@ The data fields are the same among all splits.
|
|
183 |
|
184 |
### Contributions
|
185 |
|
186 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
19 |
- word-sense-disambiguation
|
20 |
paperswithcode_id: definite-pronoun-resolution-dataset
|
21 |
pretty_name: Definite Pronoun Resolution Dataset
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: sentence
|
25 |
+
dtype: string
|
26 |
+
- name: pronoun
|
27 |
+
dtype: string
|
28 |
+
- name: candidates
|
29 |
+
sequence: string
|
30 |
+
length: 2
|
31 |
+
- name: label
|
32 |
+
dtype:
|
33 |
+
class_label:
|
34 |
+
names:
|
35 |
+
0: '0'
|
36 |
+
1: '1'
|
37 |
+
config_name: plain_text
|
38 |
+
splits:
|
39 |
+
- name: test
|
40 |
+
num_bytes: 71691
|
41 |
+
num_examples: 564
|
42 |
+
- name: train
|
43 |
+
num_bytes: 171511
|
44 |
+
num_examples: 1322
|
45 |
+
download_size: 227452
|
46 |
+
dataset_size: 243202
|
47 |
---
|
48 |
|
49 |
# Dataset Card for "definite_pronoun_resolution"
|
|
|
208 |
|
209 |
### Contributions
|
210 |
|
211 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|