Conférences  >  Informatique  >  Traitement automatique des langues, Linguistique informatique

Sélecionner un pays
TOUS LES PAYS (15)
1
LearnAut 2024 — 5th workshop on Learning & Automata
07 jul 2024 • Tallinn , Estonie
Résumé:
Grammatical Inference (GI) studies machine learning algorithms for various language related models such as automata and grammars. Historically, these models are used, for instance, to understand natural language and to do computational linguistics. At the same time, these kind of models are also a major research topic within the ICALP community. These models are central in understanding recursive computations and their expressive power and complexity. In recent years we have seen some important results starting to bridge the gap between both worlds, including applications of learning to formal verification and model checking, (co-)algebraic formulations of automata and grammar learning algorithms and theoretical foundations of learning. The aim of this workshop is to bring together experts on language theory that could benefit from grammatical inference tools, and researchers in grammatical inference who could find new insights for their methods in theoretical computer science.
Identifiant de l'évènement:
1617450
2
ICCLL 2024 — 2024 The 10th International Conference on Culture, Languages and Literature
07 aou 2024 - 09 aou 2024 • Berlin, Allemagne
Organisateur:
International Economics Development and Research Center
Résumé:
Welcome to The 10th International Conference on Culture, Languages and Literature (ICCLL 2024), which will be held in Berlin, Germany during August 7-9, 2024.
Contact:
Email.: geoff@iedrc.net
Sujets:
Cultural Studies; Language Studies; Literary Studies; Interdisciplinary Approaches;
Identifiant de l'évènement:
1600053
3
Dagstuhl Perspectives Workshop — Conversational Agents: A Framework for Evaluation (CAFE) .
25 aou 2024 - 30 aou 2024 • Schloss Dagstuhl, Wadern, Allemagne
Organisateur:
Schloss Dagstuhl - Leibniz-Zentrum für Informatik
Résumé:
Conversational Agents (CA) as frontends to Information Retrieval (IR) and Recommender Systems (RS) become more popular in everyday life, with a wider range of users and usages. The latest developments in Large Language Models (LLMs) will have tremendous consequences, especially for the workplace and education. In this Dagstuhl Perspectives Workshop, we want to focus on the evaluation of these conversational systems, as appropriate methods are still missing. The quality of these systems is limited in terms of personalization, veracity and correctness, bias, transparency, trustworthiness, and understandability. Thus, evaluation methods must address these shortcomings. Furthermore, user- and usage-oriented aspects should become a more prominent and integral component in evaluations, as the user population as well as the tasks these systems are used for become more heterogeneous. For this reason, the topic-centric view of relevance has to be extended to a broad range of facets which are important for the different usage scenarios. Therefore, suitable evaluation criteria have to be specified, which form the basis for defining appropriate measures. Most importantly, the range of evaluation methods must be revisited and extended, as popular methods like the Cranfield approach or crowdsourcing must be complemented by new evaluation methods and strategies specifically tailored to this new type of system.
Identifiant de l'évènement:
1589511
4
PLM7 — Seventh Philosophy of Language and Mind Network Conference
26 aou 2024 - 28 aou 2024 • Prague, République tchèque
Organisateur:
PLM7 is organized by the Institute of Philosophy of the Czech Academy of Sciences.
Résumé:
PLM is a European network of centers devoted to the Philosophy of Language and Mind. PLM was founded in 2010 and organizes international conferences, workshop and master classes taught by leading experts in the field.
Identifiant de l'évènement:
1617593
Sujets apparentés:
5
CLIB 2024 — 6th International Conference on Computational Linguistics in Bulgaria
09 sep 2024 - 10 sep 2024 • Sofia, Bulgarie
Résumé:
CLIB is an international conference that aims at exploring novel approaches and methods in computational linguistics and natural language processing (NLP) especially with a view to their application to small and less-resourced languages such as Bulgarian, and the bridging of the discrepancies between big and small languages with respect to language technologies. The Conference is dedicated to fostering the NLP community and furthering the cooperation between Bulgarian and foreign researchers and teams around the world through sharing high-quality scientific results in all areas of computational linguistics and NLP.
Identifiant de l'évènement:
1617669
6
COMMA 2024 — 10th International Conference on Computational Models of Argument
18 sep 2024 - 20 sep 2024 • Hagen, Allemagne
Résumé:
The aim of the COMMA conference is to bring together researchers interested in computational models of argument and the representation of argumentation structures in natural language texts, including the problem of automatically discovering argumentation in text or speech. In addition to the main conference track, there will be thematically-focused workshops, system demonstrations, and a summer school with courses on current topics of argumentation.
Identifiant de l'évènement:
1617664
7
ACLing2024 — Sixth International Conference on AI in Computational Linguistics
21 sep 2024 - 22 sep 2024 • Dubai, Émirats arabes unis
Organisateur:
The British University in Dubai
Résumé:
With the recent advances in the field of Computational Linguistics (CL) brought on by rapid developments in neural models, the goal of this conference is to focus on the application of AI/ML in NLP and CL. The ACLing 2024 aims to bring together leading academicians, scientists, researchers and practitioners from all over the world to exchange new ideas and the latest results in Computational Linguistics and NLP; a field that has become increasingly important. The scope of the conference encompasses the theory and practice of all aspects of AI/ML in Computational Linguistics. The British University in Dubai has been chosen to organize the ACLing2024 conference because it has a mission for establishing itself as a provider of world class scholarship, education and research.
Contact:
Conference Chair;     Email.: ACLing2024@gmail.com
Sujets:
Artificial Intelligence, AI, Computational Linguistics, Natural Language Processing, NLP, machine learning
Identifiant de l'évènement:
1615397
8
UIST '24 — The 37th Annual ACM Symposium on User Interface Software and Technology
13 oct 2024 - 16 oct 2024 • Pittsburgh , PA, États-Unis
Organisateur:
Association for Computing Machinery (ACM)
Résumé:
UIST (ACM Symposium on User Interface Software and Technology) is the premier forum for innovations in the software and technology of human-computer interfaces. Sponsored by ACM's special interest groups on computer-human interaction (SIGCHI) and computer graphics (SIGGRAPH), UIST brings together researchers and practitioners from diverse areas that include traditional graphical & web user interfaces, tangible & ubiquitous computing, virtual & augmented reality, multimedia, new input & output devices, and CSCW. The intimate size, the single track, and comfortable surroundings make this symposium an ideal opportunity to exchange research results and implementation experiences.
Identifiant de l'évènement:
1605584
9
Dagstuhl-Seminar — Automated Programming and Program Repair
20 oct 2024 - 25 oct 2024 • Schloss Dagstuhl, Wadern, Allemagne
Organisateur:
Schloss Dagstuhl - Leibniz-Zentrum für Informatik
Résumé:
Automated programming refers to techniques that suggest newly written code, e.g., in the form of code completion tools. Techniques for automated programming include large language models that predict code based on natural language specifications of the intended behavior. The recent development of technologies like Codex and ChatGPT have made us examine the possibility of automated programming in the future. Automated program repair refers to a suite of techniques for automated rectification of errors or vulnerabilities in programs. Automated program repair technologies were originally developed for reducing the debugging effort for manually written code. However, interestingly these techniques can be adapted to improve automatically generated code. This Dagstuhl Seminar will explore the intersection of these two fields.
Identifiant de l'évènement:
1589508
10
TREC 2024 — The Text Retrieval Conference
18 nov 2024 - 22 nov 2024 • Gaithersburg, MD, États-Unis
Organisateur:
The TREC Conference series is co-sponsored by the NIST Information Technology Laboratory's (ITL) Retrieval Group of the Information Access Division (IAD)
Résumé:
The Text Retrieval Conference (TREC) workshop series encourages research in information retrieval and related applications by providing a large test collection, uniform scoring procedures, and a forum for organizations interested in comparing their results.
Identifiant de l'évènement:
1621692
11
Dagstuhl Research Meeting — Workshop of the ELLIS Natural Language Processing Program
24 nov 2024 - 27 nov 2024 • Schloss Dagstuhl, Wadern, Allemagne
Organisateur:
Schloss Dagstuhl - Leibniz-Zentrum für Informatik
Résumé:
Natural language processing (NLP) is transforming the way humans communicate with each other and with machines, with applications in multi-document summarization, machine translation, question answering, fact checking, decision support in health domains, or any applications which require making decisions that involve complex reasoning or entail combining different modalities (e.g., vision and text). The goal of the workshop, as well as of the entire program, is to facilitate collaboration among NLP researchers and to encourage closer interactions between the NLP and Machine Learning communities.
Identifiant de l'évènement:
1589425
12
NLPIR 2024 — 2024 8th International Conference on Natural Language Processing and Information Retrieval
13 dec 2024 - 15 dec 2024 • Okayama, Japon
Organisateur:
Asia Society of Researchers
Résumé:
2024 8th International Conference on Natural Language Processing and Information Retrieval (NLPIR 2024) will bring together researchers, which devoted their work to progress in the above described timely tasks. It will be held in Okayama, Japan during December 13-15, 2024.
Contact:
Email.: adam@asr.org
Sujets:
Automated knowledge aquisition and representation; Natural language understanding; Topic recognition and topic tracking, subject indexing; Event and anomaly detection - Sentiment analysis;
Identifiant de l'évènement:
1599866
13
Dagstuhl-Seminar — Towards a Multidisciplinary Vision for Culturally Inclusive Generative AI
06 jan 2025 - 09 jan 2025 • Schloss Dagstuhl – Wadern, Allemagne
Organisateur:
Schloss Dagstuhl - Leibniz-Zentrum für Informatik GmbH
Résumé:
Generative AI systems are rapidly being integrated into global systems of cultural communication, consumption, and production. As these technologies shape our cultures, we urgently need conceptual foundations for investigating the cultural inclusivity of generative AI pipelines (from data collection, to model development and deployment, to evaluation), as well as methods to study the varying societal and cultural impacts of generative AI. This Dagstuhl Seminar wants to bring together scholars and practitioners from computer science, social sciences, the tech industry, and creative industries to discuss the cultural implications of generative AI and find paths toward building generative AI that can be responsive to the diverse needs of individuals, groups, and societies around the world. Together, seminar participants will build shared language and frameworks for reshaping the technical and social architectures of generative AI.
Identifiant de l'évènement:
1626132
14
Dagstuhl-Seminar — Task and Situation-Aware Evaluation of Speech and Speech Synthesis
12 jan 2025 - 15 jan 2025 • Schloss Dagstuhl – Wadern, Allemagne
Organisateur:
Schloss Dagstuhl - Leibniz-Zentrum für Informatik GmbH
Résumé:
This Dagstuhl Seminar Task and Situation-Aware Evaluation of Speech and Speech Synthesis is an opportunity to help redefine the metrics and methods traditionally used to evaluate speech synthesis and human speech as they are used across disciplines, tasks, and applications. The seminar is designed as a collaborative platform where experts from engineering, the humanities, social sciences, and more come together to challenge the status quo and drive innovation. Through the combination of perspectives and the bridging of gaps between scientific disciplines we hope to uncover and develop evaluation techniques that are not only scientifically rigorous but also contextually relevant to the diverse uses of speech technology today. We seek the collective expertise of participants from diverse areas of science and technology – ranging from phonetics to machine learning, from rhetorical analysis to practical applications in assistive technologies. This interdisciplinary approach is essential for crafting evaluation standards that are as dynamic and nuanced as the technologies and applications they aim to assess. To this end, we encourage you to share, debate, and refine ideas, methods, and tools that can contribute to a transformative discussion on the evaluation of speech synthesis.
Identifiant de l'évènement:
1626153
15
ICNLP 2025 — 2025 7th International Conference on Natural Language Processing
21 mar 2025 - 23 mar 2025 • Guangzhou, Chine
Organisateur:
International Academy of Computing Technology, sponsored by Guangdong University of Finance and Economics, and supported by Xi'an University of Posts and Telecommunications
Résumé:
2025 7th International Conference on Natural Language Processing (ICNLP 2025) will take place in Guangzhou, China during March 21-23, 2025. This event is mainly sponsored by Guangdong University of Finance and Economics, and supported by Xi'an University of Posts and Telecommunications, etc.
Contact:
Email.: Dunn@iact.net
Sujets:
Language Analysis and Representation; Phonetics, Phonology, and Morphology; Language Processing Models and Techniques; Language Resources and Tools; Information Extraction and Retrieval;
Identifiant de l'évènement:
1624288


Conference-Service.com met à la disposition de ses visiteurs des listes de conférences et réunions dans le domaine scientifique. Ces listes sont publiées pour le bénéfice des personnes qui cherchent une conférence, mais aussi, bien sûr, pour celui des organisateurs. Noter que, malgré tout le soin que nous apportons à la vérification des données entrées dans nos listes, nous ne pouvons accepter de responsabilité en ce qui concerne leur exactitude ou étendue. Pensez donc à vérifier les informations présentées avec les organisateurs de la conférence ou de la réunion avant de vous engager à y participer!

Y'a pas de suivi | Y'a pas de pop-ups | Y'a pas d'animations
Dernière mise à jour: 27 juin 2024