Living-with-machines / TargetedSenseDisambiguation

Repository for the work on Targeted Sense Disambiguation
MIT License
1 stars 0 forks source link

prepare Giulianelli et al. (2020) for reading group (24/11) #65

Open BarbaraMcG opened 3 years ago

BarbaraMcG commented 3 years ago

Analysing Lexical Semantic Change with Contextualised Word Representations Mario Giulianelli, Marco Del Tredici, Raquel Fernández

https://www.aclweb.org/anthology/2020.acl-main.365/

BarbaraMcG commented 3 years ago
  1. What is this paper about? This paper is about using BERT embeddings to model lexical semantic change. They cluster token embeddings into "usage types" (which we could interpret as senses) and then define a probability distributions of senses over time
    1. Is it relevant to our project? If so, why and how? Yes, because it's about how word meaning changes over time.
    2. What could we use from this work in our project? We could build token embeddings from our corpus, cluster them and then see how the sense distributions changed over time
    3. Add some text about it to Overleaf Done
    4. Plan experiments (if appropriate) In https://github.com/Living-with-machines/HistoricalDictionaryExpansion/issues/66