paper-with-me

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 language inference. The problem of generating sequences directly from these models has received relatively little attention, in part because generating from undirected models departs significantly from conventional monotonic generation in directed sequence models. We investigate this problem by proposing a generalized model of sequence generation that unifies decoding in directed and undirected models. The proposed framework models the process of generation rather than the resulting sequence, and under this framework, we derive various neural sequence models as special cases, such as autoregressive, semi-autoregressive, and refinement-based non-autoregressive models. This unification enables us to adapt decoding algorithms originally developed for directed sequence models to undirected sequence models. We demonstrate this by evaluating various handcrafted and learned decoding strategies on a BERT-like machine translation model (Lample & Conneau, 2019). The proposed approach achieves constant-time translation results on par with linear-time translation results from the same undirected sequence model, while both are competitive with the state-of-the-art on WMT'14 English-German translation.

📄 PDF Abstract BibTeX arXiv:1905.12790

Code (1)

nyu-dl/dl4mt-seqgen 공식 구현 pytorch

Tasks

Machine TranslationNatural Language InferenceNatural Language UnderstandingQuestion AnsweringTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar 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 tra…

de-enMachine TranslationTranslation

Generalized Spectral Clustering for Directed and Undirected Graphs

2022-03-07 · Harry Sevi, Matthieu Jonckheere, Argyris Kalogeratos

Spectral clustering is a popular approach for clustering undirected graphs, but its extension to directed graphs (digraphs) is much more challenging. A typical workaround is to naively symmetrize the adjacency matrix of …

Clusteringgraph partitioning

Hypergraph Convolutional Networks via Equivalency between Hypergraphs and Undirected Graphs

2022-03-31 · Jiying Zhang, Fuyang Li, Xi Xiao, Tingyang Xu 외

As a powerful tool for modeling complex relationships, hypergraphs are gaining popularity from the graph learning community. However, commonly used frameworks in deep hypergraph learning focus on hypergraphs with edge-in…

Graph Learning

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

A Robust and Generalized Framework for Adversarial Graph Embedding

2021-05-22 · JianXin Li, Xingcheng Fu, Hao Peng, Senzhang Wang 외

Graph embedding is essential for graph mining tasks. With the prevalence of graph data in real-world applications, many methods have been proposed in recent years to learn high-quality graph embedding vectors various typ…

Generative Adversarial NetworkGraph EmbeddingGraph MiningGraph Reconstruction+2