Combining Subword Representations into Word-level Representations in the Transformer Architecture
In Neural Machine Translation, using word-level tokens leads to degradation in translation quality. The dominant approaches use subword-level tokens, but this increases the length of the sequences and makes it difficult to profit from word-level information such as POS tags or semantic dependencies. We propose a modification to the Transformer model to combine subword-level representations into word-level ones in the first layers of the encoder, reducing the effective length of the sequences in the following layers and providing a natural point to incorporate extra word-level information. Our experiments show that this approach maintains the translation quality with respect to the normal Transformer model when no extra word-level information is injected and that it is superior to the currently dominant method for incorporating word-level source language information to models based on subword-level vocabularies.
Code (0)
등록된 구현이 없습니다.
Tasks
Machine TranslationPOSTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Textual Representations for Crosslingual Information Retrieval
In this paper, we explored different levels of textual representations for cross-lingual information retrieval. Beyond the traditional token level representation, we adopted the subword and character level representation…
Cross-Lingual Information RetrievalInformation RetrievalMachine TranslationRe-Ranking+2Crossword: Estimating Unknown Embeddings using Cross Attention and Alignment Strategies
Word embedding methods like word2vec and GloVe have been shown to learn strong representations of words. However, these methods only learn representations for words in the training corpus. This is problematic, as model…
Word EmbeddingsNeural Named Entity Recognition from Subword Units
Named entity recognition (NER) is a vital task in spoken language understanding, which aims to identify mentions of named entities in text e.g., from transcribed speech. Existing neural models for NER rely mostly on dedi…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1A Systematic Study of Leveraging Subword Information for Learning Word Representations
The use of subword-level information (e.g., characters, character n-grams, morphemes) has become ubiquitous in modern word representation learning. Its importance is attested especially for morphologically rich languages…
Dependency ParsingEntity TypingRepresentation LearningSegmentation+1Understanding Subword Compositionality of Large Language Models
Large language models (LLMs) take sequences of subwords as input, requiring them to effective compose subword representations into meaningful word-level representations. In this paper, we present a comprehensive set of e…