annahaz commited on
Commit
90f2b03
1 Parent(s): f138ef5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -1,12 +1,24 @@
 
 
1
  This model was released with the following paper:
2
  ```
3
- @proceedings{feedbackloop,
4
- title = "Feedback Loops and Complex Dynamics of Harmful Speech in Online Discussions",
5
- author = {Rong-Ching Chang, Jonathan May, and Kristina Lerman},
6
- publisher = {Proceedings of the 16th International Conference on Social Computing, Behavioral-Cultural Modeling & Prediction and Behavior Representation in Modeling and Simulation.}
7
- venue = {Pittsburgh, PA},
8
- month = sep,
9
- year = {2023}
 
 
 
 
 
 
 
 
 
 
10
  }
11
  ```
12
 
 
1
+ This is a multilingual misogyny and sexism detection model.
2
+
3
  This model was released with the following paper:
4
  ```
5
+ @InProceedings{10.1007/978-3-031-43129-6_9,
6
+ author="Chang, Rong-Ching
7
+ and May, Jonathan
8
+ and Lerman, Kristina",
9
+ editor="Thomson, Robert
10
+ and Al-khateeb, Samer
11
+ and Burger, Annetta
12
+ and Park, Patrick
13
+ and A. Pyke, Aryn",
14
+ title="Feedback Loops and Complex Dynamics of Harmful Speech in Online Discussions",
15
+ booktitle="Social, Cultural, and Behavioral Modeling",
16
+ year="2023",
17
+ publisher="Springer Nature Switzerland",
18
+ address="Cham",
19
+ pages="85--94",
20
+ abstract="Harmful and toxic speech contribute to an unwelcoming online environment that suppresses participation and conversation. Efforts have focused on detecting and mitigating harmful speech; however, the mechanisms by which toxicity degrades online discussions are not well understood. This paper makes two contributions. First, to comprehensively model harmful comments, we introduce a multilingual misogyny and sexist speech detection model (https://huggingface.co/annahaz/xlm-roberta-base-misogyny-sexism-indomain-mix-bal). Second, we model the complex dynamics of online discussions as feedback loops in which harmful comments lead to negative emotions which prompt even more harmful comments. To quantify the feedback loops, we use a combination of mutual Granger causality and regression to analyze discussions on two political forums on Reddit: the moderated political forum r/Politics and the moderated neutral political forum r/NeutralPolitics. Our results suggest that harmful comments and negative emotions create self-reinforcing feedback loops in forums. Contrarily, moderation with neutral discussion appears to tip interactions into self-extinguishing feedback loops that reduce harmful speech and negative emotions. Our study sheds more light on the complex dynamics of harmful speech and the role of moderation and neutral discussion in mitigating these dynamics.",
21
+ isbn="978-3-031-43129-6"
22
  }
23
  ```
24