CINXE.COM

ICNLSP 2024 : 7th International Conference on Natural Language and Speech Processing

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>ICNLSP 2024 : 7th International Conference on Natural Language and Speech Processing</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="ICNLSP 2024 : 7th International Conference on Natural Language and Speech Processing"> <meta name="ROBOTS" content="INDEX,NOFOLLOW"> <link rel="stylesheet" type="text/css" href="/cfp/styles/wikicfp.css?v=2"> <link rel="shortcut icon" href="/cfp/images/wikicfp.ico"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2351831-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2351831-1'); </script> <script type="text/javascript"> function recordOutboundLink(link, category, action, newtab) { try { _gaq.push(['_trackEvent', category, action]); if (newtab > 0) setTimeout('window.open("' + link.href + '", "_newtab")', 100); else setTimeout('document.location="' + link.href + '"', 100); }catch(err){} } </script> <script src="https://www.semanticscholar.org/js/wikicfp-embed.js" async></script> </head> <body bgcolor="#ffffee"> <div style="padding: 0px; position: absolute; top:1px; left:2px; right:11px; max-width:1251px; min-width: 995px"> <div class="logo"> <table cellspacing="0"><tr valign="bottom"> <td align="left"> <img src="/cfp/images/wikicfplogo-90.png" style="cursor:pointer; vertical-align:-7px;" onclick="document.location.href='/'" width="265" height="90" alt="WikiCFP"> </td> </tr></table> </div> <div class="topright" style="float: right;"> <div id="s2-search" style="margin-top: 20px;"></div> </div> </div> <div class="topright" style="height: 81px;"> </div> <div class="navsec"> <div class="menusec"> <a class="nav" href="/cfp/home" accesskey="h">Home</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=login">Login</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=register">Register</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.profile">Account</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.logout">Logout</a></li> </ul> <a class="nav" href="/cfp/allcat" accesskey="c">Categories</a><br> <a class="nav" href="/cfp/allcfp" accesskey="p">CFPs</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.trycfp">Post a CFP</a></li> </ul> <a class="nav" href="/cfp/series?t=c&i=A" accesskey="p">Conf Series</a> <!-- <img src="/cfp/images/new.gif" alt="" /> --> <br> <!-- <a class="nav" href="/cfp/series?t=j&i=A" accesskey="p">Journals</a><img src="/cfp/images/new.gif" alt="" /><br> --> <a class="nav" href="/cfp/servlet/event.showlist?ltype=w">My List</a><br> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.showtl?">Timeline</a></li> </ul> <a class="nav" href="/cfp/servlet/event.showlist?ltype=a">My Archive</a><br> <a class="nav" href="http://www.todordimitrov.de/cfp-app/index.html" target="_blank">On iPhone</a><br> <a class="nav" href="https://play.google.com/store/apps/details?id=net.kuratkoo.wikicfp" target="_blank">On Android</a><br> <hr> <div class="searchbox"> <form method="get" action="/cfp/servlet/tool.search" STYLE="margin: 0px; padding: 0px;"> <table align="center" cellpadding="0" cellspacing="0"> <tr><td align="center" colspan="2"> <input name="q" placeholder="search CFPs" type="text" style="width:136px" value="" TABINDEX=100> </td></tr> <tr> <td align="left"><select class="searchbox" name="year" TABINDEX=101> <option value="t" > 2024</option> <option value="n" selected="selected" > 2025 </option> <option value="f" > 2024+ </option> <option value="a" > all </option> </select></td> <td align="right"><input class="searchbox" type="submit" value="Search" TABINDEX=102></td> </tr> </table> </form> </div> </div> <div class="infosec" style="width: 160px; margin: 0px; padding: 0px; margin-top: 5px;"> <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test"><img src="/cfp/images/wikicfp_creative.jpg" width="160" height="600" border="0" alt=""></a> </div> <!-- <div class="infosec"> <span class="btheme"><b>What's New</b></span><br> 1. <span class="btheme">email</span> notification of deadline extension </div> --> <!-- <div class="bimgsec" > <a href="http://twitter.com/wikicfp"><img border="0" src="/cfp/images/twitter_160.jpg" ALT=""> </a> </div> --> </div> <SCRIPT language="JavaScript" type="text/javascript"> function display(ind) { elem = document.getElementById(ind); if (elem.style.display == 'none') { elem.style.display = 'inline'; } else if (elem.style.display == 'inline') { elem.style.display = 'none'; } } function OnSubmitForm() { if (!confirm("You cannot undo this operation. \nAre you sure you want to delete the items?")){ return false; } return true; } function returnObjById( id ) { if (document.getElementById) var returnVar = document.getElementById(id); else if (document.all) var returnVar = document.all[id]; else if (document.layers) var returnVar = document.layers[id]; return returnVar; } function AutoFill() { var dest = returnObjById("ExpeSf_destination"); if (dest != null){ dest.onfocus(); dest.value = "Trento, Italy"; dest.onchange(); } var origin = returnObjById("ExpeSf_origin"); if (origin == null){ setTimeout("AutoFill()", 5000); } return true; } window.onload=function(){setTimeout("AutoFill()", 1000)}; </SCRIPT> <div class="contsec"> <center> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="middle" > <td align="left"> <table cellpadding="0" cellspacing="1"><tr><td align="left"> posted by organizer: <a href="/cfp/servlet/event.showlist?lownerid=74305&amp;ltype=w">mouradabbas</a> || 2322 views || tracked by 4 users: <span id='more_button' style='display:inline'>[<a href="javascript:display('more_users');display('more_button');">display</a>]</span><span id='more_users' style='display:none'><a href="/cfp/servlet/event.showlist?lownerid=74305&amp;ltype=w">mouradabbas</a>, <a href="/cfp/servlet/event.showlist?lownerid=186549&amp;ltype=w">idmanaog</a>, <a href="/cfp/servlet/event.showlist?lownerid=186720&amp;ltype=w">ynccwlq</a>, <a href="/cfp/servlet/event.showlist?lownerid=78133&amp;ltype=w">jesusc</a> [<a href="javascript:display('more_users');display('more_button');">hide</a>]</span> </td></tr></table> </td> <td align="right"> <table cellpadding="0" cellspacing="0"><tr valign="baseline"> <td nowrap></td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.copycfp"> <input name="getaddress" type="hidden" value="event.showcfp"> <input name="eventid" type="hidden" value="178860"> <input name="copyownerid" type="hidden" value="78133"> <input name="option" type="hidden" value="x"> <input type="submit" value="Add to My List"> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.orgcfp"> <input align="middle" type="submit" value="I'm Organizer" DISABLED> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.updcfp"> <input align="middle" type="submit" value="Modify" DISABLED> </form> </td> </tr></table> </td> </tr></table> </td></tr> <tr><td align="center" > <br> <h2> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="ICNLSP 2024"></span> <span property="v:eventType" content="Conference"></span> <span property="v:startDate" content="2024-10-19T00:00:00"></span> <span property="v:endDate" content="2024-10-20T23:59:59"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=178860" rel="v:url"></span> <span rel="v:location"><span typeof="v:Address"><span property="v:locality" content="Trento, Italy"></span></span></span> <span property="v:description"> ICNLSP 2024 : 7th International Conference on Natural Language and Speech Processing</span> </span> </h2> <h3> <span id="share-buttons"> <a href="http://www.facebook.com/sharer.php?u=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=178860&amp;copyownerid=78133" target="_blank"><img src="/cfp/images/share/facebook.png" alt="Facebook"/></a><a href="http://twitter.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=178860&amp;copyownerid=78133&text=ICNLSP 2024 : 7th International Conference on Natural Language and Speech Processing" target="_blank"><img src="/cfp/images/share/twitter.png" alt="Twitter" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=178860&amp;copyownerid=78133" target="_blank"><img src="/cfp/images/share/linkedin.png" alt="LinkedIn" /></a><a href="https://plus.google.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=178860&amp;copyownerid=78133" target="_blank"><img src="/cfp/images/share/google.png" alt="Google" /></a></span> </h3> </td></tr> <tr><td align="center" > Link: <a href="https://www.icnlsp.org/" target="_newtab">https://www.icnlsp.org/</a> </td></tr> <tr><td>&nbsp;</td></tr> <tr><td> <table cellpadding="0" cellspacing="5" align="center"> <tr valign="middle"> <td align="center"> <table cellpadding="0" cellspacing="0" align="center"> <tr valign="middle"><td align="center"> <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr bgcolor="#e6e6e6"> <th>When</th> <td align="center"> Oct 19, 2024 - Oct 20, 2024 </td> </tr><tr bgcolor="#f6f6f6"> <th>Where</th> <td align="center">Trento, Italy</td> </tr> <tr bgcolor="#e6e6e6"> <th>Submission Deadline</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Submission Deadline"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=178860" rel="v:url"></span> <span property="v:startDate" content="2024-06-30T00:00:00">Jun 30, 2024</span> </span> </td> </tr> <tr bgcolor="#f6f6f6"> <th>Notification Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Notification Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=178860" rel="v:url"></span> <span property="v:startDate" content="2024-09-15T00:00:00">Sep 15, 2024</span> </span> </td> </tr> <tr bgcolor="#e6e6e6"> <th>Final Version Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Final Version Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=178860" rel="v:url"></span> <span property="v:startDate" content="2024-09-25T00:00:00">Sep 25, 2024</span> </span> </td> </tr> </table> </td></tr> <tr><td align="center" > <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr><td></td></tr> <tr bgcolor="#f6f6f6"> <td align="center"> <h5><a class="blackbold" href="/cfp/allcat"><b>Categories</b></a>&nbsp;&nbsp;&nbsp; <a href="../call?conference=speech translation">speech translation</a>&nbsp;&nbsp; <a href="../call?conference=natural language processing">natural language processing</a>&nbsp;&nbsp; <a href="../call?conference=signal processing">signal processing</a>&nbsp;&nbsp; <a href="../call?conference=speech tehnology">speech tehnology</a></h5> </td></tr> </table> </td></tr> </table> </td> </tr> </table> </td></tr> <tr><td>&nbsp;</td></tr> <tr><td align="center" > <div xmlns:dc="http://purl.org/dc/elements/1.1/"> <span property="dc:title" content="ICNLSP 2024"></span> <span property="dc:description" content="7th International Conference on Natural Language and Speech Processing"></span> <span property="dc:identifier" content="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=178860"></span> <span property="dc:source" content="https://www.icnlsp.org/"></span> <span property="dc:publisher" content="WikiCFP"></span> </div> <h3>Call For Papers</h3> </td></tr> <tr><td align="center" > <div class="cfp" align="left"> ** SUBMISSION DEADLINE EXTENDED : 08 July 2024 ** <br> ---------------------------------------------------------------- <br> <br> <br>We are delighted to invite you to ICNLSP 2024, the 7th edition of the International Conference on Natural Language and Speech Processing, which will be held at University of Trento from October 19th to 20th, 2024. <br> <br>The conference will be hybrid, it can be attended in-person or online. <br> <br>ICNLSP 2024 offers the opportunity for attendees (researchers, academics and students, and industrials) to share their ideas and to connect to each other and make them up to date on the ongoing researches in the field. <br> <br>ICNLSP 2024 aims to attract contributions related to natural language and speech processing. Authors are invited to present their work relevant to the topics of the conference. <br> <br>The following list includes the topics of ICNLSP 2024 but not limited to: <br> <br>-Signal processing, acoustic modeling. <br>-Speech recognition (Architecture, search methods, lexical modeling, language modeling, language model adaptation, multimodal systems, applications in education and learning, zero-resource speech recognition, etc.). <br>-Speech Analysis. <br>-Paralinguistics in Speech and Language (Perception of paralinguistic phenomena, analysis of speaker states and traits, etc.). <br>-Spoken Dialog Systems and Conversational Analysis <br>-Speech Translation. <br>-Speech synthesis. <br>-Speaker verification and identification. <br>-Language identification <br>-Speech coding. <br>-Speech enhancement <br>-Speech intelligibility <br>-Speech Perception <br>-Speech Production <br>-Brain studies on speech <br>-Phonetics, phonology and prosody. <br>-Speech and hearing disorders. <br>-Paralinguistics of pathological speech and language. <br>-Speech technology for disordered speech/hairing. <br>-Cognition and natural language processing. <br>-Machine translation. <br>-Text categorization. <br>-Summarization. <br>-Sentiment analysis and opinion mining. <br>-Computational Social Web. <br>-Arabic dialects processing. <br>-Under-resourced languages: tools and corpora. <br>-Large language models. <br>-Arabic OCR. <br>-NLP tools for software requirements and engineering. <br>-Knowledge fundamentals. <br>-Knowledge management systems. <br>-Information extraction. <br>-Data mining and information retrieval. <br>-Lexical semantics and knowledge representation. <br>-Requirements engineering and NLP. <br>-NLP for Arabic heritage documents. <br> <br> <br>**PUBLICATION** <br>1- All accepted papers will be published in ACL Anthology. <br> <br>2- Selected papers will be published (after extension) in: <br> <br> 2-a- A special issue of Machine Learning and Knowledge Extraction Journal (MAKE), <br> (https://www.mdpi.com/journal/make/), indexed in Web of Science, Scopus, etc. <br> <br> Special issue title: Knowledge Graphs and Large Language Models. <br> <br> <br> 2-b- Signals and Communication Technology, Springer <br> (https://www.springer.com/series/4748), indexed in Scopus聽and聽zbMATH. <br> <br> <br>**Keynote speakers** <br>TBA <br> <br>**CONTACT** <br>icnlsp(at)gmail(dot)com <br> <br>https://www.icnlsp.org/2024welcome/ <br> <br> </div> </td></tr> </table> </center> </div> <div class="contsec"> <center><h3> Related Resources </h3></center> <div class="cfp" align="left"> <table cellpadding="0" cellspacing="0px" align="center" width="100%"> <tr valign="top"> <td> <table cellpadding="4" cellspacing="3" align="center" width="100%"> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=127474">IEEE-Ei/Scopus-ITCC 2025</a>&nbsp;&nbsp; 2025 5th International Conference on Information Technology and Cloud Computing (ITCC 2025)-EI Compendex </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=127472">SPIE-Ei/Scopus-DMNLP 2025</a>&nbsp;&nbsp; 2025 2nd International Conference on Data Mining and Natural Language Processing (DMNLP 2025)-EI Compendex&Scopus </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=86403">CLNLP 2025</a>&nbsp;&nbsp; 2025 2nd International Conference on Computational Linguistics and Natural Language Processing </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=172661">IEEE CACML 2025</a>&nbsp;&nbsp; 2025 4th Asia Conference on Algorithms, Computing and Machine Learning (CACML 2025) </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=179489"> CLNLP 2025</a>&nbsp;&nbsp; 2025 2nd International Conference on Computational Linguistics and Natural Language Processing </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=177359">LSIJ 2024</a>&nbsp;&nbsp; Life Sciences: an International Journal </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=179679">DBML 2025</a>&nbsp;&nbsp; 3rd International Conference on Data Mining, Big Data and Machine Learning </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=182164">MobiCASE 2025</a>&nbsp;&nbsp; 16th EAI International Conference on Mobile Computing, Applications and Services </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=177851">MAT 2024</a>&nbsp;&nbsp; 10th International Conference of Advances in Materials Science and Engineering </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183092">FRUCT37</a>&nbsp;&nbsp; The 37th IEEE FRUCT Conference </td></tr> </table> </td> </tr> </table> </div> </center> </div> <DIV class="footer"> <center> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="top"> <td align="left"> <table cellpadding="0"> <tr><td align="left"> <a href="/cfp/about.jsp">About Us</a> | <a href="mailto:wikicfp@gmail.com">Contact Us</a> | <a href="/cfp/data.jsp">Data</a> | <a href="/cfp/privacy.jsp">Privacy Policy</a> | <a href="/cfp/terms.jsp">Terms and Conditions</a> </td></tr> <tr><td align="left"> Partners: <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test">AI2's Semantic Scholar</a> </td></tr> <tr><td align="left"> This wiki is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. </td></tr></table> </td> <td align="right" style="width:1%"> <!-- <a href="http://www3.clustrmaps.com/counter/maps.php?url=http://www.wikicfp.com" target="_blank" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=http://www.wikicfp.com" style="border:0px;" width="160" height="90" alt="Locations of visitors to WikiCFP" title="Locations of visitors to WikiCFP" id="clustrMapsImg"> </a> --> <!-- <script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=HB5u&d=rwJQZ8-WAgBWyJ4xovK800l_zDGOjVPBcT3rG-oLsKw"></script> --> </td> </tr></table> </center> </div> <script type="text/javascript"> function loadAddThis() { addthis.init() } loadAddThis(); </script> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-bavkT9R1uB7qI" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-bavkT9R1uB7qI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10