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

how can i create word set (f) of figure 5 in paper #162

Open
rlaals7349 opened this issue Nov 25, 2024 · 0 comments
Open

how can i create word set (f) of figure 5 in paper #162

rlaals7349 opened this issue Nov 25, 2024 · 0 comments

Comments

@rlaals7349
Copy link

Hi there,
I was deeply impressed after reading your excellent paper.

I have a question regarding the creation of the wordset in Figure 5.
To generate the wordset, I utilized word_embedding (size: (32000, 4096)) and source_embedding (size: (num_tokens, 4096)). Using FAISS, I performed similarity comparisons by comparing a single source (1, 4096) with all word_embedding entries, extracting only the top 10 most similar words. This process was repeated for all num_tokens.

After training for more than 100 epochs and comparing the wordsets across all epochs, I noticed that the extracted wordsets mostly consist of meaningless special characters and words. Could you kindly explain how the wordset was extracted in your work?

Thank you.

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

1 participant