CLLGMLFeb 15, 2018

Multinomial Adversarial Networks for Multi-Domain Text Classification

arXiv:1802.05694v11151 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of domain-dependent text classification with limited or no annotated data across multiple domains, representing an incremental improvement over existing adversarial methods.

The paper tackles the multi-domain text classification problem where training data availability varies across domains, proposing a multinomial adversarial network (MAN) that learns domain-invariant features by reducing divergence among feature distributions, and shows it significantly outperforms prior art and achieves state-of-the-art performance for domains with no labeled data.

Many text classification tasks are known to be highly domain-dependent. Unfortunately, the availability of training data can vary drastically across domains. Worse still, for some domains there may not be any annotated data at all. In this work, we propose a multinomial adversarial network (MAN) to tackle the text classification problem in this real-world multidomain setting (MDTC). We provide theoretical justifications for the MAN framework, proving that different instances of MANs are essentially minimizers of various f-divergence metrics (Ali and Silvey, 1966) among multiple probability distributions. MANs are thus a theoretically sound generalization of traditional adversarial networks that discriminate over two distributions. More specifically, for the MDTC task, MAN learns features that are invariant across multiple domains by resorting to its ability to reduce the divergence among the feature distributions of each domain. We present experimental results showing that MANs significantly outperform the prior art on the MDTC task. We also show that MANs achieve state-of-the-art performance for domains with no labeled data.

Code Implementations1 repo
Foundations

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

Your Notes