I think I will use the notation in the paper, i.e. l instead of k in the python code.
Reference:
@article{an2018semaxis,
title={SemAxis: A lightweight framework to characterize domain-specific word semantics beyond sentiment},
author={An, Jisun and Kwak, Haewoon and Ahn, Yong-Yeol},
journal={arXiv preprint arXiv:1806.05521},
year={2018}
}
SemAxis by An et al (2018) is a variant of RND.
The only tricky part is augmenting
A
andB
.https://github.com/ghdi6758/SemAxis/blob/master/code/semaxis.py
I think I will use the notation in the paper, i.e.
l
instead ofk
in the python code.Reference: