# Fixed-Size Ordinally Forgetting Encoding Based Word Sense Disambiguation

**Authors:** Xi Zhu, Mingbin Xu, Hui Jiang

arXiv: 1902.10246 · 2019-02-28

## TL;DR

This paper introduces FOFE-based word sense disambiguation, encoding variable-length sequences into fixed-size representations for efficient context understanding and achieving competitive results with lower computational costs.

## Contribution

The paper proposes a novel FOFE-based neural approach for WSD that encodes context efficiently and reduces computational complexity compared to existing methods.

## Key findings

- Achieves comparable performance to state-of-the-art WSD methods.
- Uses less computational resources than traditional approaches.
- Effectively encodes context for polyseme disambiguation.

## Abstract

In this paper, we present our method of using fixed-size ordinally forgetting encoding (FOFE) to solve the word sense disambiguation (WSD) problem. FOFE enables us to encode variable-length sequence of words into a theoretically unique fixed-size representation that can be fed into a feed forward neural network (FFNN), while keeping the positional information between words. In our method, a FOFE-based FFNN is used to train a pseudo language model over unlabelled corpus, then the pre-trained language model is capable of abstracting the surrounding context of polyseme instances in labelled corpus into context embeddings. Next, we take advantage of these context embeddings towards WSD classification. We conducted experiments on several WSD data sets, which demonstrates that our proposed method can achieve comparable performance to that of the state-of-the-art approach at the expense of much lower computational cost.

## Full text

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

## Figures

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

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1902.10246/full.md

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