Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for generating embedding visualization #4

Open
chiehminwei opened this issue Mar 28, 2019 · 1 comment
Open

Code for generating embedding visualization #4

chiehminwei opened this issue Mar 28, 2019 · 1 comment

Comments

@chiehminwei
Copy link

Thank you for the nice work. I read your paper and saw a few embedding visualizations that look very nice, but I can't seem to find the code for generating those in the repo here.

I'm also trying to visualize contextualized embeddings (for BERT). How did you manage to do that? Thank you so much for your help.

@TalSchuster
Copy link
Owner

Hi, Thanks for your feedback.

The visualizations were done using a dimensionality reduction via PCA. The PCA was computed over the anchor space and then applied on the displayed embeddings. I'll try to clean that code and to add it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants