# From Characters to Words to in Between: Do We Capture Morphology?

**Authors:** Clara Vania, Adam Lopez

arXiv: 1704.08352 · 2017-04-28

## TL;DR

This paper systematically compares subword-based word representations across different morphological typologies, finding that character trigrams with bi-LSTMs perform well but still lag behind models with true morphological analyses.

## Contribution

It provides a comprehensive comparison of subword representation methods across languages and introduces a new effective combination of character trigrams with bi-LSTMs.

## Key findings

- Character trigram representations with bi-LSTMs outperform other subword models.
- None of the subword models match the accuracy of models with true morphological analyses.
- Character-level models are effective but still have room for improvement.

## Abstract

Words can be represented by composing the representations of subword units such as word segments, characters, and/or character n-grams. While such representations are effective and may capture the morphological regularities of words, they have not been systematically compared, and it is not understood how they interact with different morphological typologies. On a language modeling task, we present experiments that systematically vary (1) the basic unit of representation, (2) the composition of these representations, and (3) the morphological typology of the language modeled. Our results extend previous findings that character representations are effective across typologies, and we find that a previously unstudied combination of character trigram representations composed with bi-LSTMs outperforms most others. But we also find room for improvement: none of the character-level models match the predictive accuracy of a model with access to true morphological analyses, even when learned from an order of magnitude more data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08352/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1704.08352/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1704.08352/full.md

---
Source: https://tomesphere.com/paper/1704.08352