Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,45 @@ Please use this reference to cite our work
|
|
| 27 |
> existing corpora in order to train a model for the biographical event detection task. The model was able to detect all mentions of the target-entity in a biography with an F-score of 0.808
|
| 28 |
> and the entity-related events with an F-score of 0.859. Finally, the model was used for performing an analysis of biases about women and non-Western people in Wikipedia biographies.",\
|
| 29 |
> }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
# Data Statement for WikiBio corpus
|
| 32 |
|
|
@@ -67,43 +106,3 @@ Wikipedia documents
|
|
| 67 |
## G. ANNOTATORS' COMPENSATION
|
| 68 |
|
| 69 |
Annotators' activity is part of their effort related to the development of the present work, which was economically recognized within their contracts with the Academic Institution they are working for.
|
| 70 |
-
|
| 71 |
-
---
|
| 72 |
-
license: mit
|
| 73 |
-
configs:
|
| 74 |
-
- config_name: default
|
| 75 |
-
data_files:
|
| 76 |
-
- split: train
|
| 77 |
-
path: data/train-*
|
| 78 |
-
dataset_info:
|
| 79 |
-
features:
|
| 80 |
-
- name: entity
|
| 81 |
-
dtype: string
|
| 82 |
-
- name: token
|
| 83 |
-
dtype: string
|
| 84 |
-
- name: label
|
| 85 |
-
dtype: string
|
| 86 |
-
- name: annotation_id
|
| 87 |
-
dtype: string
|
| 88 |
-
- name: sentence
|
| 89 |
-
dtype: int64
|
| 90 |
-
- name: __index_level_0__
|
| 91 |
-
dtype: int64
|
| 92 |
-
splits:
|
| 93 |
-
- name: train
|
| 94 |
-
num_bytes: 3407095
|
| 95 |
-
num_examples: 75088
|
| 96 |
-
download_size: 933978
|
| 97 |
-
dataset_size: 3407095
|
| 98 |
-
license: mit
|
| 99 |
-
task_categories:
|
| 100 |
-
- token-classification
|
| 101 |
-
language:
|
| 102 |
-
- en
|
| 103 |
-
tags:
|
| 104 |
-
- biographies
|
| 105 |
-
- wikipedia
|
| 106 |
-
- event-detection
|
| 107 |
-
pretty_name: wikibio
|
| 108 |
-
|
| 109 |
-
---
|
|
|
|
| 27 |
> existing corpora in order to train a model for the biographical event detection task. The model was able to detect all mentions of the target-entity in a biography with an F-score of 0.808
|
| 28 |
> and the entity-related events with an F-score of 0.859. Finally, the model was used for performing an analysis of biases about women and non-Western people in Wikipedia biographies.",\
|
| 29 |
> }
|
| 30 |
+
---
|
| 31 |
+
license: mit
|
| 32 |
+
configs:
|
| 33 |
+
- config_name: default
|
| 34 |
+
data_files:
|
| 35 |
+
- split: train
|
| 36 |
+
path: data/train-*
|
| 37 |
+
dataset_info:
|
| 38 |
+
features:
|
| 39 |
+
- name: entity
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: token
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: label
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: annotation_id
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: sentence
|
| 48 |
+
dtype: int64
|
| 49 |
+
- name: __index_level_0__
|
| 50 |
+
dtype: int64
|
| 51 |
+
splits:
|
| 52 |
+
- name: train
|
| 53 |
+
num_bytes: 3407095
|
| 54 |
+
num_examples: 75088
|
| 55 |
+
download_size: 933978
|
| 56 |
+
dataset_size: 3407095
|
| 57 |
+
license: mit
|
| 58 |
+
task_categories:
|
| 59 |
+
- token-classification
|
| 60 |
+
language:
|
| 61 |
+
- en
|
| 62 |
+
tags:
|
| 63 |
+
- biographies
|
| 64 |
+
- wikipedia
|
| 65 |
+
- event-detection
|
| 66 |
+
pretty_name: wikibio
|
| 67 |
+
|
| 68 |
+
---
|
| 69 |
|
| 70 |
# Data Statement for WikiBio corpus
|
| 71 |
|
|
|
|
| 106 |
## G. ANNOTATORS' COMPENSATION
|
| 107 |
|
| 108 |
Annotators' activity is part of their effort related to the development of the present work, which was economically recognized within their contracts with the Academic Institution they are working for.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|