paper-with-me

Papers

Interpretability for Morphological Inflection: from Character-level Predictions to Subword-level Rules

2021-04-01 · EACL 2021 2 · Tatyana Ruzsics, Olga Sozinova, Ximena Gutierrez-Vasques, Tanja Samardzic

Neural models for morphological inflection have recently attained very high results. However, their interpretation remains challenging. Towards this goal, we propose a simple linguistically-motivated variant to the encoder-decoder model with attention. In our model, character-level cross-attention mechanism is complemented with a self-attention module over substrings of the input. We design a novel approach for pattern extraction from attention weights to interpret what the model learn. We apply our methodology to analyze the model{'}s decisions on three typologically-different languages and find that a) our pattern extraction method applied to cross-attention weights uncovers variation in form of inflection morphemes, b) pattern extraction from self-attention shows triggers for such variation, c) both types of patterns are closely aligned with grammar inflection classes and class assignment criteria, for all three languages. Additionally, we find that the proposed encoder attention component leads to consistent performance improvements over a strong baseline.

📄 PDF Abstract BibTeX

Code (1)

tatyana-ruzsics/interpretable-inflection 공식 구현 pytorch

Tasks

DecoderMorphological Inflection

Similar Papers 제목 키워드 기반

Improving Low-Resource Morphological Inflection via Self-Supervised Objectives

2025-06-05 · Adam Wiemerslage, Katharina von der Wense

Self-supervised objectives have driven major advances in NLP by leveraging large-scale unlabeled data, but such resources are scarce for many of the world's languages. Surprisingly, they have not been explored much for c…

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling+1

An Investigation of Noise in Morphological Inflection

2023-05-26 · Adam Wiemerslage, Changbing Yang, Garrett Nicolai, Miikka Silfverberg 외

With a growing focus on morphological inflection systems for languages where high-quality data is scarce, training data noise is a serious but so far largely ignored concern. We aim at closing this gap by investigating t…

Language ModelingLanguage ModellingMasked Language ModelingMorphological Inflection

Morphological Inflection Generation Using Character Sequence to Sequence Learning

2015-12-18 · NAACL 2016 6 · Manaal Faruqui, Yulia Tsvetkov, Graham Neubig, Chris Dyer

Morphological inflection generation is the task of generating the inflected form of a given lemma corresponding to a particular linguistic transformation. We model the problem of inflection generation as a character sequ…

DecoderLEMMAMorphological Inflection

The NYU-CUBoulder Systems for SIGMORPHON 2020 Task 0 and Task 2

2020-06-21 · WS 2020 7 · Assaf Singer, Katharina Kann

We describe the NYU-CUBoulder systems for the SIGMORPHON 2020 Task 0 on typologically diverse morphological inflection and Task 2 on unsupervised morphological paradigm completion. The former consists of generating morph…

LEMMAMorphological InflectionTask 2

Morphological Inflection Generation with Hard Monotonic Attention

2016-11-04 · ACL 2017 7 · Roee Aharoni, Yoav Goldberg

We present a neural model for morphological inflection generation which employs a hard attention mechanism, inspired by the nearly-monotonic alignment commonly found between the characters in a word and the characters in…

Hard AttentionMorphological Inflection