Compass-aligned Distributional Embeddings
Project description
Compass-aligned Distributional Embeddings
This package contains Python code to generate compass aligned distributional embeddings (CADE). Comparing word vectors in different corpora requires alignment. We propose a method to aligned distributional representation based on word2vec. This method is efficient and it is based on a simple heuristic: we train a general word embedding, the compass and we use this embedding to freeze one of the layers of the CBOW architecture.
See the AAAI and Arxiv pre-print papers for more details.
CADE is easy to use!
Reference
This work is based on the following papers: AAAI and Arxiv-preprint
Bianchi, F., Di Carlo, V., Nicoli, P., & Palmonari, M. (2020). Compass-aligned Distributional Embeddings for Studying Semantic Differences across Corpora. Arxiv. https://arxiv.org/abs/2004.06519
Di Carlo, V., Bianchi, F., & Palmonari, M. (2019). Training Temporal Word Embeddings with a Compass. Proceedings of the AAAI Conference on Artificial Intelligence, 33(01), 6326-6334. https://doi.org/10.1609/aaai.v33i01.33016326
Abstract
Word2vec is one of the most used algorithms to generate word embeddings because of a good mix of efficiency, quality of the generated representations and cognitive grounding. However, word meaning is not static and depends on the context in which words are used. Differences in word meaning that depends on time, location, topic, and other factors, can be studied by analyzing embeddings generated from different corpora in collections that are representative of these factors. For example, language evolution can be studied using a collection of news articles published in different time periods. In this paper, we present a general framework to support cross-corpora language studies with word embeddings, where embeddings generated from different corpora can be compared to find correspondences and differences in meaning across the corpora. CADE is the core component of our framework and solves the key problem of aligning the embeddings generated from different corpora. In particular, we focus on providing solid evidence about the effectiveness, generality, and robustness of CADE. To this end, we conduct quantitative and qualitative experiments in different domains, from temporal word embeddings to language localization and topical analysis. The results of our experiments suggest that CADE achieves state-of-the-art or superior performance on tasks where several competing approaches are available, yet providing a general method that can be used in a variety of domains. Finally, our experiments shed light on the conditions under which the alignment is reliable, which substantially depends on the degree of cross-corpora vocabulary overlap.
What’s this About?
Different words assume different meaning in different contexts. Think for example of how people once used the word amazon to mainly refer to the forest. Or think about the differences between American and British English. This is what we usually call meaning shift. See some examples of meaning shifts:
Why not using standard word embeddings? Well, long story short, different embeddings generated from different corpora are not comparable: they need to be aligned!
With CADE we provide a method to align different corpora (in the same language) and to compare them. Alignment allow us to compare different word embeddings in different corpora using cosine similarity!
Here are some example of mappings between text about Pokemons (from the Reddit board) and text about Scientific stuff (again, Reddit) that you can learn with CADE.
For example, you can take the vector of the word Arceus, from the Pokemon corpus and find that it is very similar to the word god in the Science corpus. You wonder why? Arceus is the good of Pokemons! See some examples of mapping like this in the table, where we show the top-5 nearest neighbors of the mapped space!
Installing
We use a custom/edited implementation of gensim, this WILL clash with your gensim installation, consider installing this inside a virtual environment
pip install -U cade
REMEMBER TO USE A VIRTUAL ENVIRONMENT
pip install git+https://github.com/valedica/gensim.git
Guide
Remember: when you call the training method of
CADE
the class creates a “model/” folder where it is going to save the trained objects. The compass will be trained as first element and it will be saved in that folder. If you want to overwrite it remember to set the parameteroverwrite=True
, otherwise it will reload the already trained compass.What do you need: Different corpora you want to compare (i.e., text from 1991, text from 1992 / text from the New York Times, text from The Guardian … etc…) and the concatenation of those text slices (the compass).
The compass should be the concatenation of the slice you want to align. In the next code section you will see that we are going to use arxiv papers text from two different years. The “compass.txt” file contains the concatenation of both slices.
How To Use
Training
Suppose you have corpora you want to compare text “arxiv_14.txt” and “arxiv_9.txt”. First of all, create the concatenation of these two and create a “compass.txt” file. Now you can train the compass.
cat arxiv_14.txt arxiv_9.txt > compass.txt
Once you have the compass, you can run the tool
from cade.cade import CADE
from gensim.models.word2vec import Word2Vec
aligner = CADE(size=30)
# train the compass: the text should be the concatenation of the text from the slices
aligner.train_compass("examples/training/compass.txt", overwrite=False) # keep an eye on the overwrite behaviour
You can see that the class covers the same parameters the Gensim word2vec library has. After this first training you can train the slices:
# now you can train slices and they will be already aligned
# these are gensim word2vec objects
slice_one = aligner.train_slice("examples/training/arxiv_14.txt", save=True)
slice_two = aligner.train_slice("examples/training/arxiv_9.txt", save=True)
These two slices are now aligned and can be compared!
Load Data
You can load data has you do with gensim.
model1 = Word2Vec.load("model/arxiv_14.model")
model2 = Word2Vec.load("model/arxiv_9.model")
and you can start comparing it with standard methods
from scipy.spatial.distance import cosine
print(1 - cosine(model1["like"], model2["sign"]))
People
Federico Bianchi - Bocconi University - (f.bianchi@unibocconi.it)
Valerio Di Carlo - BUP Solutions
Paolo Nicoli - University of Milano-Bicocca
Federico Belotti - University of Milano-Bicocca
Matteo Palmonari - University of Milano-Bicocca - (matteo.palmonari@unimib.it)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
1.2.0 (2029-11-07)
Introducing comparison metrics
Added website
Fixing Readme guide
0.1.0 (2019-09-11)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cade-1.2.0.tar.gz
.
File metadata
- Download URL: cade-1.2.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59fce923c8638d4534e790dcfe9c16cab34fd0f8f6a3b5f90c2f40c3a6d70230 |
|
MD5 | ee611a95a8b4a9ff030709e13d716fe5 |
|
BLAKE2b-256 | e25fd4345e703cd14556537eb5e926a75ffc11c1e86a7f0f1ec976fbe27b6f5b |
File details
Details for the file cade-1.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: cade-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ae576d0118ed99021ad8e800975041b9b0b13fd984add798fe5b529a2c0391a |
|
MD5 | 4452b1db63c6bdf9f6f3d3b8182423d2 |
|
BLAKE2b-256 | 79d13d54cd45e5e4b0c24d40bd073a71e7816841a5a26fcb02c88dbe95ca43c4 |