Skip to content

ziyi-yang/GEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Parameter-free Sentence Embedding via Orthogonal Basis (GEM)

The official implementations for the EMNLP 2019 paper (oral presentation) Parameter-free Sentence Embedding via Orthogonal Basis

Ziyi Yang, Chenguang Zhu, Weizhu Chen


We propose a simple and robust non-parameterized approach for building sentence representations. Inspired by the Gram-Schmidt Process in geometric theory, we build an orthogonal basis of the subspace spanned by a word and its surrounding context in a sentence. We model the semantic meaning of a word in a sentence based on two aspects. One is its relatedness to the word vector subspace already spanned by its contextual words. The other is the word's novel semantic meaning which shall be introduced as a new basis vector perpendicular to this existing subspace. Following this motivation, we develop an innovative method based on orthogonal basis to combine pre-trained word embeddings into sentence representations. This approach requires zero parameters, along with efficient inference performance. We evaluate our approach on 11 downstream NLP tasks. Our model shows superior performance compared with non-parameterized alternatives and it is competitive to other approaches relying on either large amounts of labelled data or prolonged training time.

Dependencies

  • Python 3.7

  • Numpy 1.17.0

  • Scipy 1.4.1

Instructions for Running GEM on STS benchmarks

  1. First download word vectors here. Put all the files to the folder data/.

  2. To test on STS benchmarks dev, python code/encoder.py

Cite GEM

If you find GEM useful for you research, please cite our paper:

@inproceedings{yang-etal-2019-parameter,
    title = "Parameter-free Sentence Embedding via Orthogonal Basis",
    author = "Yang, Ziyi  and
      Zhu, Chenguang  and
      Chen, Weizhu",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
    month = nov,
    year = "2019",
    address = "Hong Kong, China",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D19-1059",
    doi = "10.18653/v1/D19-1059",
    pages = "638--648",
}

About

The official code for EMNLP 2019 oral presentation Parameter-free Sentence Embedding via Orthogonal Basis (GEM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages