-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcfp.html
More file actions
293 lines (224 loc) · 13.6 KB
/
cfp.html
File metadata and controls
293 lines (224 loc) · 13.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
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
<!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>
<!-- ===================================== -->
<h3 id="call-for-papers-bangla-language-processing-workshop-2nd-edition">Call for Papers: Bangla Language Processing Workshop (2nd Edition)</h3>
<p>The second edition of the Bangla Language Processing Workshop will spotlight the growing capabilities of large language models (LLMs) for Bangla. This year’s focus is on evaluating the current state-of-the-art and advancing research in generative AI across NLP, speech, and multimodal domains. The workshop seeks to foster collaboration and innovation in developing methodologies that can be scaled to support other low-resource languages.</p>
<p>We invite researchers to submit original work presenting novel approaches and resources that advance Bangla and other low-resource languages. Topics of interest include, but are not limited to, large language models (LLMs), domain-specialized LLMs, and efficient methods designed for low-resource or low-computation settings.</p>
<p><strong>We invite original research papers from a wide range of topics, including but not limited to:</strong>
<br /></p>
<p><strong>1. Natural Language Processing</strong></p>
<ul>
<li>LLMs Capabilities:
<ul>
<li>World knowledge</li>
<li>Common sense reasoning</li>
<li>Reading comprehension</li>
<li>Cultural understanding, among others.</li>
</ul>
</li>
<li>Standard NLP tasks
<ul>
<li>Corpus and Resource Development</li>
<li>Computational Social Science and Cultural Analytics</li>
<li>Language Modeling</li>
<li>Information Extraction</li>
<li>Information Retrieval and Text Mining</li>
<li>Spell and Grammar Checker</li>
<li>Question Answering</li>
<li>Semantics</li>
<li>Text Summarization</li>
<li>Machine Translation</li>
<li>Sentiment Analysis</li>
</ul>
</li>
</ul>
<p><strong>2. Speech Processing</strong></p>
<ul>
<li>Speech Synthesis and Spoken Language Generation</li>
<li>Speech Recognition</li>
<li>Phonetics</li>
<li>Phonology and Prosody</li>
<li>Spoken Dialog and Conversational System</li>
<li>Speaker and Language Detection</li>
</ul>
<p><strong>3. Multimodality</strong></p>
<ul>
<li>Multimodality and Language Grounding to Vision and Beyond</li>
<li>OCR - Handwriting</li>
<li>Printed Document</li>
<li>Sign Language Detection and other areas related to multimodality</li>
</ul>
<p><strong>4. Human Computer Interaction</strong></p>
<ul>
<li>Software for People with Diverse Abilities</li>
<li>Multimodal HCI for Bangla</li>
</ul>
<h3 id="important-dates">Important dates:</h3>
<ul>
<li>Paper submission due: <strong>4 October 2025</strong></li>
<li><del>Paper submission due: <strong>29 September 2025</strong></del></li>
<li>Notification of acceptance: <strong>3 November 2025</strong></li>
<li><del>Notification of acceptance: <strong>5 November 2025</strong></del></li>
<li>Camera-ready papers due: <strong>17 November 2025</strong></li>
<li><del>Camera-ready papers due: <strong>11 November 2025</strong></del></li>
<li>Workshop dates: <strong>23 December 2025</strong></li>
</ul>
<p><strong><em>All deadlines are 11:59PM UTC-12:00 (“anywhere on Earth”).</em></strong></p>
<h3 id="submission-details">Submission Details:</h3>
<p>Papers must describe original, completed or in-progress, and unpublished work. All papers will be refereed through a double-blind peer review process by multiple reviewers with final acceptance decisions made by the workshop organizers. Accepted papers will be given up to 9 pages (for full papers), 5 pages (for short papers and posters) in the workshop proceedings, and will be presented as oral paper or poster. Workshop proceedings will be published through <a href="https://aclanthology.org/">ACL anthology</a>. Please check the papers published in the <a href="https://aclanthology.org/2023.banglalp-1.0/">first iteration</a>.</p>
<p><strong>We are seeking submissions under the following categories:</strong>
<br /></p>
<ul>
<li>We are seeking submissions under the following category</li>
<li>Full/long papers (8 pages)</li>
<li>Short papers (work in progress, innovative ideas/proposals: 4 pages)</li>
<li>Shared task papers (4 pages)</li>
</ul>
<p><strong><em>Note:</em></strong> <em>Limitations, ethics statements and references are excluded from page limit.</em></p>
<p>Long, short and shared tasks papers must follow the ARR two-column format, using the supplied <a href="https://aclrollingreview.org/cfp/" target="_blank">ARR –> Paper Submission Process, Criteria and Templates</a>. The <a href="https://github.com/acl-org/acl-style-files">templates</a> can be downloaded in style files and formatting. Please do not modify these style files, nor should you use templates designed for other conferences. Submissions that do not conform to the required styles, including paper size, margin width, and font size restrictions, will be rejected without review. Verification to guarantee conformance to publication standards, we will be using the <a href="https://github.com/acl-org/aclpubcheck" target="_blank">ACL pubcheck tool</a>. The PDFs of camera-ready papers must be run through this tool prior to their final submission, and we recommend its use also at submission time.</p>
<p>Submissions are open to all, and are to be submitted anonymously. For the anonymity, double-blind submission and reproducibility criteria please follow the <a href="https://aclrollingreview.org/cfp" target="_blank">ARR –> Instructions for Two-Way Anonymized Review</a>.</p>
<p><strong>If you have published in the field previously, and are interested in helping out in the program committee to review papers, please fill up <a href="https://forms.gle/PnhfbYq7T9ugCYVc6" target="_blank">this form</a>.</strong></p>
<h4 id="submission-portal">Submission portal</h4>
<p>Submissions must be made using the <a href="https://openreview.net/group?id=aclweb.org/AACL-IJCNLP/2025/Workshop/BLP" target="_blank">OpenReview portal</a>. Every author of the paper needs to register in OpenReview.</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>