paper-with-me

홈 › Papers

Surprisingly Easy Hard-Attention for Sequence to Sequence Learning

2018-10-01 · EMNLP 2018 10 · Shiv Shankar, Siddhant Garg, Sunita Sarawagi

In this paper we show that a simple beam approximation of the joint distribution between attention and output is an easy, accurate, and efficient attention mechanism for sequence to sequence learning. The method combines the advantage of sharp focus in hard attention and the implementation ease of soft attention. On five translation tasks we show effortless and consistent gains in BLEU compared to existing attention mechanisms.

📄 PDF Abstract BibTeX

Code (1)

sid7954/beam-joint-attention 공식 구현 tf

Tasks

Hard AttentionImage CaptioningMorphological InflectionTranslation

Similar Papers 제목 키워드 기반

Hungry Hungry Hippos: Towards Language Modeling with State Space Models

2022-12-28 · Daniel Y. Fu, Tri Dao, Khaled K. Saab, Armin W. Thomas 외

State space models (SSMs) have demonstrated state-of-the-art sequence modeling performance in some modalities, but underperform attention in language modeling. Moreover, despite scaling nearly linearly in sequence length…

8kCoreference ResolutionFew-Shot LearningLanguage Modeling+6

Learning Online Alignments with Continuous Rewards Policy Gradient

2016-08-03 · Yuping Luo, Chung-Cheng Chiu, Navdeep Jaitly, Ilya Sutskever

Sequence-to-sequence models with soft attention had significant success in machine translation, speech recognition, and question answering. Though capable and easy to use, they require that the entirety of the input sequ…

Machine TranslationQuestion Answeringspeech-recognitionSpeech Recognition+2

Transformers as Transducers

2024-04-02 · Lena Strobl, Dana Angluin, David Chiang, Jonathan Rawski 외

We study the sequence-to-sequence mapping capacity of transformers by relating them to finite transducers, and find that they can express surprisingly large classes of transductions. We do so using variants of RASP, a pr…

Hard AttentionPOS

Learning What's Easy: Fully Differentiable Neural Easy-First Taggers

2017-09-01 · EMNLP 2017 9 · Andr{\'e} F. T. Martins, Julia Kreutzer

We introduce a novel neural easy-first decoder that learns to solve sequence tagging tasks in a flexible order. In contrast to previous easy-first decoders, our models are end-to-end differentiable. The decoder iterative…

DecoderImitation LearningNamed Entity Recognition (NER)Part-Of-Speech Tagging

The Unreasonable Effectiveness of Easy Training Data for Hard Tasks

2024-01-12 · Peter Hase, Mohit Bansal, Peter Clark, Sarah Wiegreffe

How can we train models to perform well on hard test data when hard training data is by definition difficult to label correctly? This question has been termed the scalable oversight problem and has drawn increasing atten…

General KnowledgeIn-Context LearningQuestion Answering