https://github.com/gesiscss/modlogs_approved_comments
Dataset companion to the ICWSM 2021 paper "On Positive Moderation Decisions"
https://github.com/gesiscss/modlogs_approved_comments
Last synced: 5 months ago
JSON representation
Dataset companion to the ICWSM 2021 paper "On Positive Moderation Decisions"
- Host: GitHub
- URL: https://github.com/gesiscss/modlogs_approved_comments
- Owner: gesiscss
- License: cc-by-sa-4.0
- Created: 2021-04-07T08:46:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T10:41:15.000Z (about 5 years ago)
- Last Synced: 2025-08-23T19:57:41.086Z (11 months ago)
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Approved comments in the Reddit moderation logs
This repository is the data companion for the ICWSM 2021 paper "On Positive Moderation Decisions".
The dataset contains moderator-approved comments on 49 subreddits engaging in an open moderation initiative. The data format is the following:
| field | description |
|------------------|----------------------------------------------------------------------------------------------------------------|
| created_utc | UTC epoch when the comment was approved |
| subreddit | the subreddit where the comment was posted |
| target_fullname | the id of the comment |
| by_automoderator | if the comment was approved by AutoModerator |
| by_botmod | if the comment was approved by any automated moderator, as identified according to the procedure in the paper |
If you use this dataset, please cite the paper:
```
@inproceedings{samory2021positive,
author = {Samory, Mattia},
booktitle = {Proceedings of the 15th International AAAI Conference on Web and Social Media},
title = {{On Positive Moderation Decisions}},
year = {2021}
}
```
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg