Pretrained function-specific vectors (Gerz et al., ACL 2020)
Arxiv: Multidirectional Associative Optimization of Function-Specific Word Representations.
The pretrained vectors used in the paper can be downloaded here.
We share 3 vector spaces:
- svo_d100: This is a 100-dimensional joint vector space consiting of subject, verb and object vectors.
- sv_d25: This is a 25-dimensional joint vector space consisting of subject and verb vectors.
- vo_d25: This is a 25-dimensional joint vector space consiting of verb and object vectors.
We share embedding as well as bias vectors for all spaces. Note that for the main results in the paper, we only used the embedding vectors: subj.emb.txt, verb.emb.txt, obj.emb.txt. Here we additionally share the bias vectors of the trained network, of all directions, in case it is of interest.