NeurIPS'24
Maxime DARRIN*, Philippe FORMONT*, Ismail BEN AYED, Jackie Chi Kit CHEUNG, Pablo PIANTANIDA
[ArXiv]
This repository contains the code for the paper: When is an Embedding Model More Promising than Another? It is divided in three main components:
- emir: Contains the code to estimate the information sufficiency between two models.
- molecule: Contains the code used for the molecular modeling experiments.
- nlp_embeddings: Contains the code used for the NLP experiments
All directories contain there specific Readme files.
pip install -e .
Coming soon