paper-with-me

홈 › Papers

Exploring transfer learning for Deep NLP systems on rarely annotated languages

2024-10-15 · Dipendra Yadav, Tobias Strauß, Kristina Yordanova

Natural language processing (NLP) has experienced rapid advancements with the rise of deep learning, significantly outperforming traditional rule-based methods. By capturing hidden patterns and underlying structures within data, deep learning has improved performance across various NLP tasks, overcoming the limitations of rule-based systems. However, most research and development in NLP has been concentrated on a select few languages, primarily those with large numbers of speakers or financial significance, leaving many others underexplored. This lack of research is often attributed to the scarcity of adequately annotated datasets essential for training deep learning models. Despite this challenge, there is potential in leveraging the linguistic similarities between unexplored and well-studied languages, particularly those in close geographic and linguistic proximity. This thesis investigates the application of transfer learning for Part-of-Speech (POS) tagging between Hindi and Nepali, two highly similar languages belonging to the Indo-Aryan language family. Specifically, the work explores whether joint training of a POS tagging model for both languages enhances performance. Additionally, we assess whether multitask learning in Hindi, with auxiliary tasks such as gender and singular/plural tagging, can contribute to improved POS tagging accuracy. The deep learning architecture employed is the BLSTM-CNN-CRF model, trained under different conditions: monolingual word embeddings, vector-mapped embeddings, and jointly trained Hindi-Nepali word embeddings. Varying dropout rates (0.25 to 0.5) and optimizers (ADAM and AdaDelta) are also evaluated. Results indicate that jointly trained Hindi-Nepali word embeddings improve performance across all models compared to monolingual and vector-mapped embeddings.

📄 PDF Abstract BibTeX arXiv:2410.12879

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningPart-Of-Speech TaggingPOSPOS TaggingTransfer LearningWord Embeddings

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

MLQA: Evaluating Cross-lingual Extractive Question Answering

2019-10-16 · ACL 2020 6 · Patrick Lewis, Barlas Oğuz, Ruty Rinott, Sebastian Riedel 외

Question answering (QA) models have shown rapid progress enabled by the availability of large, high-quality benchmark datasets. Such annotated datasets are difficult and costly to collect, and rarely exist in languages o…

ArticlesExtractive Question-AnsweringMachine TranslationQuestion Answering

Multilingual and Zero-Shot is Closing in on Monolingual Web Register Classification

2021-05-01 · NoDaLiDa 2021 5 · Samuel Rönnqvist, Valtteri Skantsi, Miika Oinonen, Veronika Laippala

This article studies register classification of documents from the unrestricted web, such as news articles or opinion blogs, in a multilingual setting, exploring both the benefit of training on multiple languages and the…

ArticlesCross-Lingual TransferXLM-RZero-Shot Cross-Lingual Transfer

Low-Resource Named Entity Recognition with Cross-Lingual, Character-Level Neural Conditional Random Fields

2024-04-14 · IJCNLP 2017 11 · Ryan Cotterell, Kevin Duh

Low-resource named entity recognition is still an open problem in NLP. Most state-of-the-art systems require tens of thousands of annotated sentences in order to obtain high performance. However, for most of the world's …

Low Resource Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionTransfer Learning

Multilingual Dialogue Generation with Shared-Private Memory

2019-10-06 · Chen Chen, Lisong Qiu, Zhenxin Fu, Dongyan Zhao 외

Existing dialog systems are all monolingual, where features shared among different languages are rarely explored. In this paper, we introduce a novel multilingual dialogue system. Specifically, we augment the sequence to…

Cross-Lingual TransferDialogue Generation

Cross-lingual Dependency Parsing with Unlabeled Auxiliary Languages

2019-09-20 · CONLL 2019 11 · Wasi Uddin Ahmad, Zhisong Zhang, Xuezhe Ma, Kai-Wei Chang 외

Cross-lingual transfer learning has become an important weapon to battle the unavailability of annotated resources for low-resource languages. One of the fundamental techniques to transfer across languages is learning \e…

Cross-Lingual TransferDependency ParsingTransfer LearningWord Embeddings