paper-with-me

홈 › Papers

Language Portability Strategies for Open-domain Dialogue with Pre-trained Language Models from High to Low Resource Languages

2024-07-01 · Ahmed Njifenjou, Virgile Sucal, Bassam Jabaian, Fabrice Lefèvre

In this paper we propose a study of linguistic portability strategies of large pre-trained language models (PLMs) used for open-domain dialogue systems in a high-resource language for this task. In particular the target low-resource language (L_T) will be simulated with French, as it lacks of task-specific resources and allows our human evaluation, when the source language (L_S) is English. For obvious reasons, recent works using such models for open-domain dialogue are mostly developed in English. Yet building specific PLMs for each possible target language supposes collecting new datasets and is costly. For this reason, trying to leverage all existing resources (PLMs and data) in both L_S and L_T , we wish to assess the performance achievable in L_T with different approaches. The first two approaches evaluate the usage of Neural Machine Translation (NMT) at different levels: TrainOnTarget where a L_S dataset is translated before fine-tuning in L_T and TestOnSource where a L_S model is coupled with NMT modules during inference. Then, the advent of BLOOM [2], the world first open-access multilingual large PLM, allow researchers to develop new approaches aiming to leverage not only the model's full accessibility but also its multilingualism and translation abilities. In this context the task is learned in L_S first and adapted to L_T using the MAD-X Adapter architecture [16]. In the two sets of experiments models are evaluated in spoken dialogue conditions with human and the strategies can be compared in terms of perceived interaction quality.

📄 PDF Abstract BibTeX arXiv:2407.01315

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
BLOOM BLOOM is a decoder-only Transformer language model that was trained on the ROOTS corpus, a dataset comprising hundreds of sources in 46 natural and 13 programming languages…

Similar Papers 제목 키워드 기반

Leveraging study of robustness and portability of spoken language understanding systems across languages and domains: the PORTMEDIA corpora

2012-05-01 · LREC 2012 5 · Fabrice Lef{\`e}vre, Djamel Mostefa, Laurent Besacier, Yannick Est{\`e}ve 외

The PORTMEDIA project is intended to develop new corpora for the evaluation of spoken language understanding systems. The newly collected data are in the field of human-machine dialogue systems for tourist information in…

Semantic CompositionSpeech RecognitionSpoken Language Understanding

Language Portability for Dialogue Systems: Translating a Question-Answering System from English into Tamil

2016-09-01 · WS 2016 9 · Satheesh Ravi, Ron artstein
Machine TranslationQuestion Answering

Towards an open-domain chatbot for language practice

2022-07-01 · NAACL (BEA) 2022 7 · Gladys Tyen, Mark Brenchley, Andrew Caines, Paula Buttery

State-of-the-art chatbots for English are now able to hold conversations on virtually any topic (e.g. Adiwardana et al., 2020; Roller et al., 2021). However, existing dialogue systems in the language learning domain stil…

ChatbotDialogue GenerationRe-Ranking

Injecting Salesperson's Dialogue Strategies in Large Language Models with Chain-of-Thought Reasoning

2024-04-29 · Wen-Yu Chang, Yun-Nung Chen

Recent research in dialogue systems and corpora has focused on two main categories: task-oriented (TOD) and open-domain (chit-chat) dialogues. TOD systems help users accomplish specific tasks, while open-domain systems a…

Multi-Dimensional Prompt Chaining to Improve Open-Domain Dialogue Generation

2026-01-03 · Livia Leong Hui Teng arxiv

Small language models (SLMs) offer significant deployment advantages but often struggle to match the dialogue quality of larger models in open-domain settings. In this paper, we propose a multi-dimensional prompt-chainin…

Dialogue Generation