-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPublications.html
91 lines (79 loc) · 3.41 KB
/
Publications.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>My Publications</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">My Publications</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">About Me</a></li>
<li><a href="CV.html">CV</a></li>
<li class="active"><a href="Publications.html">Publications</a></li>
<li><a href="sketch.html">Sketches</a></li>
<li><a href="P5_Anims.html">P5 Animations</a></li>
<!-- <li><a href="elements.html">Elements Reference</a></li> -->
</ul>
<ul class="icons">
<li><a href="https://github.com/ghostktjMactavish" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<h3>Published papers</h3>
<div class="row">
<ol>
<li>Goswamy, T., Parmar, N., Gupta, A., Shah, R., Tandon, V., Goyal, V., Gupta, S., Laud, K., Gupta, S.,
Mishra, S., Modi,A. AI-based Monitoring and Response System for Hospital Preparedness towards COVID-
19 in Southeast Asia at Healthcare Systems, Population Health, and the Role of Health-Tech (HSYS 2020),
ICML 2020 Workshop.
<a href="https://arxiv.org/abs/2007.15619">[link]
</li>
<li>Mishra, S., Prasad, S., & Mishra, S. (2020). Multilingual Joint Fine-tuning of Transformer models for
identifying Trolling, Aggression and Cyberbullying at TRAC 2020. In Proceedings of the Second Workshop on
Trolling, Aggression and Cyberbullying (TRAC-2020).
<a href="https://aclanthology.org/2020.trac-1.19/">[link]
</li>
<li>Mishra, S., & Mishra, S. (2019). 3Idiots at HASOC 2019: Fine-tuning Transformer Neural Networks for Hate
Speech Identification in Indo-European Languages. In Proceedings of the 11th annual meeting of the Forum
for Information Retrieval Evaluation.
<a href="http://ceur-ws.org/Vol-2517/T3-4.pdf">[link]
</li>
<li>Mishra, Sudhanshu, Shivangi Prasad, and Shubhanshu Mishra. 2021. Exploring Multi-Task Multi-Lingual
Learning of Transformer Models for Hate Speech and Offensive Speech Identification in Social Media. SN
COMPUT. SCI.
<a href="https://link.springer.com/article/10.1007%2Fs42979-021-00455-5">[link]
</li>
</ol>
</div>
</div>
<!-- Footer -->
<footer id="footer">
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>