# Semantic Hilbert Space for Text Representation Learning

**Authors:** Benyou Wang, Qiuchi Li, Massimo Melucci, Dawei Song

arXiv: 1902.09802 · 2019-02-27

## TL;DR

This paper introduces a novel Semantic Hilbert Space framework using complex-valued vectors for non-linear semantic composition, improving text representation and classification accuracy over traditional linear models.

## Contribution

It proposes a new non-linear semantic composition model on a Semantic Hilbert Space with an end-to-end neural network, enhancing text understanding and classification.

## Key findings

- Effective on six benchmarking datasets
- Demonstrates robustness and self-explanation capabilities
- Outperforms linear models in semantic tasks

## Abstract

Capturing the meaning of sentences has long been a challenging task. Current models tend to apply linear combinations of word features to conduct semantic composition for bigger-granularity units e.g. phrases, sentences, and documents. However, the semantic linearity does not always hold in human language. For instance, the meaning of the phrase `ivory tower' can not be deduced by linearly combining the meanings of `ivory' and `tower'. To address this issue, we propose a new framework that models different levels of semantic units (e.g. sememe, word, sentence, and semantic abstraction) on a single \textit{Semantic Hilbert Space}, which naturally admits a non-linear semantic composition by means of a complex-valued vector word representation. An end-to-end neural network~\footnote{https://github.com/wabyking/qnn} is proposed to implement the framework in the text classification task, and evaluation results on six benchmarking text classification datasets demonstrate the effectiveness, robustness and self-explanation power of the proposed model. Furthermore, intuitive case studies are conducted to help end users to understand how the framework works.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1902.09802/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1902.09802/full.md

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