paper-with-me

홈 › Papers

A Multi-lingual Multi-task Architecture for Low-resource Sequence Labeling

2018-07-01 · ACL 2018 7 · Ying Lin, Shengqi Yang, Veselin Stoyanov, Heng Ji

We propose a multi-lingual multi-task architecture to develop supervised models with a minimal amount of labeled data for sequence labeling. In this new architecture, we combine various transfer models using two layers of parameter sharing. On the first layer, we construct the basis of the architecture to provide universal word representation and feature extraction capability for all models. On the second level, we adopt different parameter sharing strategies for different transfer schemes. This architecture proves to be particularly effective for low-resource settings, when there are less than 200 training sentences for the target task. Using Name Tagging as a target task, our approach achieved 4.3{\%}-50.5{\%} absolute F-score gains compared to the mono-lingual single-task baseline model.

📄 PDF Abstract BibTeX

Code (1)

limteng-rpi/mlmt 공식 구현 pytorch

Tasks

Abstractive Text SummarizationMachine TranslationMulti-Task LearningPart-Of-Speech TaggingText SummarizationTransfer Learning

Similar Papers 제목 키워드 기반

Cascading Adaptors to Leverage English Data to Improve Performance of Question Answering for Low-Resource Languages

2021-12-18 · ICON 2021 12 · Hariom A. Pandya, Bhavik Ardeshna, Dr. Brijesh S. Bhatt

Transformer based architectures have shown notable results on many down streaming tasks including question answering. The availability of data, on the other hand, impedes obtaining legitimate performance for low-resource…

Question AnsweringTransfer Learning

A Multi-task Approach to Learning Multilingual Representations

2018-07-01 · ACL 2018 7 · Karan Singla, Dogan Can, Shrikanth Narayanan

We present a novel multi-task modeling approach to learning multilingual distributed representations of text. Our system learns word and sentence embeddings jointly by training a multilingual skip-gram model together wit…

Cross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationSentence+3

Cross-lingual transfer of multilingual models on low resource African Languages

2024-09-17 · Harish Thangaraj, Ananya Chenat, Jaskaran Singh Walia, Vukosi Marivate

Large multilingual models have significantly advanced natural language processing (NLP) research. However, their high resource demands and potential biases from diverse data sources have raised concerns about their effec…

Cross-Lingual Transfer

Massively Multilingual ASR on 70 Languages: Tokenization, Architecture, and Generalization Capabilities

2022-11-10 · Andros Tjandra, Nayan Singhal, David Zhang, Ozlem Kalinli 외

End-to-end multilingual ASR has become more appealing because of several reasons such as simplifying the training and deployment process and positive performance transfer from high-resource to low-resource languages. How…

Align Once, Benefit Multilingually: Enforcing Multilingual Consistency for LLM Safety Alignment

2026-02-18 · Yuyan Bu, Xiaohao Liu, ZhaoXing Ren, Yaodong Yang 외 arxiv

The widespread deployment of large language models (LLMs) across linguistic communities necessitates reliable multilingual safety alignment. However, recent efforts to extend alignment to other languages often require su…