Skip to content

Commit

Permalink
Update informations
Browse files Browse the repository at this point in the history
  • Loading branch information
zthsk committed Dec 9, 2023
1 parent 8c8a67c commit 2f8f0c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _publications/2009-10-01-paper-title-number-1.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Paper Title Number 1"
title: "Robust Hate Speech Detection via Mitigating Spurious Correlations"
collection: publications
permalink: /publication/2009-10-01-paper-title-number-1
excerpt: 'This paper is about the number 1. The number 2 is left for future work.'
date: 2009-10-01
permalink: /publication/robust-hate-speech-detection
excerpt: 'This paper is about removing the causal connection of spurious correlated words to develop a robust hate speech detection model.'
date: 2022-10-01
venue: 'Journal 1'
paperurl: 'http://academicpages.github.io/files/paper1.pdf'
citation: 'Your Name, You. (2009). &quot;Paper Title Number 1.&quot; <i>Journal 1</i>. 1(1).'
paperurl: 'https://aclanthology.org/2022.aacl-short.7'
citation: [Robust Hate Speech Detection via Mitigating Spurious Correlations](https://aclanthology.org/2022.aacl-short.7) (Tiwari et al., AACL-IJCNLP 2022)
---
This paper is about the number 1. The number 2 is left for future work.
We develop a novel robust hate speech detection model that can defend against both wordand character-level adversarial attacks. We identify the essential factor that vanilla detection models are vulnerable to adversarial attacks is the spurious correlation between certain target words in the text and the prediction label. To mitigate such spurious correlation, we describe the process of hate speech detection by a causal graph. Then, we employ the causal strength to quantify the spurious correlation and formulate a regularized entropy loss function. We show that our method generalizes the backdoor adjustment technique in causal inference.

[Download paper here](http://academicpages.github.io/files/paper1.pdf)
[Read Paper Here](https://aclanthology.org/2022.aacl-short.7.pdf)

Recommended citation: Your Name, You. (2009). "Paper Title Number 1." <i>Journal 1</i>. 1(1).
Recommended citation: [Robust Hate Speech Detection via Mitigating Spurious Correlations](https://aclanthology.org/2022.aacl-short.7) (Tiwari et al., AACL-IJCNLP 2022)

0 comments on commit 2f8f0c2

Please sign in to comment.