lucmos / relreps

Relative representations can be leveraged to enable solving tasks regarding "latent communication": from zero-shot model stitching to latent space comparison between diverse settings.
https://openreview.net/forum?id=SrC-nwieGJ
MIT License
45 stars 5 forks source link

Request for code related to word embedding #20

Closed zhoubay closed 1 year ago

zhoubay commented 1 year ago

Hi Luca,

I'm curious about your work about comparing communicating different word embeddings latent space, but I find it hard to figure out which part of your repo is about this.

Could you be so kind to point them out for me?

Thank you! Xibin

lucmos commented 1 year ago

Most of the figures and tables in the paper have an associated notebook in the experiments folder. I think you can start looking into that, starting from the experiment that interests you.

The python package (under src) provides utilities as a library, I would dive into it if it is required by the notebook you are looking at.

Please let me know if you have any other questions!

zhoubay commented 1 year ago

Thank you for your reply! I'll check it.