LGApr 25, 2014

Multitask Learning for Sequence Labeling Tasks

arXiv:1404.6580v22 citations
AI Analysis

This addresses multitask learning for sequence labeling, which is incremental as it builds on existing methods with parameter sharing.

The paper tackles the problem of sequence labeling tasks where each example has multiple label sequences by learning multiple task-specific models simultaneously with explicit parameter sharing, and shows that the method significantly outperforms the state-of-the-art in experiments on two applications.

In this paper, we present a learning method for sequence labeling tasks in which each example sequence has multiple label sequences. Our method learns multiple models, one model for each label sequence. Each model computes the joint probability of all label sequences given the example sequence. Although each model considers all label sequences, its primary focus is only one label sequence, and therefore, each model becomes a task-specific model, for the task belonging to that primary label. Such multiple models are learned {\it simultaneously} by facilitating the learning transfer among models through {\it explicit parameter sharing}. We experiment the proposed method on two applications and show that our method significantly outperforms the state-of-the-art method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes