Skip to content

Code for "Dynamic Contextualized Word Embeddings"

Notifications You must be signed in to change notification settings

tilmanbeck/dcwe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Contextualized Word Embeddings

This repository contains the code to train Dynamic Contextualized Word Embeddings (DCWEs), proposed in the ACL paper Dynamic Contextualized Word Embeddings. DCWEs represent the meaning of words as a function of both linguistic and extralinguistic (social and temporal) context.

Citation

If you use the code in this repository, please cite the following paper:

@inproceedings{hofmann2021dcwe,
    title = {Dynamic Contextualized Word Embeddings},
    author = {Hofmann, Valentin and Pierrehumbert, Janet and Sch{\"u}tze, Hinrich},
    booktitle = {Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics},
    year = {2021}
}

About

Code for "Dynamic Contextualized Word Embeddings"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 49.2%
  • Python 36.6%
  • Shell 14.2%