|
--- |
|
license: mit |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
dataset_info: |
|
features: |
|
- name: entity |
|
dtype: string |
|
- name: token |
|
dtype: string |
|
- name: label |
|
dtype: string |
|
- name: annotation_id |
|
dtype: string |
|
- name: sentence |
|
dtype: int64 |
|
- name: __index_level_0__ |
|
dtype: int64 |
|
splits: |
|
- name: train |
|
num_bytes: 3407095 |
|
num_examples: 75088 |
|
download_size: 933978 |
|
dataset_size: 3407095 |
|
task_categories: |
|
- token-classification |
|
language: |
|
- en |
|
tags: |
|
- wikipedia |
|
- biographies |
|
- event-detection |
|
pretty_name: wikibio |
|
--- |
|
|
|
# WikiBio @ ACL 2023 |
|
|
|
This is the repository of the WikiBio corpus, which is described in the following paper: |
|
|
|
> [Wikibio: a Semantic Resource for the Intersectional Analysis of Biographical Events](https://aclanthology.org/2023.acl-long.691.pdf) |
|
|
|
Please use this reference to cite our work |
|
|
|
> @inproceedings{stranisci-etal-2023-wikibio,\ |
|
> title = "{W}iki{B}io: a Semantic Resource for the Intersectional Analysis of Biographical Events",\ |
|
> author = "Stranisci, Marco Antonio and |
|
> Damiano, Rossana and |
|
> Mensa, Enrico and |
|
> Patti, Viviana and |
|
> Radicioni, Daniele and |
|
> Caselli, Tommaso", \ |
|
> booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", \ |
|
> month = jul, \ |
|
> year = "2023", \ |
|
> address = "Toronto, Canada", \ |
|
> publisher = "Association for Computational Linguistics", \ |
|
> url = "https://aclanthology.org/2023.acl-long.691", \ |
|
> pages = "12370--12384", \ |
|
> abstract = "Biographical event detection is a relevant task that allows for the exploration and comparison of the ways in which people{'}s lives are told and represented. This may |
|
> support several real-life applications in digital humanities and in works aimed at exploring bias about minoritized groups. Despite that, there are no corpora and models specifically designed |
|
> for this task. In this paper we fill this gap by presenting a new corpus annotated for biographical event detection. The corpus, which includes 20 Wikipedia biographies, was aligned with 5 |
|
> 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 |
|
> 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.",\ |
|
> } |
|
|
|
# Structure of the dataset |
|
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 |
|
|
|
Labels are the following: |
|
* ENTITY (a mention of the entity) |
|
* EVENT (all generic event like *win*, *study*) |
|
* 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) |
|
* EVENT-ASP (aspectual events like *start*, *finish*) |
|
* EVENT-MOD (events or modifier that modify the actual occurrence of the event. E.g., *not*, *try*) |
|
|
|
# Data Statement for WikiBio corpus |
|
|
|
Data set name: WikiBio |
|
|
|
## A. CURATION RATIONALE |
|
|
|
WikiBio is a Corpus of 20 writers' biographies annotated for the biographical event detection task. |
|
|
|
- Data Collection Process. All the annotated documents were gathered from the English Wikipedia. In order to retain only relevant document we relied on Wikidata for the collection of all the entities having as occupation "writer", "novelist", or "poet", born in an African country or being African-American. We then selected only ones belonging to the Silent Generation (born between 1928 and 1945). From that collection we sampled 10 African writers and 10 African American Writers whose biographies' length were higher than 200.000 tokens. |
|
- Time Period. All documents have been gathered from English Wikipedia in Winter 2021. |
|
|
|
## B. LANGUAGE VARIETY |
|
|
|
- BCP-47 language tag: en |
|
- Language variety description: English |
|
|
|
## C. SPEAKER DEMOGRAPHIC |
|
|
|
N/A |
|
|
|
## D. ANNOTATOR DEMOGRAPHIC |
|
|
|
Annotator #1: Age: 38; Gender: male; Race/ethnicity: caucasian; Native language: Italian; Socioeconomic status:n/a Training in linguistics/other relevant discipline: PhD student in Computer Science. |
|
|
|
Annotator #2: Age: 50; Gender: female; Race/ethnicity: caucasian; Native language: Italian; Socioeconomic status:n/a Training in linguistics/other relevant discipline: Associate Professor in Computer Science |
|
|
|
Annotator #3: Age: 30; Gender: male; Race/ethnicity: caucasian; Native language: Italian; Socioeconomic status:n/a Training in linguistics/other relevant discipline: Researcher in Computer Science |
|
|
|
All annotators are near-native speakers of British English, having a long experience in annotating data for the specific task (event and entity detection). |
|
## E. SPEECH SITUATION |
|
|
|
N/A |
|
|
|
## F. TEXT CHARACTERISTICS |
|
Wikipedia documents |
|
|
|
## G. ANNOTATORS' COMPENSATION |
|
|
|
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. |