Attending to Future Tokens for Bidirectional Sequence Generation (D19-1)

Copied to clipboard

Challenge: Neural sequence generation is typically performed token-by-token and left-to-right.
Approach: They propose to use placeholder tokens to make the sequence generation process bidirectional by taking past and future tokens into consideration when generating the actual output token.
Outcome: The proposed approach outperforms baselines on two conversational tasks by a large margin.

Similar Papers

On the Role of Bidirectionality in Language Model Pre-Training (2022.findings-emnlp)

Copied to clipboard

Challenge: Prior work on language model pre-training explored different architectures and learning objectives, but differences in data, hyperparameters and evaluation make a principled comparison difficult.
Approach: They propose a framework that generalizes prior approaches to pre-training language models by focusing on bidirectionality and controlling each of them separately.
Outcome: The proposed framework generalizes prior approaches including fully unidirectional models like GPT, fully bidirectional models and hybrid models like CM3 and prefix LM.
Predicting Through Generation: Why Generation Is Better for Prediction (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly used for predictive tasks such as classification and regression.
Approach: They propose a framework that generates output tokens from mas-sive text corpora and a task adapter to ensure consistency between token generation and final prediction.
Outcome: The proposed framework outperforms baseline models on classification and regression benchmarks and the proposed framework consistently outperformed standard baseline models.
Back to the Future: Bidirectional Information Decoupling Network for Multi-turn Dialogue Modeling (2022.emnlp-main)

Copied to clipboard

Challenge: Existing studies on dialogue modeling use pre-trained language models to encode dialogue history as successive tokens, which is insufficient in capturing the temporal characteristics of dialogues.
Approach: They propose a bidirectional information decoupling network as a universal dialogue encoder which explicitly incorporates both the past and future contexts.
Outcome: The proposed model incorporates past and future contexts and can be generalized to a wide range of dialogue-related tasks.
Sequence-to-Action: End-to-End Semantic Graph Generation for Semantic Parsing (P18-1)

Copied to clipboard

Challenge: Existing methods for semantic parsing are difficult to design and learn, especially in wideopen domains.
Approach: They propose a neural semantic parsing approach which models semantic par- sing as an end-to-end semantic graph generation process.
Outcome: The proposed model achieves state-of-the-art performance on Overnight dataset and gets competitive performance on Geo and Atis datasets.
Let’s do it “again”: A First Computational Approach to Detecting Adverbial Presupposition Triggers (P18-1)

Copied to clipboard

Challenge: a novel task of predicting adverbial presupposition triggers is useful for natural language generation . a focus is on a new attention mechanism for predicting presuposition trigger .
Approach: They propose a new attention mechanism for predicting adverbial presupposition triggers . they propose to augment a baseline neural network without additional trainable parameters .
Outcome: The proposed model outperforms baseline models in predicting adverbial presupposition triggers.
Mind Your Special Tokens! On the Importance of Dedicated Sequence-End Tokens in Vision-Language Embedding Models (2026.eacl-short)

Copied to clipboard

Challenge: Large Vision-Language Models (LVLMs) are highly sensitive to end-of-input artifacts in fine-tuning and inference data, e.g., whether input sequences end with punctuation or newline characters.
Approach: They propose to convert generative LVLMs into vision-language encoders via contrastive learning objectives and use supervised contrastive objectives to train them.
Outcome: The proposed approach improves visual and text representations and improves retrieval and (semantic) similarity tasks.
Token-Level Self-Evolution Training for Sequence-to-Sequence Learning (2023.acl-short)

Copied to clipboard

Challenge: Adaptive training approaches do not consider the variation of learning difficulty in different training steps, making the learning deterministic and sub-optimal.
Approach: They propose a dynamic token-level self-evolution training method that reweighs the training losses of different target tokens based on priors.
Outcome: Empirically, the proposed method yields significant improvements on three translation tasks.
A Framework for Bidirectional Decoding: Case Study in Morphological Inflection (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing encoder-decoders that generate sequences from left to right are prone to errors due to the "snowballing" effect.
Approach: They propose a transformer-based encoder-decoder framework that produces sequences from the "outside-in" they argue that this approach is more principled than prior bidirectional decoders .
Outcome: The proposed model beats the current system by over 4.7 and 2.7 points in accuracy on 2022 and 2023 tasks.
The Importance of Generation Order in Language Modeling (D18-1)

Copied to clipboard

Challenge: Neural language models are universally autoregressive, generating sentences one token at a time from left to right.
Approach: They propose a two-pass language model that generates partially-filled sentences and fills in missing tokens.
Outcome: The proposed model produces partially-filled sentences and fills in missing tokens.
Zero-Shot Sequence Labeling: Transferring Knowledge from Sentences to Tokens (N18-1)

Copied to clipboard

Challenge: Recent work has used attention weights to visualize the focus of neural models in input data.
Approach: They propose to use attention-based visualization techniques to infer token-level labels from a network trained only on sentence-level labeling.
Outcome: The proposed approach outperforms gradient-based methods on four datasets and is expected to outperfect supervised methods.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations