parquet-converter commited on
Commit
d8ac5ea
1 Parent(s): 468c80b

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,37 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.model filter=lfs diff=lfs merge=lfs -text
11
- *.msgpack filter=lfs diff=lfs merge=lfs -text
12
- *.onnx filter=lfs diff=lfs merge=lfs -text
13
- *.ot filter=lfs diff=lfs merge=lfs -text
14
- *.parquet filter=lfs diff=lfs merge=lfs -text
15
- *.pb filter=lfs diff=lfs merge=lfs -text
16
- *.pt filter=lfs diff=lfs merge=lfs -text
17
- *.pth filter=lfs diff=lfs merge=lfs -text
18
- *.rar filter=lfs diff=lfs merge=lfs -text
19
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
- *.tar.* filter=lfs diff=lfs merge=lfs -text
21
- *.tflite filter=lfs diff=lfs merge=lfs -text
22
- *.tgz filter=lfs diff=lfs merge=lfs -text
23
- *.wasm filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- # Audio files - uncompressed
29
- *.pcm filter=lfs diff=lfs merge=lfs -text
30
- *.sam filter=lfs diff=lfs merge=lfs -text
31
- *.raw filter=lfs diff=lfs merge=lfs -text
32
- # Audio files - compressed
33
- *.aac filter=lfs diff=lfs merge=lfs -text
34
- *.flac filter=lfs diff=lfs merge=lfs -text
35
- *.mp3 filter=lfs diff=lfs merge=lfs -text
36
- *.ogg filter=lfs diff=lfs merge=lfs -text
37
- *.wav filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
COLD-team--COLD/csv-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65723c3c282721aa4e64b856f3c8588d9d1827b5117439ad61d4f80bf5bfeb2c
3
+ size 191272
README.md DELETED
@@ -1,82 +0,0 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
4
- ## COLD: Complex Offensive Language Dataset
5
-
6
- If you use this dataset, please cite the following paper (BibTex below):
7
-
8
- Alexis Palmer, Christine Carr, Melissa Robinson, and Jordan Sanders. 2020 (to appear). COLD: Annotation scheme and evaluation data set for complex offensive language in English. *Journal of Linguistics and Computational Linguistics*.
9
-
10
- ## Overview of data
11
-
12
- The COLD data set is intended for researchers to diagnose and assess their automatic hate speech detection systems. The corpus highlights 4 different types of complex offensive language: slurs, reclaimed slurs, adjective nominalization, distancing, and also non-offensive texts. The corpus contains a set of tweets collected from 3 different data sets: Davidson et al (2017), Waseem and Hovy (2016), and Robinson (2017). The data is annotated by 6 annotators, with each instance being annotated by at least 3 different annotators.
13
-
14
- **COLD-2016** is the data set used for the analyses and experimental results described in the JLCL paper. This version of the data set contains 2016 instances, selected using filters aiming to capture the complex offensive language types listed above.
15
-
16
- ## Format and annotations
17
-
18
- The data are made available here as .tsv files. The format consists of eight columns: four informational and four annotation-related.
19
-
20
- ### Informational columns:
21
- 1. **ID** - information about the original data set and the textual instance's ID from the data set it was extracted from. The ID includes a letter indicating which data set it originates from, followed by a hyphen and the corresponding ID of the instance in the original data set. For example: D-63 means that the instance is from the Davidson et al. (2017) data set, originally with the ID number 63.
22
-
23
- 2. **Dataset** - a letter indicating from which dataset this instance originates.
24
- 3. **Text** - the text of the instance.
25
-
26
- ### Majority Vote Columns:
27
-
28
- For each instance, annotators were asked to answer Yes or No to each of four questions. Theses columns are the majority vote from three annotators (See the paper for much more detailed discussion, as well as distributions, etc.)
29
-
30
- 1. **Off** Is this text offensive?
31
-
32
- 2. **Slur** Is there a slur in the text?
33
-
34
- 3. **Nom** Is there an adjectival nominalization in the text?
35
-
36
- 4. **Dist** Is there (linguistic) distancing in the text?
37
-
38
- ### Individual Annotator Columns:
39
- For each instance, annotators were asked to answer Yes or No to each of four questions. Theses columns are the individual response from each annotators (See the paper for much more detailed discussion, as well as distributions, etc.)
40
-
41
- 1. **Off1/2/3** Is this text offensive?
42
-
43
- 2. **Slur1/2/3** Is there a slur in the text?
44
-
45
- 3. **Nom1/2/3** Is there an adjectival nominalization in the text?
46
-
47
- 4. **Dist1/2/3** Is there (linguistic) distancing in the text?
48
-
49
- ### Category
50
-
51
- 1. **Cat** This column is deduced based on the majority votes for OFF/SLUR/NOM/DIST. (See the paper for detailed explination the categories, as well as distributions, etc.)
52
-
53
- ## Contact
54
- If you have any questions please contact carrc9953@gmail.com, alexis.palmer@unt.edu, or melissa.robinson@my.unt.edu.
55
-
56
- ## BibTex
57
-
58
- ```
59
- @article{cold:2020,
60
- title = {COLD: Annotation scheme and evaluation data set for complex offensive language in English},
61
- author = {Palmer, Alexis and Carr, Christine and Robinson, Melissa and Sanders, Jordan},
62
- journal = {Journal of Linguistics and Computational Linguistics, Special Issue},
63
- year = {2020},
64
- volume={to appear},
65
- number={to appear},
66
- pages = {tbd}
67
- }
68
- ```
69
-
70
- ## References
71
-
72
- Davidson, T., Wamsley, D., Macy, M., & Weber, I. (2017). Automated hate speech detection and
73
- the problem of offensive language. In Eleventh international conference on web and
74
- social media. <a href="https://aaai.org/ocs/index.php/ICWSM/ICWSM17/paper/view/15665">[the paper]</a>, <a href="https://github.com/t-davidson/hate-speech-and-offensive-language">[the repository]</a>
75
-
76
- Robinson, M. (2018). A man needs a female like a fish needs a lobotomy: The role of adjectival
77
- nominalization in pejorative meaning. Master's thesis, Department of Linguistics, University of North Texas.
78
- <a href="https://digital.library.unt.edu/ark:/67531/metadc1157617/m2/1/high_res_d/ROBINSON-THESIS-2018.pdf">[the thesis]</a>
79
-
80
- Waseem, Z., & Hovy, D. (2016). Hateful Symbols or Hateful People? Predictive Features for
81
- Hate Speech Detection on Twitter. In Proceedings of the NAACL Student Research Workshop. San Diego, California.
82
- <a href="https://www.aclweb.org/anthology/N16-2013/">[the paper]</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cold_2016_using_2035_votes.tsv DELETED
The diff for this file is too large to render. See raw diff