Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,6 +66,16 @@ Please use this reference to cite our work
|
|
| 66 |
> 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.",\
|
| 67 |
> }
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
# Data Statement for WikiBio corpus
|
| 70 |
|
| 71 |
Data set name: WikiBio
|
|
|
|
| 66 |
> 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.",\
|
| 67 |
> }
|
| 68 |
|
| 69 |
+
# Structure of the dataset
|
| 70 |
+
Each row in the corpus has information about the target entity of the biography (entity), the annotated token, the label, the label id, and the sentence number
|
| 71 |
+
|
| 72 |
+
Labels are the following:
|
| 73 |
+
* ENTITY (a mention of the entity)
|
| 74 |
+
* EVENT (all generic event like *win*, *study*)
|
| 75 |
+
* EVENT-GR (semantically void predicates like *be* and *have*. Take a look at the work of Bonial and Palmer on light verbs for more information)
|
| 76 |
+
* EVENT-ASP (aspectual events like *start*, *finish*)
|
| 77 |
+
* EVENT-MOD (events or modifier that modify the actual occurrence of the event. E.g., *not*, *try*)
|
| 78 |
+
|
| 79 |
# Data Statement for WikiBio corpus
|
| 80 |
|
| 81 |
Data set name: WikiBio
|