paper-with-me

Papers

Low Resource Multi-Task Sequence Tagging -- Revisiting Dynamic Conditional Random Fields

2020-05-01 · Jonas Pfeiffer, Edwin Simpson, Iryna Gurevych

We compare different models for low resource multi-task sequence tagging that leverage dependencies between label sequences for different tasks. Our analysis is aimed at datasets where each example has labels for multiple tasks. Current approaches use either a separate model for each task or standard multi-task learning to learn shared feature representations. However, these approaches ignore correlations between label sequences, which can provide important information in settings with small training datasets. To analyze which scenarios can profit from modeling dependencies between labels in different tasks, we revisit dynamic conditional random fields (CRFs) and combine them with deep neural networks. We compare single-task, multi-task and dynamic CRF setups for three diverse datasets at both sentence and document levels in English and German low resource scenarios. We show that including silver labels from pretrained part-of-speech taggers as auxiliary tasks can improve performance on downstream tasks. We find that especially in low-resource scenarios, the explicit modeling of inter-dependencies between task predictions outperforms single-task as well as standard multi-task models.

📄 PDF Abstract BibTeX arXiv:2005.00250

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningSentence

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Zero Resource Cross-Lingual Part Of Speech Tagging

2024-01-11 · Sahil Chopra

Part of speech tagging in zero-resource settings can be an effective approach for low-resource languages when no labeled training data is available. Existing systems use two main techniques for POS tagging i.e. pretraine…

Part-Of-Speech TaggingPOSPOS TaggingTransfer Learning

Resource Mention Extraction for MOOC Discussion Forums

2018-11-21 · Ya-Hui An, Liangming Pan, Min-Yen Kan, Qiang Dong 외

In discussions hosted on discussion forums for MOOCs, references to online learning resources are often of central importance. They contextualize the discussion, anchoring the discussion participants' presentation of the…

Diversity

Estimating the influence of auxiliary tasks for multi-task learning of sequence tagging tasks

2020-07-01 · ACL 2020 6 · Fynn Schr{\"o}der, Chris Biemann

Multi-task learning (MTL) and transfer learning (TL) are techniques to overcome the issue of data scarcity when training state-of-the-art neural networks. However, finding beneficial auxiliary datasets for MTL or TL is a…

Multi-Task LearningTransfer Learning

Low Resource Sequence Tagging using Sentence Reconstruction

2020-07-01 · ACL 2020 6 · Tal Perl, Sriram Chaudhury, Raja Giryes

This work revisits the task of training sequence tagging models with limited resources using transfer learning. We investigate several proposed approaches introduced in recent works and suggest a new loss that relies on …

NERPOSSentenceTransfer Learning

Revisiting Supertagging and Parsing: How to Use Supertags in Transition-Based Parsing

2016-06-01 · WS 2016 6 · Wonchang Chung, Suhas Siddhesh Mhatre, Alexis Nasr, Owen Rambow 외
Word Embeddings