paper-with-me

Papers

Reusing Weights in Subword-aware Neural Language Models

2018-02-23 · NAACL 2018 6 · Zhenisbek Assylbekov, Rustem Takhanov

We propose several ways of reusing subword embeddings and other weights in subword-aware neural language models. The proposed techniques do not benefit a competitive character-aware model, but some of them improve the performance of syllable- and morpheme-aware models while showing significant reductions in model sizes. We discover a simple hands-on principle: in a multi-layer input embedding model, layers should be tied consecutively bottom-up if reused at output. Our best morpheme-aware model with properly reused weights beats the competitive word-level model by a large margin across multiple languages and has 20%-87% fewer parameters.

📄 PDF Abstract BibTeX arXiv:1802.08375

Code (1)

zh3nis/morph-sum 공식 구현 tf

Similar Papers 제목 키워드 기반

Treat the Word As a Whole or Look Inside? Subword Embeddings Model Language Change and Typology

2019-08-01 · WS 2019 8 · Yang Xu, Jiasheng Zhang, David Reitter

We use a variant of word embedding model that incorporates subword information to characterize the degree of compositionality in lexical semantics. Our models reveal some interesting yet contrastive patterns of long-term…

See the Text: From Tokenization to Visual Reading

2025-10-21 · Ling Xing, Rui Yan, Alex Jinpeng Wang, Zechao Li 외 arxiv

People see text. Humans read by recognizing words as visual objects, including their shapes, layouts, and patterns, before connecting them to meaning, which enables us to handle typos, distorted fonts, and various script…

MoVoC: Morphology-Aware Subword Construction for Geez Script Languages

2025-09-10 · Hailay Kidu Teklehaymanot, Dren Fazlija, Wolfgang Nejdl arxiv

Subword-based tokenization methods often fail to preserve morphological boundaries, a limitation especially pronounced in low-resource, morphologically complex languages such as those written in the Geez script. To addre…

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 외

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 …

Dialogue GenerationLanguage ModelingLanguage ModellingPrediction+2

Subword ELMo

2019-09-18 · Jiangtong Li, Hai Zhao, Zuchao Li, Wei Bi 외

Embedding from Language Models (ELMo) has shown to be effective for improving many natural language processing (NLP) tasks, and ELMo takes character information to compose word representation to train language models.How…

Dependency ParsingNatural Language InferenceSemantic Role Labeling