victoriadreis commited on
Commit
48d656a
1 Parent(s): e1df824

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -73,5 +73,20 @@ An illustration from the multilabel ToLD-Br dataset is depicted below:
73
  ```
74
  ## Data Fields
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ## Acknowledge
77
  The TuPy project is the result of the development of Felipe Oliveira's thesis and the work of several collaborators. This project is financed by the Federal University of Rio de Janeiro ([UFRJ](https://ufrj.br/)) and the Alberto Luiz Coimbra Institute for Postgraduate Studies and Research in Engineering ([COPPE](https://coppe.ufrj.br/)).
 
73
  ```
74
  ## Data Fields
75
 
76
+ - Text: A string representing a anonymized tweet posted by a user. .
77
+ - aggressive: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits aggressive language.
78
+ - hate: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet is hateful.
79
+ - ageism: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits ageism.
80
+ - aporophobia: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits aporophobia.
81
+ - body shame: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits body shame.
82
+ - capacitism: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits capacitism.
83
+ - lgbtphobia: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits lgbtphobia.
84
+ - political: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits political.
85
+ - racism: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits racism.
86
+ - religious intolerance: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits religious intolerance.
87
+ - misogyny: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits misogyny.
88
+ - xenophobia: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits xenophobia.
89
+ - other: Binary values (0 or 1) representing the consensus among annotators on whether the respective tweet exhibits other.
90
+
91
  ## Acknowledge
92
  The TuPy project is the result of the development of Felipe Oliveira's thesis and the work of several collaborators. This project is financed by the Federal University of Rio de Janeiro ([UFRJ](https://ufrj.br/)) and the Alberto Luiz Coimbra Institute for Postgraduate Studies and Research in Engineering ([COPPE](https://coppe.ufrj.br/)).