File size: 3,525 Bytes
b66699f
b1285ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593d311
b1285ce
 
 
 
fcf7de2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b66699f
593d311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
annotations_creators:
- expert-generated
language:
- en
language_creators:
- found
license:
- apache-2.0
multilinguality:
- monolingual
pretty_name: Incivility in Arizona Daily Star Comments
size_categories:
- 1K<n<10K
source_datasets:
- original
tags:
- social media
- incivility
- aspersion
- hyperbole
- lying
- namecalling
- noncooperation
- pejorative
- sarcasm
- vulgarity
task_categories:
- text-classification
task_ids:
- multi-label-classification
dataset_info:
  features:
  - name: text
    dtype: string
  - name: aspersion
    dtype: int64
  - name: hyperbole
    dtype: int64
  - name: lying
    dtype: int64
  - name: namecalling
    dtype: int64
  - name: noncooperation
    dtype: int64
  - name: offtopic
    dtype: int64
  - name: other_incivility
    dtype: int64
  - name: pejorative
    dtype: int64
  - name: sarcasm
    dtype: int64
  - name: vulgarity
    dtype: int64
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 1568771
    num_examples: 3910
  - name: validation
    num_bytes: 398667
    num_examples: 976
  - name: test
    num_bytes: 486262
    num_examples: 1228
  download_size: 1400753
  dataset_size: 2453700
---

# Dataset Card for incivility-arizona-daily-star-comments

This is a collection of more than 6000 comments on Arizona Daily Star news articles from 2011 that have been manually annotated for various forms of incivility including aspersion, namecalling, sarcasm, and vulgarity.

## Dataset Structure

Each instance in the dataset corresponds to a single comment from a single commenter.

An instance's `text` field contains the text of the comment with any quotes of other commenters removed.
The remaining fields in each instance provide binary labels for each type of incivility annotated:
`aspersion`, `hyperbole`, `lying`, `namecalling`, `noncooperation`, `offtopic`, `pejorative`, `sarcasm`, `vulgarity`, and `other_incivility`.

The dataset provides three standard splits: `train`, `validation`, and `test`.

## Dataset Creation

The original annotation effort is described in:

- Kevin Coe, Kate Kenski, Stephen A. Rains.
  [Online and Uncivil? Patterns and Determinants of Incivility in Newspaper Website Comments](https://doi.org/10.1111/jcom.12104).
  Journal of Communication, Volume 64, Issue 4, August 2014, Pages 658–679.

That dataset was converted to a computer-friendly form as described in section 4.2.1 of:

- Farig Sadeque.
  [User behavior in social media: engagement, incivility, and depression](https://repository.arizona.edu/handle/10150/633192).
  PhD thesis. The University of Arizona. 2019.

The current upload is a 2023 conversion of that form to a huggingface Dataset.

## Considerations for Using the Data

The data is intended for the study of incivility.
It should not be used to train models to generate incivility.

The human coders and their trainers were mostly [Western, educated, industrialized, rich and democratic (WEIRD)](https://www.nature.com/articles/466029a), which may have shaped how they evaluated incivility.

## Citation

```bibtex
@article{10.1111/jcom.12104,
    author = {Coe, Kevin and Kenski, Kate and Rains, Stephen A.},
    title = {Online and Uncivil? Patterns and Determinants of Incivility in Newspaper Website Comments},
    journal = {Journal of Communication},
    volume = {64},
    number = {4},
    pages = {658-679},
    year = {2014},
    month = {06},
    issn = {0021-9916},
    doi = {10.1111/jcom.12104},
    url = {https://doi.org/10.1111/jcom.12104},
}
```