-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
57 lines (50 loc) · 3.08 KB
/
Copy pathcredits.html
File metadata and controls
57 lines (50 loc) · 3.08 KB
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Credits - The ISMA Project</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;700&display=swap"
rel="stylesheet"
/>
<style>.header {
font-weight: bold;
font-size: 52px;
}
body {
background: #1f2029;
min-height: 100vh;
}
body {
color: white;
font-family: 'Readex Pro';
}
.body {
padding: 30px;
max-width: 900px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
}
p.acknowledgement a {
color: white;
text-decoration: underline;
}
</style>
<body>
<div class="body"><div class="header">Credits
</div><div class="acknow"><p class="acknowledgement">We'd like to thank the following previous studies for making this project possible:
</p><p class="acknowledgement">Khan, Heena. “Language Agnostic Model: Detecting Islamophobic Content on Social Media.” JEWLScholar@MTSU, Middle Tennessee State University, 14 April 2021, https://jewlscholar.mtsu.edu/items/9c7d6ec2-661a-40b7-a945-f63280529844.
</p><p class="acknowledgement">Vidgen, Bertie, and Taha Yasseri. “Detecting Weak and Strong Islamophobic Hate Speech on Social Media,” in <i>Journal of Information Technology & Politics</i>, vol. 17, no. 1, 2019, pp. 66–78., doi: 10.1080/19331681.2019.1702607.
</p><p class="acknowledgement">Vidgen, Bertie, et al. “Learning from the Worst: Dynamically Generated Datasets to Improve Online Hate Detection,” in <i>Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)</i>, 2021, doi: 10.18653/v1/2021.acl-long.132.
</p><p class="acknowledgement">Y.-L. Chung, E. Kuzmenko, S. S. Tekiroglu, and M. Guerini, “CONAN - COunter NArratives through Nichesourcing: a Multilingual Dataset of Responses to Fight Online Hate Speech,” in <i>Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</i>, Jul. 2019, pp. 2819–2829. doi: 10.18653/v1/P19-1271.
</p><p class="acknowledgement">Z. Waseem and D. Hovy, “Hateful Symbols or Hateful People? Predictive Features for Hate Speech Detection on Twitter,” in <i>Proceedings of the NAACL Student Research Workshop</i>, Jun. 2016, pp. 88–93. [Online]. Available: http://www.aclweb.org/anthology/N16-2013
</p><p class="acknowledgement">In addition, the following sources provided data and used in our project:
</p><p class="acknowledgement"><a href="https://twitter.com">Twitter</a>, <a href="https://parler.adatascienti.st/">Parler via aDataScienti.st</a>, <a href="https://towardsdatascience.com/fastai-with-transformers-bert-roberta-xlnet-xlm-distilbert-4f41ee18ecb2">Maximilien Roberti
</a></p></div></div>
</body>