paper-with-me

Papers

Multinomial Adversarial Networks for Multi-Domain Text Classification

2018-02-15 · NAACL 2018 6 · Xilun Chen, Claire Cardie

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.

📄 PDF Abstract BibTeX arXiv:1802.05694

Code (1)

ccsasuke/man 공식 구현 pytorch

Tasks

ClassificationCross-Domain Text ClassificationDomain AdaptationGeneral Classificationtext-classificationText ClassificationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Fast Maximum Likelihood Estimation and Supervised Classification for the Beta-Liouville Multinomial

2020-06-12 · Steven Michael Lakin, Zaid Abdo

The multinomial and related distributions have long been used to model categorical, count-based data in fields ranging from bioinformatics to natural language processing. Commonly utilized variants include the standard m…

ClassificationComputational EfficiencyGeneral Classificationparameter estimation

Topic Classification from Text Using Decision Tree, K-NN and Multinomial Naïve Bayes

2019-05-03 · 1st International Conference on Advances in Science, Engineering and Robotics Technology (ICASERT) 2019 5 · Md. Ataur Rahman, Yeasmin Ara Akter

One of the central motivations behind Natural Language Processing is detecting patterns. Given a text document, the task of identifying the context is known to be as topic classification. This paper explores the performa…

ClassificationTopic Classification

Contextual Multinomial Logit Bandits with General Value Functions

2024-02-12 · Mengxiao Zhang, Haipeng Luo

Contextual multinomial logit (MNL) bandits capture many real-world assortment recommendation problems such as online retailing/advertising. However, prior work has only considered (generalized) linear value functions, wh…

Computational EfficiencyMulti-Armed Bandits

Achieving Limited Adaptivity for Multinomial Logistic Bandits

2025-08-05 · Sukruta Prakash Midigeshi, Tanmay Goyal, Gaurav Sinha arxiv

Multinomial Logistic Bandits have recently attracted much attention due to their ability to model problems with multiple outcomes. In this setting, each decision is associated with many possible outcomes, modeled using a…

Computational Efficiency

A Melting Pot of Evolution and Learning

2023-06-08 · Moshe Sipper, Achiya Elyasaf, Tomer Halperin, Zvika Haramaty 외

We survey eight recent works by our group, involving the successful blending of evolutionary algorithms with machine learning and deep learning: 1. Binary and Multinomial Classification through Evolutionary Symbolic Regr…

ClassificationDeep LearningEvolutionary Algorithmsimage-classification+3