paper-with-me

Papers

Cross-lingual Transfer Learning and Multitask Learning for Capturing Multiword Expressions

2019-08-01 · WS 2019 8 · Shiva Taslimipoor, Omid Rohanian, Le An Ha

Recent developments in deep learning have prompted a surge of interest in the application of multitask and transfer learning to NLP problems. In this study, we explore for the first time, the application of transfer learning (TRL) and multitask learning (MTL) to the identification of Multiword Expressions (MWEs). For MTL, we exploit the shared syntactic information between MWE and dependency parsing models to jointly train a single model on both tasks. We specifically predict two types of labels: MWE and dependency parse. Our neural MTL architecture utilises the supervision of dependency parsing in lower layers and predicts MWE tags in upper layers. In the TRL scenario, we overcome the scarcity of data by learning a model on a larger MWE dataset and transferring the knowledge to a resource-poor setting in another language. In both scenarios, the resulting models achieved higher performance compared to standard neural approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferDependency ParsingTransfer Learning

Similar Papers 제목 키워드 기반

A Curious Class of Adpositional Multiword Expressions in Korean

2026-02-17 · Junghyun Min, Na-Rae Han, Jena D. Hwang, Nathan Schneider arxiv

Multiword expressions (MWEs) have been widely studied in cross-lingual annotation frameworks such as PARSEME. However, Korean MWEs remain underrepresented in these efforts. In particular, Korean multiword adpositions lac…

MTLB-STRUCT @PARSEME 2020: Capturing Unseen Multiword Expressions Using Multi-task Learning and Pre-trained Masked Language Models

2020-11-04 · COLING (MWE) 2020 12 · Shiva Taslimipoor, Sara Bahaadini, Ekaterina Kochmar

This paper describes a semi-supervised system that jointly learns verbal multiword expressions (VMWEs) and dependency parse trees as an auxiliary task. The model benefits from pre-trained multilingual BERT. BERT hidden l…

Multi-Task Learning

Multitask Learning for Cross-Lingual Transfer of Broad-coverage Semantic Dependencies

2020-11-01 · EMNLP 2020 11 · Maryam Aminian, Mohammad Sadegh Rasooli, Mona Diab

We describe a method for developing broad-coverage semantic dependency parsers for languages for which no semantically annotated resource is available. We leverage a multitask learning framework coupled with annotation p…

Cross-Lingual Transfer

Romanian Multiword Expression Detection Using Multilingual Adversarial Training and Lateral Inhibition

2023-04-22 · Andrei-Marius Avram, Verginica Barbu Mititelu, Dumitru-Clementin Cercel

Multiword expressions are a key ingredient for developing large-scale and linguistically sound natural language processing technology. This paper describes our improvements in automatically identifying Romanian multiword…

P-MMEval: A Parallel Multilingual Multitask Benchmark for Consistent Evaluation of LLMs

2024-11-14 · Yidan Zhang, Yu Wan, Boyi Deng, Baosong Yang 외

Recent advancements in large language models (LLMs) showcase varied multilingual capabilities across tasks like translation, code generation, and reasoning. Previous assessments often limited their scope to fundamental n…

Code GenerationTransfer Learning