paper-with-me

Papers

Learning and Analyzing Generation Order for Undirected Sequence Models

2021-12-16 · Findings (EMNLP) 2021 11 · Yichen Jiang, Mohit Bansal

Undirected neural sequence models have achieved performance competitive with the state-of-the-art directed sequence models that generate monotonically from left to right in machine translation tasks. In this work, we train a policy that learns the generation order for a pre-trained, undirected translation model via reinforcement learning. We show that the translations decoded by our learned orders achieve higher BLEU scores than the outputs decoded from left to right or decoded by the learned order from Mansimov et al. (2019) on the WMT'14 German-English translation task. On examples with a maximum source and target length of 30 from De-En, WMT'16 English-Romanian, and WMT'21 English-Chinese translation tasks, our learned order outperforms all heuristic generation orders on four out of six tasks. We next carefully analyze the learned order patterns via qualitative and quantitative analysis. We show that our policy generally follows an outer-to-inner order, predicting the left-most and right-most positions first, and then moving toward the middle while skipping less important words at the beginning. Furthermore, the policy usually predicts positions for a single syntactic constituent structure in consecutive steps. We believe our findings could provide more insights on the mechanism of undirected generation models and encourage further research in this direction. Our code is publicly available at https://github.com/jiangycTarheel/undirected-generation

📄 PDF Abstract BibTeX arXiv:2112.09097

Code (1)

jiangyctarheel/undirected-generation 공식 구현 pytorch

Tasks

de-enMachine TranslationTranslation

Similar Papers 제목 키워드 기반

A Generalized Framework of Sequence Generation with Application to Undirected Sequence Models

2019-05-29 · Elman Mansimov, Alex Wang, Sean Welleck, Kyunghyun Cho

Undirected neural sequence models such as BERT (Devlin et al., 2019) have received renewed interest due to their success on discriminative natural language understanding tasks such as question-answering and natural langu…

Machine TranslationNatural Language InferenceNatural Language UnderstandingQuestion Answering+1

Modeling Structure with Undirected Neural Networks

2022-02-08 · Tsvetomila Mihaylova, Vlad Niculae, André F. T. Martins

Neural networks are powerful function estimators, leading to their status as a paradigm of choice for modeling structured data. However, unlike other structured representations that emphasize the modularity of the proble…

Dependency Parsingimage-classificationImage Classification

Neural-Hidden-CRF: A Robust Weakly-Supervised Sequence Labeler

2023-09-10 · Zhijun Chen, Hailong Sun, Wanhao Zhang, Chunyi Xu 외

We propose a neuralized undirected graphical model called Neural-Hidden-CRF to solve the weakly-supervised sequence labeling problem. Under the umbrella of probabilistic undirected graph theory, the proposed Neural-Hidde…

Language ModelingLanguage Modelling

Exposing the Implicit Energy Networks behind Masked Language Models via Metropolis--Hastings

2021-06-04 · ICLR 2022 4 · Kartik Goyal, Chris Dyer, Taylor Berg-Kirkpatrick

While recent work has shown that scores from models trained by the ubiquitous masked language modeling (MLM) objective effectively discriminate probable from improbable sequences, it is still an open question if these ML…

Language ModelingLanguage ModellingMachine TranslationMasked Language Modeling+2

Second-order Symmetric Non-negative Latent Factor Analysis

2022-03-04 · Weiling Li, Xin Luo

Precise representation of large-scale undirected network is the basis for understanding relations within a massive entity set. The undirected network representation task can be efficiently addressed by a symmetry non-neg…