-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
220 lines (158 loc) · 10.6 KB
/
program.html
File metadata and controls
220 lines (158 loc) · 10.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5RLY0ST4NT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5RLY0ST4NT');
</script>
<meta charset="UTF-8">
<title>Second Workshop on Bangla Language Processing</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="/css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/cayman.css">
<link rel="stylesheet" href="/css/mycss.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
</head>
<body>
<nav id="navbarID" class="navbar sticky-top navbar-expand-lg navbar-light bg-light navbar-static-top">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/favicon.ico" alt="logo" width="6%" height="6%">
<b>BLP Workshop @ IJCNLP-AACL 2025</b>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/" id="home"><b>Home</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/program"><b>Program</b></a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" aria-current="page" href="/awards"><b>Awards</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/accepted"><b>Papers</b></a>
</li>
-->
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/cfp"><b>CFP</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/accepted"><b>Papers</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/mentoring"><b>Mentoring</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/sharedtasks"><b>Shared Tasks</b></a
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/organizers"><b>Organizers</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/sponsors"><b>Sponsors</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/contact"><b>Contact</b></a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/2023/"><b><font color="#a61717">First Edition</font></b></a>
</li>
</ul>
</div>
</div>
</nav>
<section class="page-header">
<h1 class="project-name">Second Workshop on Bangla Language Processing</h1>
<h2 class="project-tagline"></h2>
</section>
<!-- -->
<!-- -->
<!-- -->
<section class="main-content">
<div id="side-table-wrapper" style="float:right; width:310px; font-size: small">
<h4 id="side-table-header">Recent Updates</h4><br>
<div style="background-color: beige">
<ul>
<!-- <li>Dec 7, 2023: <a href="/awards">Best paper and Outstanding Reviewer Awards</a> are announced.</li>
<li>Oct 23, 2023: <a href="/accepted#:~:text=All%20Regular%20Workshop%20Papers">Accepted papers</a> are listed.</li>
<li>Sep 9, 2023: Submission deadline is <span style="color: red"> extended to Sep 12 12:59 PM (UTC-0)</span>.</li>
<li>Sep 1, 2023: <a href="https://openreview.net/group?id=EMNLP/2023/Workshop/BLP&referrer=%5BHomepage%5D(%2F)" target="_blank">Paper Submission Portal</a> is available in OpenReview. Every author of the paper needs to register in <a href="https://openreview.net/" target="_blank">OpenReview</a>.</li>
<li>Aug 21, 2023: Shared task rank lists are public. <a href="https://github.com/blp-workshop/blp_task1#rank-list" target="_blank">Task 1</a>, <a href="https://github.com/blp-workshop/blp_task2#leaderboard" target="_blank">Task 2</a>.</li>-->
<li>Nov 29, 2025: <a href="/accepted#:~:text=All%20Regular%20Workshop%20Papers">Accepted papers</a> are listed.</li>
<li>Aug 13, 2025: <a href="/mentoring">Pre-submission Mentoring</a> is launched.</li>
<li>Jul 20, 2025: <a href="/sharedtasks">Two Shared Tasks</a> are announced.</li>
<li>June 19, 2025: Website is up!</li>
<li>June 19, 2025: Join the <a href="https://join.slack.com/t/blpworkshop/shared_invite/zt-1ryu9eyac-7fevK9A4_Bt~qN_eCK349g">Slack</a> channel for communication.</li>
</ul>
</div>
<h4 id="side-table-header">Important Dates</h4>
<table id="important-dates" class="table table-condensed">
<tbody>
<tr><td>Paper submission due</td>
<td>
<strike> <font color="grey">
Oct 4 (Sat), 2025
</td>
</tr>
<tr><td>Notification of acceptance</td>
<td>
<strike> <font color="grey">
Nov 5 (Wed), 2025
</td>
</tr>
<tr><td>Camera-ready due</td>
<td>
<strike> <font color="grey">
Nov 17 (Mon), 2025
</td>
</tr>
<tr><td>Workshop</td>
<td>December 2025 co-located with <a href="https://www.afnlp.org/conferences/ijcnlp2025/" target="_blank">IJCNLP-AACL</a></td>
</tr>
<tr>
<p align="center"><small>* These dates are approximate date based on IJCNLP-AACL 2025 and are subject to changes.</small></p>
<!-- <p align="center"><small>* <em>All deadlines are calculated at 11:59 pm <br> UTC-12 hours</em></small></p>-->
</tr>
</tbody>
</table>
</font><br>
</div>
<!-- ===================================== -->
<h2 id="keynote">Keynote</h2>
<p><strong>Title: Data’r Panchali: The Changing Landscape of Bangla NLP</strong></p>
<p><strong>Abstract:</strong>
Over the past three decades, Natural Language Processing technologies in Bangla have made remarkable progress. The advent of generative AI has accelerated this journey, leading to impressive breakthroughs across multiple domains. Yet, two profound questions persist. First, what tangible benefits do these advances bring to Bangla speakers? Who stands to gain and who remains excluded? Second, has the technological gap between English (and other high-resource languages) and Bangla truly narrowed, or has it quietly widened?</p>
<p>Ultimately, both the triumphs and the shortcomings of Bangla NLP trace back to one fundamental factor: the availability and absence of data. In this talk, I will explore these questions through both empirical analysis and personal reflection, examining how data shapes access, equity, and innovation. I will conclude with a discussion of some intriguing possibilities: how generative AI might illuminate deeper questions about culture, linguistic diversity, and the evolving identity of Bangla itself.</p>
<p><strong>Speaker:</strong> <a href="https://mbzuai.ac.ae/study/faculty/monojit-choudhury/">Monojit Choudhury</a>, Professor, Mohamed bin Zayed University of Artificial Intelligence (MBZUAI), UAE.</p>
<p><img src="images/monojit.jpeg" alt="Monojit Choudhury" width="200" /></p>
<p><br />
<br /></p>
<p><strong>Bio:</strong> <a href="https://mbzuai.ac.ae/study/faculty/monojit-choudhury/">Monojit Choudhury</a> is a Professor of Natural Language Processing at the Mohamed bin Zayed University of Artificial Intelligence (MBZUAI) in Abu Dhabi. His research sits at the intersection of language technology and society, with a particular focus on how foundation models learn and (mis)represent linguistic and cultural diversity, and how to design fair, inclusive language technologies for low-resource and marginalized languages. Prior to joining MBZUAI, he was a principal researcher at Microsoft Research India from 2009 to 2022 and a principal applied scientist at Microsoft Turing (part of Microsoft India Development Center) from 2022 to 2023. He also serves as adjunct faculty at the International Institute of Information Technology, Hyderabad (since 2017). Professor Choudhury is the general chair of the Panini Linguistics Olympiad (India’s national linguistics Olympiad) and founding co-chair of the Asia Pacific Linguistics Olympiad. He is deeply committed to popularizing linguistics and natural language processing among schoolchildren and non-experts, often through carefully designed puzzles and problem-solving activities.</p>
<h2 id="workshop-schedule">Workshop Schedule</h2>
<p>Please check the link below for the detailed program.</p>
<p><a href="https://docs.google.com/spreadsheets/d/14viM6vNPgY85N7fQu7-SW9hq9DDxXYrJaacjrC7irec/edit?usp=sharing">Program details</a></p>
<footer class="site-footer">
<center>
<!--<a href="mailto:"><i class="svg-icon-email"></i></a>
<a href="https://github.com/"><i class="svg-icon-github"></i></a>
<a href="https://www.twitter.com/"><i class="svg-icon-twitter"></i></a>
-->
</center>
</footer>
</section>
</body>
</html>