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

implementing relational inner product association (RIPA) #7

Open
chainsawriot opened this issue Nov 22, 2021 · 1 comment
Open

implementing relational inner product association (RIPA) #7

chainsawriot opened this issue Nov 22, 2021 · 1 comment

Comments

@chainsawriot
Copy link
Collaborator

chainsawriot commented Nov 22, 2021

This paper claims that one can hack WEAT by cherry-picking words in A and B. The RIPA can protect against such hacking.

The method RIPA does not appear to be difficult to implement. But the fact that the paper doesn't publish any data bothers me.

Words in A and B must be in pair, e.g.

A <- c("man", "men", "king")
B <- c("woman", "women", "queen")
@chainsawriot
Copy link
Collaborator Author

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