paper-with-me

Papers

Efficient Sequence Labeling with Actor-Critic Training

2018-09-30 · Saeed Najafi, Colin Cherry, Grzegorz Kondrak

Neural approaches to sequence labeling often use a Conditional Random Field (CRF) to model their output dependencies, while Recurrent Neural Networks (RNN) are used for the same purpose in other tasks. We set out to establish RNNs as an attractive alternative to CRFs for sequence labeling. To do so, we address one of the RNN's most prominent shortcomings, the fact that it is not exposed to its own errors with the maximum-likelihood training. We frame the prediction of the output sequence as a sequential decision-making process, where we train the network with an adjusted actor-critic algorithm (AC-RNN). We comprehensively compare this strategy with maximum-likelihood training for both RNNs and CRFs on three structured-output tasks. The proposed AC-RNN efficiently matches the performance of the CRF on NER and CCG tagging, and outperforms it on Machine Transliteration. We also show that our training strategy is significantly better than other techniques for addressing RNN's exposure bias, such as Scheduled Sampling, and Self-Critical policy training.

📄 PDF Abstract BibTeX arXiv:1810.00428

Code (1)

SaeedNajafi/ac-tagger 공식 구현 pytorch

Tasks

Decision MakingNERSequential Decision MakingTransliteration

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

ConVEx: Data-Efficient and Few-Shot Slot Labeling

2020-10-22 · NAACL 2021 4 · Matthew Henderson, Ivan Vulić

We propose ConVEx (Conversational Value Extractor), an efficient pretraining and fine-tuning neural approach for slot-labeling dialog tasks. Instead of relying on more general pretraining objectives from prior work (e.g.…

Language ModelingLanguage Modelling

Accelerating BERT Inference for Sequence Labeling via Early-Exit

2021-05-28 · ACL 2021 5 · Xiaonan Li, Yunfan Shao, Tianxiang Sun, Hang Yan 외

Both performance and efficiency are crucial factors for sequence labeling tasks in many real-world scenarios. Although the pre-trained models (PTMs) have significantly improved the performance of various sequence labelin…

Sentence

Partial sequence labeling with structured Gaussian Processes

2022-09-20 · Xiaolei Lu, Tommy W. S. Chow

Existing partial sequence labeling models mainly focus on max-margin framework which fails to provide an uncertainty estimation of the prediction. Further, the unique ground truth disambiguation strategy employed by thes…

Gaussian ProcessesModel Selection

Unsupervised Boundary-Aware Language Model Pretraining for Chinese Sequence Labeling

2022-10-27 · Peijie Jiang, Dingkun Long, Yanzhao Zhang, Pengjun Xie 외

Boundary information is critical for various Chinese language processing tasks, such as word segmentation, part-of-speech tagging, and named entity recognition. Previous studies usually resorted to the use of a high-qual…

Chinese Named Entity RecognitionChinese Word SegmentationLanguage ModelingLanguage Modelling+3

A Survey on Recent Advances in Sequence Labeling from Deep Learning Models

2020-11-13 · Zhiyong He, Zanbo Wang, Wei Wei, Shanshan Feng 외

Sequence labeling (SL) is a fundamental research problem encompassing a variety of tasks, e.g., part-of-speech (POS) tagging, named entity recognition (NER), text chunking, etc. Though prevalent and effective in many dow…

ChunkingGraph EmbeddingInformation RetrievalKnowledge Graph Embedding+9