paper-with-me

홈 › Papers

Attending Form and Context to Generate Specialized Out-of-VocabularyWords Representations

2019-12-14 · Nicolas Garneau, Jean-Samuel Leboeuf, Yuval Pinter, Luc Lamontagne

We propose a new contextual-compositional neural network layer that handles out-of-vocabulary (OOV) words in natural language processing (NLP) tagging tasks. This layer consists of a model that attends to both the character sequence and the context in which the OOV words appear. We show that our model learns to generate task-specific \textit{and} sentence-dependent OOV word representations without the need for pre-training on an embedding table, unlike previous attempts. We insert our layer in the state-of-the-art tagging model of \citet{plank2016multilingual} and thoroughly evaluate its contribution on 23 different languages on the task of jointly tagging part-of-speech and morphosyntactic attributes. Our OOV handling method successfully improves performances of this model on every language but one to achieve a new state-of-the-art on the Universal Dependencies Dataset 1.4.

📄 PDF Abstract BibTeX arXiv:1912.06876

Code (0)

등록된 구현이 없습니다.

Tasks

FormSentence

Similar Papers 제목 키워드 기반

Contextual Position Encoding: Learning to Count What's Important

2024-05-29 · Olga Golovneva, Tianlu Wang, Jason Weston, Sainbayar Sukhbaatar

The attention mechanism is a critical component of Large Language Models (LLMs) that allows tokens in a sequence to interact with each other, but is order-invariant. Incorporating position encoding (PE) makes it possible…

Language ModelingLanguage ModellingPositionSentence

Attending to Long-Distance Document Context for Sequence Labeling

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Matthew J{\"o}rke, Jon Gillick, Matthew Sims, David Bamman

We present in this work a method for incorporating global context in long documents when making local decisions in sequence labeling problems like NER. Inspired by work in featurized log-linear models (Chieu and Ng, 2002…

NER

System 2 Attention (is something you might need too)

2023-11-20 · Jason Weston, Sainbayar Sukhbaatar

Soft attention in Transformer-based Large Language Models (LLMs) is susceptible to incorporating irrelevant information from the context into its latent representations, which adversely affects next token generations. To…

Math

CanvasGAN: A simple baseline for text to image generation by incrementally patching a canvas

2018-10-05 · Amanpreet Singh, Sharan Agrawal

We propose a new recurrent generative model for generating images from text captions while attending on specific parts of text captions. Our model creates images by incrementally adding patches on a "canvas" while attend…

Image GenerationSentenceSentence EmbeddingsText to Image Generation+1

Attending Category Disentangled Global Context for Image Classification

2018-12-17 · Keke Tang, Guodong Wei, Runnan Chen, Jie Zhu 외

In this paper, we propose a general framework for image classification using the attention mechanism and global context, which could incorporate with various network architectures to improve their performance. To investi…

ClassificationGeneral Classificationimage-classificationImage Classification