-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganizingcommittee.html
224 lines (183 loc) · 12.4 KB
/
organizingcommittee.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<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">
<meta name="description" content="First Shared Task on Automatic Minuting">
<title>First Shared Task on Automatic Minuting</title>
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Fira Sans font -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="styles.css" rel="stylesheet">
<!-- icons -->
<link rel="stylesheet" href="./font-awesome-4.1.0/css/font-awesome.min.css">
</head>
<body>
<!-- NAVBAR ================================================== -->
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<!-- MENU BUTTON FOR SMALL SCREENS + LOGO ================================ -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="header-logo-link" href="index.html">
<div class="header-logo">
<span class="letter-highlight">Auto</span>matic
<span class="letter-highlight">Min</span>uting
<!--<span class="letter-highlight">S</span>hared Task-->
@ <span class="letter-highlight">Interspeech 2021</span>
</div>
</a>
</div>
<!-- MENU OPTIONS ================================================== -->
<div class="navbar-collapse collapse pull-right">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Call for Participation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="cfp.html">CfP</a></li>
<!--<li><a href="cfp.html#topics">Topics of Interest</a></li>-->
<!--<li><li><a href="cfp.html#sharedtasks">Shared Tasks</a></li>-->
<li><a href="submission.html">Submission Information</a></li>
<li><a href="index.html#important-dates">Important Dates</a></li>
<!--<li><a href="cfp.html#journal">Journal Extension</a></li>-->
<!--<li><a href="cfp.html#keynotes">Keynote Speakers</a></li>-->
<!--<li><a href="cfp.html#committees">Committees</a></li>-->
</ul>
</li>
<!--<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Shared Tasks <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="sharedtasks.html">Call for Participation</a></li>
<li><a href="sharedtasks.html#clscisumm">CL-SciSumm</a></li>
<li><a href="sharedtasks.html#laysumm">CL-LaySumm</a></li>
<li><a href="sharedtasks.html#longsumm">LongSumm</a></li>
<li><a href="sharedtasks.html#register">Registration</a></li>
<li><a href="sharedtasks.html#dates">Important Dates</a></li>
<li><a href="sharedtasks.html#organizers">Organizers</a></li>
</ul>
</li>-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Program<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="keynotespeakers.html">Keynote Speakers</a></li>
<li><a href="program.html">Program Outline</a></li>
<li><a href="accepted-papers.html">Accepted Submissions</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Committees<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="organizingcommittee.html">Organizing Committee</a></li>
<!--<li><a href="steeringcommittee.html">Steering Committee</a></li>-->
<li><a href="programcommittee.html">Scientific Committee</a></li>
<!--<li><a href="contact.html">Contact Us</a></li>-->
</ul>
</li>
<!--<li><a href="previousworkshops.html">Other Workshops</a></li>-->
<!--<li><a href="https://www.interspeech2021.org/">Venue</a></li>-->
</ul>
</div>
<!-- MENU OPTIONS END ================================ -->
</div>
</div>
</div>
</div>
<!-- MAIN CONTENT ============================================= -->
<div class="container marketing navbar-spacing">
<h1>Organizing Committee</h1>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-9 bio-text">
<h2><a href="https://elitr.eu/tirthankar-ghosal/">Tirthankar Ghosal</a></h2>
<p class="lead">Charles University, Prague, Czech Republic</p>
<p>Tirthankar Ghosal is a researcher with Institute of Formal and Applied Linguistics, Charles University, Prague. His research interests are Cognitive NLP, NLP for Scholarly Communications and Peer Review, Argumentation Mining, and Text/Dialogue Summarization. He is looking after the Automatic Minuting module of ELITR and also the principal organizer of the SummDial special session at SIGDial 2021 on meeting and dialogue summarization. He is currently the co-editor of the SIGIR Forum and Communications Officer at the Association for Information Science & Technology (ASIS&T) Special Interest Group for the Measurement of Information Production and Use (SIG-MET). Tirthankar has served/serving in organization committees of several international conferences and workshops including ArgKG @ AKBC 2021, SDP @ EMNLP 2020, SDP @ NAACL 2021, ICON 2020, EurNLP 2021, WiNLP 2020, mini-WiNLP @ AACL-IJCNLP 2020/EACL/ACL/NAACL 2021, WiNLP @ EMNLP 2021, FORCE 2021, and a shared task on Argumentation Mining (SciVer) at 2nd SDP @ NAACL 2021. Tirthankar is passionate on working in issues related diversity and inclusion in the research community. He was the Diversity and Inclusion (D&I) co-chair at AACL-IJCNLP, ACL 2020 (Financial Access), NAACL 2019 (Financial Access) and a current chair at WiNLP. </p>
<!-- <p>youngsr "at" ornl.gov</p> -->
</div>
<div class="col-md-3 bio-photo">
<img class="featurette-image img-responsive imagedropshadow" src="images/tirthankar.jpg" alt="Tirthankar Ghosal">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-9 bio-text">
<h2 class="featurette-name-heading"><a href="https://ufal.mff.cuni.cz/muskaan-singh-0">Muskaan Singh</a></h2>
<p class="lead">Charles University, Prague, Czech Republic</p>
<p>Muskaan Singh is a researcher with the Institute of Formal and Applied Linguistics, Charles University, Czech Republic. Her main research interests are Machine Translation and Automatic Text Summarization of Speech/Dialogues. She is exploring both extractive and abstractive approaches to the minuting module of ELITR along with its evaluation methods. She is also the co-organizer of the SummDial at SIGDial 2021.</p>
<!-- <p>pattonrm "at" ornl.gov</p> -->
</div>
<div class="col-md-3 bio-photo">
<img class="featurette-image img-responsive imagedropshadow" src="images/muskaan.jpg" alt="Muskaan Singh">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-9 bio-text">
<h2 class="featurette-name-heading"><a href="https://ufal.mff.cuni.cz/anna-nedoluzhko">Anja Nedoluzhko</a></h2>
<p class="lead">Charles University, Prague, Czech Republic</p>
<p>Anna Nedoluzhko is a researcher at the Institute of Formal and Applied Linguistics, Charles University, Prague. Her main research interests concern phenomena exceeding the sentence boundary (coreference, bridging, discourse analysis). She also participates in program committees of international NLP conferences and workshops, such as Linguistic Annotation Workshop at ACL and NAACL (LAW, 2010-2017), DepLing (2013), CORBON (collocated with NAACL, 2017), etc. She is one of the shared task organizers at the CRAC workshop (collocated with NAACL, 2018 and COLING in 2020).</p>
<!-- <p>mhouston "at" nvidia.com</p> -->
</div>
<div class="col-md-3 bio-photo">
<img class="featurette-image img-responsive imagedropshadow" src="images/anja.jpg" alt="Anja Nedoluzhko">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-9 bio-text">
<h2 class="featurette-name-heading"><a href="https://ufal.mff.cuni.cz/ondrej-bojar">Ondrej Bojar</a></h2>
<p class="lead">Charles University, Prague, Czech Republic</p>
<p>Ondrej Bojar is an associate professor at the Institute of Formal and Applied Linguistics, Charles University, Prague.His main research interest is machine translation but he was also involved in treebanking and lexicographic projects at the department. He participated the Johns Hopkins University Summer Engineering Workshop in 2006 as a member of the Moses team. Since then, he has been regularly taking part in WMT shared translation tasks and co-organizing them since 2013, with specific focus on translation into Czech, on MT evaluation (WMT Metrics Task) and training aspects of both “classical” statistical MT (SMT) and neural MT. He has been the main local organizer of MT Marathons held in Prague (2009, 2013, 2015, 2016, 2018). He teaches courses on SMT and NMT and machine learning, supervises many batchelor theses, some master theses and several PhD students. He has been working on several national research projects and two EU-funded projects: EuroMatrix (2006–2009), EuroMatrixPlus (2009–2012), MosesCore (2012–2015), QT21, HimL, CRACKER (all 2015–2018), being the local lead technical developer and manager in them since 2011.</p>
<!-- <p>janis.keuper "at" itwm.fhg.de</p> -->
</div>
<div class="col-md-3 bio-photo">
<img class="featurette-image img-responsive imagedropshadow" src="images/ondrej.jpg" alt="Ondrej Bojar">
</div>
</div>
<!-- FOOTER ========================================== -->
<hr><br />
<footer>
<div class="footer-wrapper">
<div class="footer-left">
<p>Contact: <a href="mailto:automin@ufal.mff.cuni.cz">automin@ufal.mff.cuni.cz</a></p>
<p>Follow us: <a href="https://twitter.com/elitrorg">https://twitter.com/elitrorg</a></p>
<p>© 2020 European Live Translator, A Horizon 2020 Project, <a href="https://elitr.eu/">https://elitr.eu/</a></p>
<!-- <p>
<a href="https://www.pexels.com/photo/library-university-books-students-12064/">
Photo of Library Room by Tamas Meszaros (Free to use)
</a>
</p>
<p>
<a href="https://pxhere.com/en/photo/1575603">
Picture of a network by asawin form PxHere (Creative Commons CC0)
</a>
</p>-->
</div>
<div class="footer-right">
<a href="#">Back to top</a>
</div>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript ================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="./dist/js/bootstrap.min.js"></script>
<script src="./assets/js/docs.min.js"></script>
</body>
</html>