a1da4 / paper-survey

Summary of machine learning papers
32 stars 0 forks source link

Reading: Times Are Changing: Investigating the Pace of Language Change in Diachronic Word Embeddings #6

Open a1da4 opened 5 years ago

a1da4 commented 5 years ago

0. Paper

@inproceedings{brandl-lassner-2019-times, title = "Times Are Changing: Investigating the Pace of Language Change in Diachronic Word Embeddings", author = "Brandl, Stephanie and Lassner, David", booktitle = "Proceedings of the 1st International Workshop on Computational Approaches to Historical Language Change", month = aug, year = "2019", address = "Florence, Italy", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/W19-4718", doi = "10.18653/v1/W19-4718", pages = "146--150", }

1. What is it?

The authors proposed Word Embedding Networks (WEN) to chase the semantic change.

2. What is amazing compared to previous studies?

They proposed the new method, WEN.

3. Where is the key to technologies and techniques?

WEN starts with assuming an equal distance between all embeddings and then, over time, shapes the relations by moving certain embeddings closer and others farther apart.

スクリーンショット 2019-09-05 12 32 26

As above, this method is an evolution of Dynamic word embeddings. The objective function is shown below:

スクリーンショット 2021-07-05 0 48 04

They update the third term (considering similarity over time). To update the weight w_{t, t'}, they use normalized similarity:

スクリーンショット 2021-07-05 0 54 51 スクリーンショット 2021-07-05 0 55 03

4. How did validate it?

They draw the 2-dimensional map by using Laplacian eigenmaps to visualize.

スクリーンショット 2019-09-05 12 36 54

This graph shows that the time when the semantic changes faster, and the time when semantic changes slower.

5. Is there a discussion?

distributional changes within the data set can have a huge influence on the perceived pace of semantic change.

6. Which paper should read next?

a1da4 commented 4 years ago

#11 Dynamic word embeddings