paper-with-me

Papers

Language Modeling for Morphologically Rich Languages: Character-Aware Modeling for Word-Level Prediction

2018-01-01 · TACL 2018 1 · Daniela Gerz, Ivan Vuli{\'c}, Edoardo Ponti, Jason Naradowsky, Roi Reichart, Anna Korhonen

Neural architectures are prominent in the construction of language models (LMs). However, word-level prediction is typically agnostic of subword-level information (characters and character sequences) and operates over a closed vocabulary, consisting of a limited word set. Indeed, while subword-aware models boost performance across a variety of NLP tasks, previous work did not evaluate the ability of these models to assist next-word prediction in language modeling tasks. Such subword-level informed models should be particularly effective for morphologically-rich languages (MRLs) that exhibit high type-to-token ratios. In this work, we present a large-scale LM study on 50 typologically diverse languages covering a wide variety of morphological systems, and offer new LM benchmarks to the community, while considering subword-level information. The main technical contribution of our work is a novel method for injecting subword-level information into semantic word vectors, integrated into the neural language modeling training, to facilitate word-level prediction. We conduct experiments in the LM setting where the number of infrequent words is large, and demonstrate strong perplexity gains across our 50 languages, especially for morphologically-rich languages. Our code and data sets are publicly available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationLanguage ModelingLanguage ModellingPredictionSpeech RecognitionText Generation

Similar Papers 제목 키워드 기반

Improved Transition-Based Parsing by Modeling Characters instead of Words with LSTMs

2015-08-04 · EMNLP 2015 9 · Miguel Ballesteros, Chris Dyer, Noah A. Smith

We present extensions to a continuous-state dependency parsing method that makes it applicable to morphologically rich languages. Starting with a high-performance transition-based parser that uses long short-term memory …

Dependency Parsing

Class-Based Language Modeling for Translating into Morphologically Rich Languages

2014-08-01 · COLING 2014 8 · Arianna Bisazza, Christof Monz
Domain AdaptationLanguage ModelingLanguage ModellingMachine Translation+1

Word Representation Models for Morphologically Rich Languages in Neural Machine Translation

2016-06-14 · WS 2017 9 · Ekaterina Vylomova, Trevor Cohn, Xuanli He, Gholamreza Haffari

Dealing with the complex word forms in morphologically rich languages is an open problem in language processing, and is particularly important in translation. In contrast to most modern neural systems of translation, whi…

Hard AttentionMachine TranslationTranslation

Contextual morphologically-guided tokenization for Latin encoder models

2025-11-12 · Marisa Hudspeth, Patrick J. Burns, Brendan O'Connor arxiv

Tokenization is a critical component of language model pretraining, yet standard tokenization methods often prioritize information-theoretical goals like high compression and low fertility rather than linguistic goals li…

What do character-level models learn about morphology? The case of dependency parsing

2018-08-28 · EMNLP 2018 10 · Clara Vania, Andreas Grivas, Adam Lopez

When parsing morphologically-rich languages with neural models, it is beneficial to model input at the character level, and it has been claimed that this is because character-level models learn morphology. We test these …

Dependency ParsingMorphological Analysis