paper-with-me

Papers

Task-Oriented Dialog Systems for Dravidian Languages

2021-04-01 · EACL (DravidianLangTech) 2021 4 · Tushar Kanakagiri, Karthik Radhakrishnan

Task-oriented dialog systems help a user achieve a particular goal by parsing user requests to execute a particular action. These systems typically require copious amounts of training data to effectively understand the user intent and its corresponding slots. Acquiring large training corpora requires significant manual effort in annotation, rendering its construction infeasible for low-resource languages. In this paper, we present a two-step approach for automatically constructing task-oriented dialogue data in such languages by making use of annotated data from high resource languages. First, we use a machine translation (MT) system to translate the utterance and slot information to the target language. Second, we use token prefix matching and mBERT based semantic matching to align the slot tokens to the corresponding tokens in the utterance. We hand-curate a new test dataset in two low-resource Dravidian languages and show the significance and impact of our training dataset construction using a state-of-the-art mBERT model - achieving a Slot F1 of 81.51 (Kannada) and 78.82 (Tamil) on our test sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Methods 이 논문이 사용한 방법론

mBERT mBERT

Similar Papers 제목 키워드 기반

Findings of the Sentiment Analysis of Dravidian Languages in Code-Mixed Text

2021-11-18 · Bharathi Raja Chakravarthi, Ruba Priyadharshini, Sajeetha Thavareesan, Dhivya Chinnappa 외

We present the results of the Dravidian-CodeMix shared task held at FIRE 2021, a track on sentiment analysis for Dravidian Languages in Code-Mixed Text. We describe the task, its organization, and the submitted systems. …

Sentiment Analysis

ViWOZ: A Multi-Domain Task-Oriented Dialogue Systems Dataset For Low-resource Language

2022-03-15 · Phi Nguyen Van, Tung Cao Hoang, Dung Nguyen Manh, Quan Nguyen Minh 외

Most of the current task-oriented dialogue systems (ToD), despite having interesting results, are designed for a handful of languages like Chinese and English. Therefore, their performance in low-resource languages is st…

Task-Oriented Dialogue Systems

Developing Successful Shared Tasks on Offensive Language Identification for Dravidian Languages

2021-11-05 · Bharathi Raja Chakravarthi, Dhivya Chinnappa, Ruba Priyadharshini, Anand Kumar Madasamy 외

With the fast growth of mobile computing and Web technologies, offensive language has become more prevalent on social networking platforms. Since offensive language identification in local languages is essential to moder…

Language Identification

IIITT@DravidianLangTech-EACL2021: Transfer Learning for Offensive Language Detection in Dravidian Languages

2021-04-01 · EACL (DravidianLangTech) 2021 4 · Konthala Yasaswini, Karthik Puranik, Adeep Hande, Ruba Priyadharshini 외

This paper demonstrates our work for the shared task on Offensive Language Identification in Dravidian Languages-EACL 2021. Offensive language detection in the various social media platforms was identified previously. Bu…

DiversityLanguage IdentificationTransfer Learning

HCLD: A Hierarchical Framework for Zero-shot Cross-lingual Dialogue System

2022-10-01 · COLING 2022 10 · Zhanyu Ma, Jian Ye, Xurui Yang, Jianfeng Liu

Recently, many task-oriented dialogue systems need to serve users in different languages. However, it is time-consuming to collect enough data of each language for training. Thus, zero-shot adaptation of cross-lingual ta…

Intent DetectionSentenceslot-fillingSlot Filling+1