The 9th International Workshop on Computational Linguistics for Uralic Languages (IWCLUL 2024) will be organized by ACL SIGUR. The proceedings of the event will be published in the ACL anthology. The workshop will take place in November 28-29, 2024 in Helsinki, Finland at Metropolia University of Applied Sciences.
https://acl-sigur.github.io/iwclul2024.html
Submission deadline: October 25, 2024 (extended)
Registration/publication fees: 0€!
We solicit original and unpublished work related to NLP methods for Uralic languages, including multilingual methods that include at least one Uralic language (e.g. Finnish, Estonian, Hungarian etc). Appropriate topics include (but are not limited to):
- Multilingual approaches in NLP presenting work on at least one Uralic language
- LLMs and their use in the context of (endangered) Uralic languages
- Position papers
- Parsers, analysers and processing pipelines of Uralic languages
- Lexical databases, electronic dictionaries
- Finished end-user applications aimed at Uralic languages, such as spelling or grammar checkers, machine translation or speech processing
- Evaluation methods and gold standards, tagged corpora, treebanks
- Reports on language-independent or unsupervised methods as applied to Uralic languages
- Surveys and review articles on subjects related to computational linguistics for one or more Uralic languages
- Any work that aims at combining efforts and reducing duplication of work
- How to elicit activity from the language community, agitation campaigns, games with a purpose
Short papers can be up to 4 pages in length (5 for camera-ready version). Short papers can report on work in progress or a more targeted contribution such as software or partial results.
Long papers can be up to 8 pages in length (9 for camera-ready version). Long papers should report on previously unpublished, completed, original work.
Lightning talks submitted as 750-word abstracts. Lightning talks are suited for discussing ideas or presenting work in progress. The abstracts will be published in a lightning proceedings on Zenodo.
All submission formats can have an unlimited number of pages for references. All submissions must follow the ACL stylesheet.
The submissions must be anonymous, and they will be peer-reviewed by our program committee. The peer review is double blinded. Papers must be submitted using the conference submission system by the deadline. At least one of the authors of an accepted paper must attend the event and present their paper.
Accepted papers (short and long) will be published in the joint proceedings that will appear in the ACL Anthology. Accepted papers will also be given an additional page to address the reviewers’ comments. The length of a camera-ready submission can then be 5 pages for a short paper and 9 for a long paper with an unlimited number of pages for references.
Important dates:
- Paper submission (full and short): October 25, 2024 (extended)
- Notification of acceptance: November 3, 2024
- Camera ready deadline: November 10, 2024
- Registration deadline: November 10, 2024
- Workshop: November 28-29, 2024
-----------------------------------------------------
Shared Task on Multilingual Counterspeech Generation
-----------------------------------------------------
*WE HAVE EXTENDED THE DEADLINES!*
(You can find the new deadlines in the "Important Dates" section of this CFP)
In addition to paper contributions, we are organizing a shared task on multilingual counterspeech generation with the aim of sharing in a central space current efforts, especially those for languages different to English.
It is envisaged that the shared task would allow the community to study how we can improve counterspeech generation for both lower resource languages but also to reinforce the strong body of research already existing for English.
The counterspeech generated by participants should be respectful, non-offensive, and contain information that is specific and truthful with respect to the following targets: Jews, LGBT+, immigrants, people of color, women.
Data
---------------------
We release new data consisting of 596 Hate Speech-Counter Narrative (HS-CN) pairs. In this dataset, the HS are taken from MTCONAN [https://github.com/marcoguerini/CONAN/tree/master/Multitarget-CONAN], while the CN are newly generated. Together with each HS-CN pair, we also provide 5 background knowledge sentences, some of which are relevant for obtaining the Counter Narratives. The dataset is available in 4 different languages (Basque, English, Italian and Spanish) and divided in the following splits:
- Development: 100 pairs. [AVAILABLE NOW!] [https://huggingface.co/datasets/LanD-FBK/ML_MTCONAN_KN]
- Train: 396 pairs [AVAILABLE NOW!] [https://huggingface.co/datasets/LanD-FBK/ML_MTCONAN_KN]
- Test: 100 pairs [AVAILABLE ON 28th OCTOBER]
In order to score the shared task participants, the CNs will be kept hidden during the shared task while the HS and the background knowledge will be released for participants to prepare their submissions.
The languages, Basque, English, Italian and Spanish, offer a varied spectrum of complexity including an agglutinative language isolate (Basque), two romance languages (Italian, Spanish) and a Germanic one (English). The choice of languages obeys to the existing linguistic expertise among the organizers required to successfully run the shared task.
Additional Multilingual Data
---------------------
Participants also have available the English, Italian, Basque and Spanish CONAN manually curated data:
- CONAN (English and Italian) [https://github.com/marcoguerini/CONAN/tree/master/CONAN]
- CONAN (Basque and Spanish) [https://huggingface.co/datasets/HiTZ/CONAN-EUS]
- CONAN-MT-SP (Spanish) [https://github.com/sinai-uja/CONAN-MT-SP] or [https://huggingface.co/datasets/SINAI/CONAN-MT-SP]
- Multitarget-CONAN (English) [https://github.com/marcoguerini/CONAN/tree/master/Multitarget-CONAN]
Participation
---------------------
The aim of the shared task is, given a HS (and optionally any additional knowledge the participants may like to use), generate a CN to counteract the HS.
An example of CN appears bellow:
- English:
+ HS: We should ban all homosexuals.
+ CN: When will the love prosper and the hatred start to dissipate? I will not only respect my fellow LGBT+ people, I will promote their rights.
- Italian:
+ HS: Dovremmo espellere tutti gli omosessuali.
+ CN: Quand'è che l'amore prospererà e l'odio inizierà a dissiparsi? Non solo rispetterò i miei compagni LGBT+, ma promuoverò i loro diritti.
- Spanish:
+ HS: Deberíamos prohibir a todos los homosexuales.
+ CN: ¿Cuándo prosperará el amor y empezará a disiparse el odio? No sólo respetaré a mis compañeros LGBT+, sino que promoveré sus derechos.
- Basque:
+ HS: Homosexual guztiak debekatu beharko genituzke.
+ CN: Noiz hasiko da maitasuna irabazten eta gorrotoa desagertzen? LGBT+ pertsonak errespetatzeaz gain, haien eskubideak sustatuko ditut.
Participants will download the test HS for the 4 languages and generate at most three different CNs per HS for each language). The test window will last 5 days.
Participants are allowed to use any resource (language model, data, etc.) to generate the CN.
**Note:** If you are going to participate in the shared task, please fill the following form: [https://docs.google.com/forms/d/e/1FAIpQLSeAZTJsrEXt35HfFFchPNdPi289q5kKerq…]
Evaluation
---------------------
The CNs submitted by the participants will be evaluated:
- Using traditional automatic metrics as in Tekiroglu et al.( 2022), which include BLEU, ROUGE, Novelty and Repetition Rate.
- Using LLM as a Judge following the approach described in this paper: https://arxiv.org/abs/2406.15227
Important Dates
---------------------
- Test dataset release: October 28th, 2024
- Results submission: November 4th, 2024
- Results notification: November 15th, 2024
- Working papers submission: November 25th, 2024
- Notification of Acceptance: December 8th, 2024
- Camera-Ready Papers Due: December 13th, 2024
- Workshop: January 19th, 2025
-----------------------------------------------------
Workshop on Multilingual Counterspeech Generation
-----------------------------------------------------
The Shared Task is associated to the First Workshop on Multilingual Counterspeech Generation at COLING 2025.
---------------------
Background and Scope
---------------------
While interest in automatic approaches to Counterspeech generation has been steadily growing,
including studies on data curation (Chung et al., 2019a; Fanton et al., 2021), detection (Chung
et al., 2021a; Mathew et al., 2018), and generation (Tekiroglu et al., 2020; Chung et al., 2021b;
Zhu and Bhat, 2021; Tekiroglu et al., 2022), the large majority of the published experimental work on automatic Counterspeech generation has been carried out for English. This is due to the scarcity of both non-English manually curated training data and to the crushing predominance of English in the generative Large Language Models (LLMs) ecosystem. A workshop on exploring Multilingual Counterspeech Generation is proposed to promote and encourage research on multilingual approaches for this challenging topic.
Thus, this workshop aims to test monolingual and multilingual LLMs in particular and Language Technology in general to automatically generate counterspeech not only in English but also in languages with fewer resources. In this sense, an important goal of the workshop will be to understand the impact of using LLMs, considering for example how to deal with pressing issues such as biases, hallucinated content, data scarcity or data contamination.
We seek to maximize the scientific and social impact of this workshop by promoting the
creation of a community of researchers from diverse fields, such as computer and social sciences, as well as policy makers and other stakeholders interested in automatic counterspeech generation. By doing so we aim to gain a deeper understanding of how counterspeech is currently used to tackle abuse by individuals, activists, and organizations
and how Natural Language Processing (NLP) and Generation (NLG) may be best applied to counteract it.
Call for Papers
---------------------
We welcome submissions on the following topics (but not limited to):
- Models and methods for generating counterspeech in different languages.
- Automatic Counterspeech generation for low resource languages with scarce training data.
- Dialogue agents that use counterspeech to combat offensive messages that are directed to individuals or groups, targeted based on various aspects such as ideology, gender, sexual orientation and religion.
- Methods for human and automatic evaluation of counterspeech.
- Multidisciplinary studies providing different perspectives on the topic such as computer science, social science, psychology, etc.
- Development of taxonomies and quality datasets for counterspeech in multiple languages.
- Potentials and limitations (e.g., fairness, biases, hallucinated content) of applying different NLP methods, such as LLMs, to generate counterspeech.
- Social impact and empirical studies of counterspeech in social networks, including research on the effectiveness and consequences for users of using counterspeech to combat hate online.
Submission
---------------------
We welcome two types of papers: regular workshop papers and non-archival submissions. Regular workshop papers will be included in the workshop proceedings. All submissions must be in PDF format and made through START [https://softconf.com/coling2025/MCG25/]
- Regular workshop papers: Authors can submit papers up to 8 pages, with unlimited pages for references. Authors may submit up to 100 MB of supplementary materials separately and their code for reproducibility. All submissions undergo an double-blind single-track review. Accepted papers will be presented as posters with the possibility of oral presentations.
- Non-archival submissions: Cross-submissions are welcome. Accepted papers in other venues or journals will be presented at the workshop, but will not be included in the workshop proceedings. Papers must be in PDF format and will be reviewed in a double-blind fashion by workshop reviewers. We also welcome extended abstracts (up to 2 pages) of papers that are work in progress, under review or to be submitted to other venues. Papers in this category need to follow the COLING format.
Important Dates
---------------------
- Submission: November 20th, 2024
- Notification of Acceptance: December 2nd, 2024
- Camera-Ready Papers Due: December 10th, 2024
For more information you can join the Google group [https://groups.google.com/g/multilingual-cs-generation-coling2025] or visit our website [https://sites.google.com/view/multilang-counterspeech-gen/home] [https://sites.google.com/view/multilang-counterspeech-gen/shared-task]
Best regards,
The Multilingual Counterspeech Generation Workshop Organizers.
Dear Colleagues,
We are pleased to announce the Call for Papers for the *Computing
Conference 2025 <https://saiconference.com/Computing>*, scheduled to take
place from 19-20 June 2025 in London.
The conference aims to bring together researchers, scholars, practitioners,
and experts from around the world to share their insights, discoveries, and
research outcomes. We invite you to submit your original research papers,
posters, and proposals on a wide range of topics within the realm of
computing, including but not limited to:
- High-Performance Computing
- Quantum Computing
- Data Science and Analytics
- Cloud Computing and Distributed Systems
- Cybersecurity and Privacy
- Emerging Technologies in Computing
- Natural Language Processing and LLMs
- Artificial Intelligence and Machine Learning
- Computer Vision and Image Processing
- Intelligent Educational systems and e-Learning
- Ambient Intelligence and IoT
*Important Dates - Round 2:*
Full Paper Submission Deadline: 15 November 2024
Notification of Acceptance: 15 December 2024
Camera-Ready Paper Submission: 15 January 2025
Conference Dates: 19-20 June 2025
Proceedings will be published in Springer series "Lecture Notes in Networks
and Systems" and submitted for consideration to Web of Science, SCOPUS,
INSPEC, WTI Frankfurt eG, zbMATH and SCImago.
Submissions will undergo a rigorous double blind peer-review process by an
esteemed panel of experts, ensuring the highest academic and technical
standards. Detailed submission guidelines and conference updates are
available on our official website at https://saiconference.com/Computing.
Looking forward to your valuable contributions to the Computing Conference
2025.
Sincerely,
Kohei Arai
Program Chair
Computing Conference
View 2024 Recap <https://youtu.be/Am9rE4tm3ms> | Unsubscribe
<https://mailing.thesai.org/sendy/unsubscribe-success.php?c=9056>
[Apologies for cross-posting]
Dear colleagues
We are inviting submissions for the next issue of Asia Pacific Journal of
Corpus Research, to appear on 31 December 2024.
*ABOUT*The Asia Pacific Journal of Corpus Research (APJCR, e-ISSN
2733-8096, DOI: https://doi.org/10.22925/apjcr) is an international and
interdisciplinary peer-reviewed journal intended to explore corpus research
in the Asia Pacific region. APJCR addresses areas of methodological,
applied and theoretical work in the field of corpus research. Examples of
such include discourse analysis, lexical studies, grammatical studies,
language acquisition, language learning, language education, lexicography,
pragmatics, sociolinguistics, (machine) translation studies, (digital)
literary studies, computational linguistics, speech, phonetics, deep
learning and natural language understanding in conjunction with corpus.
*NO ARTICLE PROCESS CHARGE*APJCR does not charge authors an Article
Processing Fee (APF).
*OPEN ACCESS POLICY*APJCR provides open access to its content under the
principle in the academic field that making research freely available to
the public supports a greater global exchange of knowledge.
*SUBMISSION*
Papers (in English or Korean) should be sent to *apjcreditor(a)icr.or.kr
<apjcreditor(a)icr.or.kr>*
*Full instruction can be found on http://icr.or.kr/apjcr
<http://icr.or.kr/apjcr>*
*IMPORTANT DATES*- Manuscript submission: 31 October 2024
- First decision (articles assessed by editors): November 2024
- Final decision: November 2024
- Production: December 2024
- Online publication: 31 December 2024
*APJCR ARCHIVE*- *Google Scholar*:
https://scholar.google.co.kr/scholar?hl=ko&as_sdt=0%2C5&q=apjcr&btnG=
- *KoreaScience*: http://koreascience.or.kr/journal/CPSOBX/v1n1.page
*ENQUIRIES*
help(a)icr.or.kr
---
*CK Jung BEng(Hons) Birmingham MSc Warwick EdD Warwick Cert Oxford*
Associate Professor | Department of English Language and Literature,
Incheon National University, *South Korea*
President | The Korea Association of Secondary English Education, *South
Korea *(http://kasee.org)
Director | Institute for Corpus Research, Incheon National University, *South
Korea* (http://icr.or.kr)
Editor-in-Chief | Asia Pacific Journal of Corpus Research, ICR,
*International* (http://icr.or.kr/apjcr)
Editorial Board | Corpora, Edinburgh University Press, *UK*
Editorial Board | English Today, Cambridge University Press, *UK*
E: ckjung(a)inu.ac.kr / T: +82 (0)32 835 8129
NAKBA-NLP 2025
The 1st International Workshop on Nakba Narratives as Language Resources
Part of the COLING-2025 [1] Conference
Abu Dhabi, UAE (Fully Virtual)
January 20, 2025
https://sina.birzeit.edu/nakba-nlp/
OVERVIEW
The narratives of the (ongoing) Palestinian Nakba possess significant
historical, cultural, literary, and academic value. Preserving this
content and empowring it with AI tools is crucial for ensuring its
accessibility and usability for present and future generations. Nakba
narratives and testimonies exist in diverse formats such as manuscripts,
books, audio recordings, novels, and films. Converting this content into
a machine-understandable format presents a notable challenge.
Establishing accessible archives and well-annotated collections is
essential for researchers and historians to verify and share meaningful
information.
This workshop aims to explore how artificial intelligence, natural
language processing, and corpus linguistics can assist in understanding,
disseminating and preserving, Nakba narratives and testimonies. The goal
is to create accessible, comprehensive, and well-annotated collections
that empower researchers and historians to validate and share critical
insights derived from these data. The workshop targets datasets and
narratives in Arabic, English, and other languages, however, submitted
articles should be written in English.
CALL FOR PAPERS
We invite submissions for Nakba-NLP 2025, a workshop dedicated to the
exploration and preservation of Nakba narratives through the application
of artificial intelligence, natural language processing, and corpus
linguistics. All submitted papers should explain their relevance to the
topic of 'Nakba Narratives as Language Resources'. The organisers
reserve the right to reject any papers that incite hatred, refute
established facts, or undermine the suffering of individuals.
We seek contributions on the following issues of interest:
* Digitisation of oral and written narratives
* Creation and labeling of language corpora and datasets
* Digital archives, metadata, and semantic/content mark-up
* Annotation tools and annotation guidelines
* Document classification, topic modeling, and information retrieval
* Named entity recognition for identifying people, places,
organizations, and events
* Entity linking and relationship extraction
* Event detection and event argument extraction
* Knowledge Graphs and Linked Data
* Vocabularies, dictionaries, and ontologies
* Data visualisation
* Knowledge representation
* Machine translation, summarisation, and paraphrasing
* Natural Language Generation
* Large Language Models
* Sentiment analysis and emotional content extraction
* Discourse analysis (e.g., bias, offensive language, and
misinformation) related to Nakba narratives
* Voice & dialogue-based systems; ASR
* Palestinian dialects (written and spoken)
Participants are invited to use the following archives: Institute for
Palestine Studies [2], The Palestinian Museum [3], Nakba-Archive [4],
POHA [5],Alhaq [6],ICHR [7], as well as Wikipedia and the Wikidata
Knowledge Graph.
SUBMISSION DETAILS
All submitted papers must clearly state and explain their relevance to
the topic of 'Nakba Narratives as Language Resources'. The organisers
reserve the right to reject any papers that incite hatred, refute
established facts, or undermine the suffering of individuals.
Submissions may be of two types:
* Long papers - up to eight (8) pages maximum, presenting substantial,
original, completed, and unpublished work.
* Short papers - up to four (4) pages, describing a small focused
contribution, negative results, system demonstrations, etc.
The workshop supports the COLING anti-harassment policy Policy. [8]
IMPORTANT DATES
* Submission Deadline: 25 November 2024
* Notifications of Acceptance: 5 December 2024
* Camera Ready Deadline: 13 December 2024 (cannot be changed).
Links:
------
[1] https://coling2025.org/
[2] https://www.palestine-studies.org/
[3] https://palmuseum.org/en
[4] https://www.nakba-archive.org/
[5] https://libraries.aub.edu.lb/poha/
[6] https://www.alhaq.org/
[7] https://www.ichr.ps/en
[8] https://coling2022.org/policy
WACL4 AT COLING’2025
WITH FOCUS ON ARABIC DIALECTS
https://wp.lancs.ac.uk/wacl4/
-------------------------
The workshop will be held online on January 20th, 2025 in conjunction
with the 31st edition of COLING in 2025 in Abu Dhabi (UAE).
CALL FOR PAPERS
THE WORKSHOP TOPICS INCLUDE BUT ARE NOT LIMITED TO:
* Development and Utilisation of Arabic Dialectal Corpora
* Advancements in Natural Language Processing Techniques for Arabic
Dialects
* Applications and Challenges of Large Language Models in
Understanding and Generating Arabic Dialects
* Morphological and Syntactical Challenges in Arabic Dialects
* Dialect Identification and Classification
* Speech Recognition and Synthesis for Arabic Dialects
* Machine Translation involving Arabic Dialects
* Sentiment Analysis and Opinion Mining in Arabic Dialects
* Named Entity Recognition and Information Extraction for Arabic
Dialects
* Development of Open Access Resources for Arabic Dialects
* Text Processing and Transliteration Challenges for Arabic Dialects
* Cultural and Sociolinguistic Considerations in NLP Applications for
Arabic Dialects
* Resources and Tools for Computational Analysis of Arabic Dialects
* Applications of Arabic Dialects NLP in Real-World Scenarios
Summary of the Call:
We welcome submissions of papers centred around Arabic Dialects NLP and
resources, focusing on supporting and advancing language technologies
tailored to the diverse range of Arabic dialects. We encourage
submissions that span a spectrum from theoretical investigations to
practical applications, aiming to address the unique challenges,
solutions, and insights that Arabic dialects introduce to the field of
NLP.
Submissions should adhere to the COLING 2025 standards. Authors are
strongly encouraged to review and follow the COLING 2025 submission
guidelines and author kit, available at https://coling2025.org/.
If authors are describing dialectal variations, we request that they
include relevant linguistic details and sociolinguistic contexts to
enrich the understanding of the presented work.
Submissions may be of two types:
* Long papers - up to eight (8) pages excluding references, presenting
substantial, original, completed, and unpublished work.
* Short papers - up to four (4) pages excluding references, describing
a small focused contribution, negative results, or system
demonstrations, etc.
Important dates:
* 1st Call for Papers Announcement: 13 August 2024
* 2nd Call for Papers Announcement: 01 October 2024
* Paper Submission Deadline: 8 November 2024
* Notification of Paper Acceptance: 6 December 2024
* Camera-ready Paper Deadline: 13 December 2024
* Workshop Date: 20th January 2025
Format:
The workshop will consist of a mix of invited talks, contributed talks,
and panel discussions. The workshop will be held 100% virtually,
allowing for greater accessibility and participation from scholars and
researchers around the world. We anticipate 30 attendees and 2 invited
speakers to the workshop. Scheduled for 20 January 2025, the workshop
will be held in conjunction with the 31st edition of COLING 2025 in Abu
Dhabi, UAE.
Anti-Harassment policy:
The workshop supports the COLING anti-harassment policy
https://coling2022.org/policy
_Keynote Speakers:_
* _Speaker 1: Imed Zitouni, Google, USA_ (Confirmed)
* _Speaker 2: Hend Alkhalifa, King Saud University, Saudi Arabia_
(Awaiting confirmation)
ORGANIZATION
ORGANISING COMMITTEE:
* Saad Ezzini, Lancaster University, UK (General Chair)
* Hamza Alami, Sidi Mohamed Ben Abdellah University, Morocco
(Programme Co-Chair)
* Ismail Berrada, Mohammed VI Polytechnic University, Morocco
(Programme Co-Chair)
* Abdessamad Benlahbib, Sidi Mohamed Ben Abdellah University, Morocco
(Programme Co-Chair)
* Abdelkader El Mahdaouy, Mohammed VI Polytechnic University, Morocco
(Review Chair)
* Salima Lamsiyah, University of Luxembourg, Luxembourg (Publication
Chair)
* Nouran Khallaf, Leeds University, UK (Publicity Co-Chair)
* Hatim Derrouz, Ibn Tofail University, Morocco (Publicity Co-Chair)
* Amal Haddad, University of Granada, Spain (Publicity Co-Chair)
* Mustafa Jarrar, Birzeit University, Palestine (Advisory Committee)
* Mo El-Haj, Lancaster University, UK (Advisory Committee)
* Ruslan Mitkov, Lancaster University, UK (Advisory Committee)
* Paul Rayson, Lancaster University, UK (Advisory Committee)
PROGRAMME COMMITTEE:
* Ahmed Ali, Qatar Computing Research Institute (QCRI), Qatar
* Ahmed Abdelali, Qatar Computing Research Institute (QCRI), Qatar
* Almoataz B. Al-Said, Cairo University, Egypt
* Eric Atwell, Leeds University, UK
* Haithem Afli, Dublin City University, Ireland
* Hazem Hajj, American University of Beirut, Lebanon
* Ignatius Ezeani, Lancaster University, UK
* Imed Zitouni, Microsoft Research, USA
* Karim Bouzoubaa, Mohamed Vth University, Morocco
* Khaled Shaban, Qatar University, Qatar
* Abdessamad Benlahbib, Sidi Mohamed Ben Abdellah University, Morocco
* Lama Alsudias, Lancaster University, UK
* Mo El-Haj, Lancaster University, UK
* Mariam Aboelezz, Birkbeck, University of London, UK
* Nadi Tomeh, University of Paris 13, France
* Nizar Habash, New York University Abu Dhabi, UAE
* Nora Al-Twairesh, King Saud University, Saudi Arabia
* Abdelkader El Mahdaoui, Mohammed VI Polytechnic University, Morocco
* Paul Rayson, Lancaster University, UK
* Scott Piao, Lancaster University, UK
* Taha Zerrouki, Ecole Nationale Supérieure d'Informatique, Algeria
* Tamer Elsayed, Qatar University, Qatar
* Violetta Cavalli-Sforza, Al Akhawayn University, Morocco
* Wajdi Zaghouani, Hamad Bin Khalifa University, Qatar
* Hanane El Faik, Chouaïb Doukkali University, Morocco
* Wassim El-Hajj, American University of Beirut, Lebanon
* Ashraf Boumhidi, Sidi Mohamed Ben Abdellah University, University,
Morocco
* Khadidja Merakchi, Heriot-Watt University
* Ed-Drissiya El-Allaly, University of Moulay Ismail, Morocco
* Driss Aboulhoucine, EMRO, WHO
* El Habib Nfaoui, Sidi Mohamed Ben Abdellah University, Morocco
* Salima Lamsiyah, University of Luxembourg, Luxembourg
* Khaled Shaalan, The British University in Dubai, UAE
* Ismail Berrada, Mohammed VI Polytechnic University, Morocco
* Maram Alharbi, Lancaster University, UK
* Hatim Derrouz, Ibn Tofail University, Morocco
* Nouran Khallaf, Leeds University, UK
* Hamza Alami, Sidi Mohamed Ben Abdellah University, Morocco
* Mustafa Jarrar, Birzeit University, Palestine
* Hanane Grissette, Cadi Ayyad University, Morocco
-------------------------
**
*The Research Training Group 2853 “Neuroexplicit Models of Language,
Vision, and Action” is looking for*
*
Twelve PhD Students - Fall 2025
Neuroexplicit models combine neural and human-interpretable (“explicit”)
models in order to overcome the limitations that each model class has
separately. They include neurosymbolic models, which combine neural and
symbolic models, but also e.g. combinations of neural and physics-based
models. In the RTG, we will improve the state of the art in natural
language processing (“Language”), computer vision (“Vision”), and
planning and reinforcement learning (“Action”). We also develop novel
machine learning techniques for neuroexplicit models (“Foundations”).
Our overarching aim is to contribute to a better understanding of the
cross-cutting design principles of effective neuroexplicit models
through interdisciplinary collaboration.
The RTG is scheduled to grow to a total of 24 PhD students by 2025. An
excellent and international group of twelve PhD students and one postdoc
have already joined the RTG. Through the inclusion of ~20 associated PhD
students and postdocs funded from other sources, it will be one of the
largest research centers on neuroexplicit or neurosymbolic models in the
world.
The RTG brings together researchers at Saarland University, the Max
Planck Institute for Informatics, the Max Planck Institute for Software
Systems, the CISPA Helmholtz Center for Information Security, and the
German Research Center for Artificial Intelligence (DFKI). All of these
institutions are collocated on the same campus in Saarbrücken, Germany.
The positions will be funded for four yearsat the TV-L E13 100% pay
scale. They are intended to start in September 2025, but could start a
little earlier or later depending on the student’s availability. You
should have or be about to complete an MSc degree in computer science or
a related field and have demonstrated expertise in one of the research
areas of the RTG, e.g. through an excellent Master’s thesis or relevant
publications.
The RTG is part of the Saarland Informatics Campus, one of the leading
centers for researchin computer science, artificial intelligence, and
natural language processing in Europe. The Saarland Informatics Campus
brings together 900 researchers and 2500 students from 81 countries. The
CISPA Helmholtz Center, located on the same campus, is home to an
additional 350 researchers and on track to grow to 800 by 2026.
Researchers at SIC and CISPA are part of the ELLIS network and have been
awarded more than 40 ERC grants.
Each PhD student in the RTG will be jointly supervised by two PhD
advisorsfrom the list of Principal Investigators below. Each student
will freely define their own research topic; we encourage the choice of
topics that cross the traditional boundaries of research fields.
Students may be affiliated with Saarland University or with one of the
participating institutes.
Vera Demberg, Saarland University - Computational Linguistics
Jörg Hoffmann, Saarland University - AI Planning
Dietrich Klakow, Saarland University - Natural Language Processing
Alexander Koller, Saarland University - Computational Linguistics
Bernt Schiele, MPI for Informatics - Computer Vision, Machine Learning
Philipp Slusallek, DFKI and Saarland University - Computer Graphics,
Artificial Intelligence
Christian Theobalt, MPI for Informatics - Visual Computing, Machine Learning
Mariya Toneva, MPI for Software Systems - Computational Neuroscience,
Machine Learning
Isabel Valera, Saarland University - Machine Learning
Jilles Vreeken, CISPA - Machine Learning, Causality
Joachim Weickert, Saarland University - Mathematical Data Analysis
Verena Wolf, DFKI and Saarland University - Modeling and Simulation,
Reinforcement Learning
Ellie Pavlick, Brown University and Google AI, will join us regularly as
a Mercator Fellow.
Please send your application by 26 November 2024to
apply(a)neuroexplicit.org <mailto:apply@neuroexplicit.org>and include the
reference number W2543. We aim to conduct job interviews in January 2025.
For more details on the position, including what materials to submit
with your application, please see our website:
https://www.neuroexplicit.org/jobs/
<https://www.neuroexplicit.org/jobs/#phd-2023>
*
Dear all,
Our Chair of Multilingual Computational Linguistics is offering a
position for an Akademischer Rat (research assistant) for 3 years with
the possibility of extension by 3 more years. We look for a candidate
who can teach topics in Multilingual Computational Linguistics with an
open focus on any topic related to multilingual computational approaches
to linguistic typology, historical linguistics, or psycholinguistics.
Deadline for application is November 20, more information can be found here:
https://www.uni-passau.de/fileadmin/dokumente/beschaeftigte/Stellenangebote…
Sincerely,
Mattis List
--
Prof. Dr. Johann-Mattis List
Chair of Multilingual Computational Linguistics
University of Passau
Dr.-Hans-Kapfinger-Str. 16
04032 Passau
Germany
Chair Website: https://phil.uni-passau.de/multilinguale-computerlinguistik/
Personal Website: https://lingulist.de
Telephone: +49(0)851/509-3480
** Apologies for cross-postings **
==============
Call for Papers @ Fifth Conference on Language, Data and Knowledge (LDK
2025)
Dates: 9-12 September 2025
Location: Naples, Italy
Website: http://2025.ldk-conf.org
Twitter/X: https://x.com/LDKconference
Submission Deadline: 06/03/2025
Submission page: https://openreview.net/group?id=LDK/2025/Conference
==============
We invite submissions to the fifth biennial conference on Language, Data
and Knowledge (LDK 2025) to be held in Naples, Italy in September 2025.
This conference aims to bring together researchers from across different
disciplines concerned with the acquisition, treatment, curation and the
use of language data in the context of data science and knowledge-based
applications. This edition builds upon the success of the inaugural
event held in Galway, Ireland in 2017, the second LDK in Leipzig,
Germany in 2019, the third LDK in Zaragoza, Spain in 2021, and the
fourth LDK in Vienna, Austria in 2023.
Paper Submission
We welcome submissions of relevance to the topics listed below.
Submissions can be in the form of:
Long papers: 9–12 pages;
Short papers: 4–6 pages.
All submission lengths are given including references. Accepted
submissions will be published in an open-access conference proceedings
volume and indexed in ACL anthology and DBLP, free of charge for
authors. The ACL templates should therefore be used for all conference
submissions.
As the reviewing process is single-blind, submissions should not be
anonymised. Papers should be submitted via OpenReview at the following
address:
https://openreview.net/group?id=LDK/2025/Conference
All papers must represent original work. When submitted, the submission
must not have been previously published*, and the material in it must
not have been/be submitted for review at another journal or conference
while under review at LDK 2025.
*This excludes papers on preprint archives, such as arXiv, which we do
not consider to have been previously published.
The conference will be hybrid (face-to-face and remote). Note that at
least one author of each accepted paper must register to present the
paper at the conference (either remotely or on-site).
Topics
Relevant topics for the conference include, but are not limited to, the
following fields:
Language Data
>Language data construction and acquisition
>Language data annotation
>FAIR data practices for language data
>Language data portals and metadata about language data
>Organisational and infrastructural management of language data
>Multilingual, multimedia and multimodal language data
>Evaluation, provenance and quality of language data
>Visualisation of language data
>Standards and interoperability of language data
>Legal aspects of publishing language data
>Under-resourced languages
>e-Lexicography
>Semantic processing
Knowledge Graphs
>Linguistic Linked Data and the multilingual Semantic Web
>Ontologies, terminologies, wordnets, framenets and related resources
>Information and knowledge extraction (taxonomy extraction, ontology
>learning)
>Data, information and knowledge integration across languages
>(Cross-lingual) ontology alignment
>Entity linking and relatedness
>Linked data profiling
>Knowledge representation and reasoning
>Knowledge graphs for corpora processing and analysis
>Neuro Symbolic Artificial Intelligence
Methods and Applications for Language, Data and Knowledge
>Question answering and semantic search
>Text analytics on big data
>NLP for language documentation and preservation
>Speech recognition and synthesis
>Spoken language processing
>Semantic content management
>Computer-aided language learning
>Natural language interfaces to big data
>Knowledge-based NLP
>Deep learning and machine learning for and on LLOD
>Language Models and Foundation Models (Language and Multimodal Models).
>Generative Artificial Intelligence and Language, Data, Knowledge Graphs
>Use Cases in Language, Data and Knowledge
>
Contributions are welcome where the topics above - and others within the
scope of Language, Data and Knowledge - are applied to domain-specific
use cases, including but not limited to: social sciences and humanities,
legal, life sciences, FinTech, cybersecurity.
Organising Committee
Conference Chairs:
Jorge Gracia, University of Zaragoza, Spain
Dagmar Gromann, University of Vienna, Austria
Program Chairs:
Mehwish Alam, Telecom Paris, Institut Polytechnique de Paris, France
Andon Tchechmedjiev, Institut Mines Telecom | EuroMov Digital Health in
Motion
Workshop and Tutorial Chairs:
Katerina Gkirtzou, ILSP/Athena Research Center, Greece
Slavko Zitnik, University of Ljubljana, Slovenia
Local Organisers:
Maria Pia Buono - University of Naples “L’Orientale”, Italy
Johanna Monti - University of Naples “L’Orientale”, Italy
Important Dates:
Paper submission deadline: 6th March, 2025
Acceptance/Rejection Notification: 8th May, 2025
Pre/Post Conference events: 9 to 12 September, 2025
Main conference: 10-11 September, 2025
All deadlines are 23:59 AoE (anywhere on Earth)
Dear All,
We're pleased to announce an extension for the special issue of Language and Law / Linguagem e Direito on "Language, Law and Rights: Balancing AI Driven Technology and Equity." Due to demand, the new deadline for submissions is November 15th, 2024.
For this special issue, we particularly welcome both theoretical and empirical contributions that challenge prominent understandings, from a language, law and rights perspective, on:
* relationships and tensions between language, law, rights, and technology;
* linguistic imperialism via technology;
* emerging digital divides and other social issues;
* co-designing technology with diverse communities;
* assistive technology for language access;
* accessibility considerations for language rights;
* best practice to balance innovation and equity by maintaining a dialogue with technology developers, communities, researchers and policymakers;
* best practice for promoting linguistic equality and equity through regulations and policy.
Keywords: Language, technology, human-machine interaction, minorities, human-centricity, law, rights, justice, equity
Themes:
* Co-creation between humans; co-creation with AI-driven technology (co-AI)
* Non-converging goals (e. g. efficiency vs. customization, bias vs. fairness, short-term gains vs. long-term sustainability, commercial Interests vs. social good, power dynamics and control vs. individual choices)
* Quality of life, law, regulation and ethics
* Linguistic justice
* Cultural issues
* Sociological issues of language rights in relation to technology, its development, and deployment
* Accessibility - access to services (public services and otherwise)
* Language rights and language policy and planning
* Glottopolitics and computer-assisted communication
* Language rights and multilingual administrations
* Minoritised languages and human geography
* Technology-mediated communication in multilingual democracies
* Participation of linguistic minority groups through remote interpreting
* Minoritised/indigenous language media and social media
* AI and data mining in under-resourced languages
* Agency issues in human-machine interaction and language rights Language rights and international law (normative frameworks)
* Linguistic Human Rights as individual and collective rights to choose the language/s for communication
* Language Rights of vulnerable witnesses
* Psychosocial factors in using linguistic varieties in public services
* Human-Centred augmented translation
* Machine translation, post-editing tools and minority languages
Length: ≃ 7000-8000 words [Guidelines available here<https://drive.google.com/file/d/1_9rd9r4XmgSY2twXSVab-ZQWFDjmevy8/view?usp=…>]
Book reviews: Suggest books published recently to be reviewed for the special issue.
Important Dates for Vol. 12(1), 2025 (June, 2025):
Full article submission: November 15, 2024
For more information please follow the link: https://ojs.letras.up.pt/index.php/LLLD/announcement/view/158
For further information please contact: Angela Soltan <angela<mailto:angela@soltan.md>@soltan.md<mailto:angela@soltan.md>>. Or one of the other guest editors: Rebekah Rousi <rebekah.rousi(a)uwasa.fi<mailto:rebekah.rousi@uwasa.fi>>, Lucia Ruiz Rosendo <Lucia.Ruiz(a)unige.ch<mailto:Lucia.Ruiz@unige.ch>>
On behalf of the editorial team, Angela Soltan
Rui Sousa Silva
Faculdade de Letras, Universidade do Porto | Faculty of Arts and Humanities, University of Porto
www.linguisticaforense.pt | https://s.up.pt/qjur | http://tinyurl.com/37w2ec6x
Publicação mais recente / Latest publication: Cyber Hate Speech Detection and Analysis: An Evidence-Based Forensic Linguistics Approach<https://doi.org/10.1007/978-3-031-51248-3_8>
AVISO DE CONFIDENCIALIDADE: Esta mensagem e os seus anexos são confidenciais e dirigidos unicamente aos destinatários da mesma. Se não for o destinatário, solicito que não faça qualquer uso do seu conteúdo e proceda à sua eliminação, notificando-me do sucedido. Obrigado.
//
CONFIDENTIALITY WARNING: This message and its attachments are confidential and exclusively addressed to the recipients above. Should you not be one of the recipients, I kindly ask you not to make use of its contents and delete the message and its attachments. Please reply to this e-mail to warn me about this incident. Thank you.