An open API service indexing awesome lists of open source software.

https://github.com/sandeepsoni/comparing-word2vec-models

Code, data, and notes for tutorial on using word embeddings to find variation and change
https://github.com/sandeepsoni/comparing-word2vec-models

tutorial

Last synced: 6 months ago
JSON representation

Code, data, and notes for tutorial on using word embeddings to find variation and change

Awesome Lists containing this project

README

          

# Tutorial on Word Embeddings

This tutorial introduces word embeddings. The tutorial is catered for social science and digital humanities practitioners who are new to NLP. The objective of the tutorial is to explain briefly the concept of word embeddings and contextual embeddings, introduce method with code to learn embeddings, and demonstrate a specific application of embeddings in finding variation and change.

There are two versions of the tutorial. The first version was created by [Conor Golroy](https://ccgilroy.com/) and [Sandeep Soni](https://sandeepsoni.github.io/). It was presented virtually in the [NLP+CSS 201 Tutorials series](https://nlp-css-201-tutorials.github.io/nlp-css-201-tutorials/). You can checkout the [notebook](https://colab.research.google.com/drive/16cM5NXedlrvU2mp-HcYKs9OIMkYItTS1?usp=sharing) and the [video](https://youtu.be/WbzPZZKJRJA) of the tutorial.

The second version of the tutorial was developed by [Sandeep Soni](https://sandeepsoni.github.io/) and is to be presented at [ICWSM, 2022](https://www.icwsm.org/2022/index.html/) virtually. This tutorial follows the earlier tutorial except it also demonstrates the use of contextual embeddings to measure variation and change. You can checkout the [notebook](https://colab.research.google.com/drive/1fhrdt8G1H8LFO1KFooQ3jMF9jfE8TT_K?usp=sharing) here.