LGMLSep 16, 2017

Deep Automated Multi-task Learning

arXiv:1709.05554v21088 citations
AI Analysis

This work addresses the challenge of enhancing multi-task learning efficiency and effectiveness for NLP applications, particularly on small and colloquial datasets, though it is incremental in nature.

The paper tackles the problem of improving primary task performance in multi-task learning by introducing automated secondary tasks that exploit input data sequentiality, resulting in improved convergence speed and accuracy for tasks like topic prediction, sentiment analysis, and hashtag recommendation.

Multi-task learning (MTL) has recently contributed to learning better representations in service of various NLP tasks. MTL aims at improving the performance of a primary task, by jointly training on a secondary task. This paper introduces automated tasks, which exploit the sequential nature of the input data, as secondary tasks in an MTL model. We explore next word prediction, next character prediction, and missing word completion as potential automated tasks. Our results show that training on a primary task in parallel with a secondary automated task improves both the convergence speed and accuracy for the primary task. We suggest two methods for augmenting an existing network with automated tasks and establish better performance in topic prediction, sentiment analysis, and hashtag recommendation. Finally, we show that the MTL models can perform well on datasets that are small and colloquial by nature.

Foundations

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

Your Notes