paper-with-me

Papers

Exploring Shared Structures and Hierarchies for Multiple NLP Tasks

2018-08-23 · Junkun Chen, Kaiyu Chen, Xinchi Chen, Xipeng Qiu, Xuanjing Huang

Designing shared neural architecture plays an important role in multi-task learning. The challenge is that finding an optimal sharing scheme heavily relies on the expert knowledge and is not scalable to a large number of diverse tasks. Inspired by the promising work of neural architecture search (NAS), we apply reinforcement learning to automatically find possible shared architecture for multi-task learning. Specifically, we use a controller to select from a set of shareable modules and assemble a task-specific architecture, and repeat the same procedure for other tasks. The controller is trained with reinforcement learning to maximize the expected accuracies for all tasks. We conduct extensive experiments on two types of tasks, text classification and sequence labeling, which demonstrate the benefits of our approach.

📄 PDF Abstract BibTeX arXiv:1808.07658

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationMulti-Task LearningNeural Architecture Searchreinforcement-learningReinforcement LearningReinforcement Learning (RL)text-classificationText Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

StructRe: Rewriting for Structured Shape Modeling

2023-11-29 · Jiepeng Wang, Hao Pan, Yang Liu, Xin Tong 외

Man-made 3D shapes are naturally organized in parts and hierarchies; such structures provide important constraints for shape reconstruction and generation. Modeling shape structures is difficult, because there can be mul…

Object

Hyperbolic Interaction Model For Hierarchical Multi-Label Classification

2019-05-26 · Boli Chen, Xin Huang, Lin Xiao, Zixin Cai 외

Different from the traditional classification tasks which assume mutual exclusion of labels, hierarchical multi-label classification (HMLC) aims to assign multiple labels to every instance with the labels organized under…

ClassificationGeneral ClassificationHierarchical Multi-label Classificationmodel+2

Extracting Hierarchies of Search Tasks & Subtasks via a Bayesian Nonparametric Approach

2017-06-06 · Rishabh Mehrotra, Emine Yilmaz

A significant amount of search queries originate from some real world information need or tasks. In order to improve the search experience of the end users, it is important to have accurate representations of tasks. As a…

Complete Conditional Type Structures

2023-05-15 · Nicodemo De Vito

Hierarchies of conditional beliefs (Battigalli and Siniscalchi 1999) play a central role for the epistemic analysis of solution concepts in sequential games. They are modelled by type structures, which allow the analyst …

Meta Learning Shared Hierarchies

2017-10-26 · ICLR 2018 1 · Kevin Frans, Jonathan Ho, Xi Chen, Pieter Abbeel 외

We develop a metalearning approach for learning hierarchically structured policies, improving sample efficiency on unseen tasks through the use of shared primitives---policies that are executed for large numbers of times…

Meta-LearningReinforcement Learning