-
Notifications
You must be signed in to change notification settings - Fork 0
/
program.html
316 lines (274 loc) · 15.8 KB
/
program.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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!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="program.html">Program Outline</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">
<div class="row">
<div class="col-md-12">
<!-- CFP INTRODUCTION ================================================== -->
<!-- <h1>The 6<sup>th</sup> Computational Linguistics Scientific Document Summarization Shared
Task (CL-SciSumm 2020)</h1> -->
<h1>AutoMin 2021 Program Schedule: September 4, 2021</h1>
<ul>
<li> <p>
The proceedings are now available at <a href="https://www.isca-speech.org/archive/automin_2021/index.html">ISCA archive</a>.
</p></li>
<!--<li> <p>
<mark> The second iteration of the AutoMin shared task will be held at the 16th International Natural Language Generation (INLG) Conference, 2023 as a Generation Challenge with an additional new dataset and an additional evaluation sub-task. <mark> Stay tuned for more updates on our forthcoming event. We will present the AutoMin-II Generation Challenge at <a href="https://inlgmeeting.github.io">INLG 2022</a>.
</p></li>-->
<li> <p>
The dataset used in this shared task has been presented at LREC 2022! Please see the official proceedings <a href="http://www.lrec-conf.org/proceedings/lrec2022/pdf/2022.lrec-1.340.pdf">here</a>. The full dataset is available <a href="http://hdl.handle.net/11234/1-4692">here</a>.
</p></li>
</ul>
<a name="program-schedule"></a>
<hr class="featurette-divider">
<!-- <h1>Accepted Papers</h1>
<ul>
<li> <h4>Coreference-Aware Dialogue Summarization, Authors: Zhengyuan Liu, Ke Shi and Nancy Chen (Long) </h4></li>
<li> <h4>Weakly Supervised Extractive Summarization with Attention, Authors: Yingying Zhuang, Yichao Lu and Simi Wang (Long) </h4></li>
<li> <h4>Incremental temporal summarization in multi-party meetings, Authors: Ramesh Manuvinakurike, Saurav Sahay, Wenda Chen and Lama Nachman (Long) </h4></li>
<li> <h4>Mitigating Topic Bias when Detecting Decisions in Dialogue, Authors: Mladen Karan, Prashant Khare, Patrick Healey and Matthew Purver (Short) </h4></li>
</ul>
<hr class="featurette-divider"> -->
<table class="table program">
<thead>
<tr>
<th scope="col">Recording of the event is available <a href="https://drive.google.com/file/d/146RYwUncvnQF1SecNtsQLLfsTgom1fnW/view?usp=sharing">here</a></th>
<th scope="col">CEST</th>
<th scope="col">JST</th>
<th scope="col">IST</th>
<th scope="col">ET</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Introduction</th>
<td class="tz">14:00-14:10</td>
<td class="tz">21:00-21:10</td>
<td class="tz">17:30-17:40</td>
<td class="tz">08:00-08:10</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/yamaguchi21_automin.html">Team Hitachi</a>, Japan (<i>Atsuki Yamaguchi, Gaku Morio, Hiroaki Ozaki, Ken-ichi Yokote, and Kenji Nagamatsu</i>)</th>
<td class="tz">14:10-14:25</td>
<td class="tz">21:10-21:25</td>
<td class="tz">17:40-17:55</td>
<td class="tz">08:10-08:25</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/zilinec21_automin.html">Team Matus-Francesco</a>, ETH Zurich, Switzerland (<i>Matúš Žilinec and Francesco Ignazio Re</i>)</th>
<td class="tz">14:25-14:40</td>
<td class="tz">21:25-21:40</td>
<td class="tz">17:55-18:10</td>
<td class="tz">08:25-08:40</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/pan21_automin.html">Team JU_PAD</a>, Jadavpur University, India (<i>Sarthak Pan, Palash Nandi, and Dipankar Das</i>)</th>
<td class="tz">14:40-14:55</td>
<td class="tz">21:40-21:55</td>
<td class="tz">18:10-18:25</td>
<td class="tz">08:40-08:55</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/iakovenko21_automin.html">Team MTS</a>, Russia (<i>Olga Iakovenko, Anna Andreeva, Anna Lapidus, and Liana Mikaelyan</i>)</th>
<td class="tz">14:55-15:10</td>
<td class="tz">21:55-22:10</td>
<td class="tz">18:25-18:40</td>
<td class="tz">08:55-09:10</td>
</tr>
<tr>
<th scope="row">Break - 5 minutes</th>
<td class="tz">15:10-15:15</td>
<td class="tz">22:10-22:15</td>
<td class="tz">18:40-18:45</td>
<td class="tz">09:10-09:15</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/garg21_automin.html">Team Symantlytical,</a> Thapar Institute of Engineering and Technology, India (<i>Amitesh Garg</i>)</th>
<td class="tz">15:15-15:30</td>
<td class="tz">22:15-22:30</td>
<td class="tz">18:45-19:00</td>
<td class="tz">09:15-09:30</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/schneider21_automin.html">Team Zoom (Late Submission)</a>, Germany (<i>Felix Schneider</i>)</th>
<td class="tz">15:30-15:45</td>
<td class="tz">22:30-22:45</td>
<td class="tz">19:00-19:15</td>
<td class="tz">09:30-09:45</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/shinde21_automin.html">Team ABC,</a> IIT Patna and Navrachana University, India (<i>Kartik Shinde, Nidhir Bhavsar, and Aakash Bhatnagar</i>)</th>
<td class="tz">15:45-16:00</td>
<td class="tz">22:45-23:00</td>
<td class="tz">19:15-19:30</td>
<td class="tz">09:45-10:00</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/sharma21_automin.html">Team The Turing TESTament,</a> Thapar Institute of Engineering and Technology, India (<i>Umang Sharma and Harpreet Singh</i>)</th>
<td class="tz">16:00-16:15</td>
<td class="tz">23:00-23:15</td>
<td class="tz">19:30-19:40</td>
<td class="tz">10:00-10:15</td>
</tr>
<tr>
<th scope="row">Break - 5 minutes</th>
<td class="tz">16:15-16:20</td>
<td class="tz">23:15-23:20</td>
<td class="tz">19:45-19:50</td>
<td class="tz">10:15-10:20</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/williams21_automin.html">Team UEDIN</a>, University of Edinburgh, UK (<i>Philip Williams and Barry Haddow</i>)</th>
<td class="tz">16:20-16:35</td>
<td class="tz">23:20-23:35</td>
<td class="tz">19:50-20:05</td>
<td class="tz">10:20-10:35</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/mahajan21_automin.html">Team Auto Minuters,</a> Thapar Institute of Engineering and Technology, India (<i>Parth Mahajan and Harpreet Singh</i>)</th>
<td class="tz">16:35-16:50</td>
<td class="tz">23:35-23:50</td>
<td class="tz">20:05-20:20</td>
<td class="tz">10:35-10:50</td>
</tr>
<tr>
<th scope="row"><a href="https://www.isca-speech.org/archive/automin_2021/ghosal21_automin.html">AutoMin Overview Paper</a> and Closing</th>
<td class="tz">16:50-17:00</td>
<td class="tz">23:50-00:00<sup>+1</sup></td>
<td class="tz">20:20-20:30</td>
<td class="tz">10:50-11:00</td>
</tr>
</tbody>
</table>
<!-- <hr class="featurette-divider">
<p>
Each participant would present for 10 minutes followed by a Q&A for 5 minutes. The session would be recorded and made available after the event. The proceedings would be available on the <a href="https://www.isca-speech.org/iscaweb/index.php?option-com_content&view=article&id=33">ISCA archive</a>. The publication is in progress. However the final versions of the overview and system papers available in this page (see the hyperlinks against the respective teams). The <a href="https://twitter.com/TirthankarSlg/status/1529278460572471296?s=20&t=wpsupzgOxQ2v1HpVKh4x9g">Second AutoMin Shared Task will be held at INLG 2023!</a> Stay tuned for more updates soon.
</p> -->
<!-- FOOTER ========================================== -->
<hr><br />
<footer>
<div class="footer-wrapper">
<div class="footer-left">
<p>Contact: <a href="mailto:[email protected]">[email protected]</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>