Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 999 Bytes

File metadata and controls

26 lines (19 loc) · 999 Bytes

Using Context-to-Vector with Graph Retrofitting to Improve Word Embeddings

This is the official code of the ACL 2022 paper Using Context-to-Vector with Graph Retrofitting to Improve Word Embeddings [paper].

Overview

The overall training pipeline of our proposed word embeddings training and post-processing methods: overview

The Context2Vector model training framework: model_framework

Citation

If you find this code useful please consider citing us:

BibTeX

@inproceedings{zheng2022using,
  title={Using Context-to-Vector with Graph Retrofitting to Improve Word Embeddings},
  author={Zheng, Jiangbin and Wang, Yile and Wang, Ge and Xia, Jun and Huang, Yufei and Zhao, Guojiang and Zhang, Yue and Li, Stan},
  booktitle={Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
  pages={8154--8163},
  year={2022}
}