https://github.com/compnet/wikisynch
Synchronization between two Wikipedia-based Corpora
https://github.com/compnet/wikisynch
abuse-detection annotation conversations corpus
Last synced: 5 months ago
JSON representation
Synchronization between two Wikipedia-based Corpora
- Host: GitHub
- URL: https://github.com/compnet/wikisynch
- Owner: CompNet
- License: gpl-3.0
- Created: 2019-10-10T11:22:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T18:40:35.000Z (over 1 year ago)
- Last Synced: 2025-09-10T05:06:28.525Z (9 months ago)
- Topics: abuse-detection, annotation, conversations, corpus
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wikipedia Abusive Conversations
===================
*Synchronization between two Wikipedia-based Corpora*
* Copyright 2019-2020 Noé Cécillon
`WikiSynch` is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For source availability and license information see licence.txt
* **Lab site:** http://lia.univ-avignon.fr
* **GitHub repo:** https://github.com/CompNet/Pang
* **Contact:** Noé Cécillon
-------------------------------------------------------------------------
## Description
*Wikipedia Abusive Conversations* (WAC) is a large corpus of Wikipedia conversations annotated 3 types of abusive content (personal attack, aggression and toxicity). We developped a reconstruction pipeline to synchronize 2 existing corpora of Wikipedia comments and create WAC. This repository contains the source code used to perform this alignment.
If you use this source code or the associated data, please cite article [[C'20](#references)]:
```bibtex
@InProceedings{Cecillon2020,
author = {Cécillon, Noé and Labatut, Vincent and Dufour, Richard and Linarès, Georges},
title = {{WAC}: A Corpus of {W}ikipedia Conversations for Online Abuse Detection},
booktitle = {12th Language Resources and Evaluation Conference},
year = {2020},
pages = {1375-1383},
address = {Marseille, FR},
url = {http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.172.pdf},
}
```
## Dataset
The dataset itself is available for download on [Zenodo](https://doi.org/10.5281/zenodo.6817093).
The content of Wikipedia comments is distributed under the [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) license. The dataset is distributed under the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license.
## References
* **[C'20]** N. Cécillon, V. Labatut, R. Dufour, and G. Linarès, *WAC: A Corpus of Wikipedia Conversations for Online Abuse Detection*, 12th Language Resources and Evaluation Conference (LREC), 2020, pp. 1375–1383. [⟨hal-02497514⟩](https://hal.archives-ouvertes.fr/hal-02497514)