paper-with-me

Papers

Bootstrapping NLU Models with Multi-task Learning

2019-11-15 · Shubham Kapoor, Caglar Tirkaz

Bootstrapping natural language understanding (NLU) systems with minimal training data is a fundamental challenge of extending digital assistants like Alexa and Siri to a new language. A common approach that is adapted in digital assistants when responding to a user query is to process the input in a pipeline manner where the first task is to predict the domain, followed by the inference of intent and slots. However, this cascaded approach instigates error propagation and prevents information sharing among these tasks. Further, the use of words as the atomic units of meaning as done in many studies might lead to coverage problems for morphologically rich languages such as German and French when data is limited. We address these issues by introducing a character-level unified neural architecture for joint modeling of the domain, intent, and slot classification. We compose word-embeddings from characters and jointly optimize all classification tasks via multi-task learning. In our results, we show that the proposed architecture is an optimal choice for bootstrapping NLU systems in low-resource settings thus saving time, cost and human effort.

📄 PDF Abstract BibTeX arXiv:1911.06673

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMulti-Task LearningNatural Language UnderstandingWord Embeddings

Similar Papers 제목 키워드 기반

CrIBo: Self-Supervised Learning via Cross-Image Object-Level Bootstrapping

2023-10-11 · Tim Lebailly, Thomas Stegmüller, Behzad Bozorgtabar, Jean-Philippe Thiran 외

Leveraging nearest neighbor retrieval for self-supervised representation learning has proven beneficial with object-centric images. However, this approach faces limitations when applied to scene-centric datasets, where m…

In-Context LearningObjectRepresentation LearningRetrieval+1

Step-On-Feet Tuning: Scaling Self-Alignment of LLMs via Bootstrapping

2024-02-12 · Haoyu Wang, Guozheng Ma, Ziqiao Meng, Zeyu Qin 외

Self-alignment is an effective way to reduce the cost of human annotation while ensuring promising model capability. However, most current methods complete the data collection and training steps in a single round, which …

In-Context Learning

Bootstrapping and Multiple Imputation Ensemble Approaches for Missing Data

2018-02-01 · Shehroz S. Khan, Amir Ahmad, Alex Mihailidis

Presence of missing values in a dataset can adversely affect the performance of a classifier. Single and Multiple Imputation are normally performed to fill in the missing values. In this paper, we present several variant…

DiversityImputationMissing Values

Bootstrapping NLP tools across low-resourced African languages: an overview and prospects

2022-10-21 · C. Maria Keet

Computing and Internet access are substantially growing markets in Southern Africa, which brings with it increasing demands for local content and tools in indigenous African languages. Since most of those languages are l…

DiversityText Generation

Bootstrap Your Own Skills: Learning to Solve New Tasks with Large Language Model Guidance

2023-10-16 · Jesse Zhang, Jiahui Zhang, Karl Pertsch, Ziyi Liu 외

We propose BOSS, an approach that automatically learns to solve new long-horizon, complex, and meaningful tasks by growing a learned skill library with minimal supervision. Prior work in reinforcement learning require ex…

Language ModelingLanguage ModellingLarge Language Model