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

TURL embeddings #2

Open
albertus-andito opened this issue Jan 29, 2024 · 1 comment
Open

TURL embeddings #2

albertus-andito opened this issue Jan 29, 2024 · 1 comment

Comments

@albertus-andito
Copy link

Hello again,

I see that you're including the generated TURL embeddings along the datasets.

I'm just wondering if you could also share/explain the code that generates those embeddings?
In particular, because TURL is very entity-heavy and the ALITE datasets are not, how did you decide which columns on the ALITE tables should be the entities and did you just assign randomly unique entity ID to each value in the column?

Thanks

@aamodkh
Copy link
Collaborator

aamodkh commented Oct 24, 2024

Hi Albertus,

Please find the code to generate different embeddings for the new dataset here: https://github.com/northeastern-datalab/alite/tree/main/codes/align_utilities.
Other embeddings such as Sentence BERT and RoBERTa are also available.
You can find the config details on the TURL GitHub repository.
Also, TURL entity_vocab.txt file is provided by the authors here (inside data folder).

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