# Multi-Task Networks With Universe, Group, and Task Feature Learning

**Authors:** Shiva Pentyala, Mengwen Liu, Markus Dreyer

arXiv: 1907.01791 · 2019-07-04

## TL;DR

This paper introduces multi-task learning methods that leverage natural groupings of related tasks using neural networks, improving performance on language understanding tasks by encoding task, group, and universe-level features.

## Contribution

It proposes two neural network architectures for multi-task learning that incorporate task groupings and hierarchical feature learning, a novel approach in the field.

## Key findings

- Improved performance on NLU tasks like ATIS and Snips
- Effective encoding of task groupings enhances learning
- Hierarchical feature learning benefits multi-task models

## Abstract

We present methods for multi-task learning that take advantage of natural groupings of related tasks. Task groups may be defined along known properties of the tasks, such as task domain or language. Such task groups represent supervised information at the inter-task level and can be encoded into the model. We investigate two variants of neural network architectures that accomplish this, learning different feature spaces at the levels of individual tasks, task groups, as well as the universe of all tasks: (1) parallel architectures encode each input simultaneously into feature spaces at different levels; (2) serial architectures encode each input successively into feature spaces at different levels in the task hierarchy. We demonstrate the methods on natural language understanding (NLU) tasks, where a grouping of tasks into different task domains leads to improved performance on ATIS, Snips, and a large inhouse dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.01791/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01791/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1907.01791/full.md

---
Source: https://tomesphere.com/paper/1907.01791