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

why LSTM or RNN based methods cannot do bag-level relation extraction #4

Open
ShellingFord221 opened this issue Sep 18, 2020 · 1 comment

Comments

@ShellingFord221
Copy link

Hi, I wonder why LSTM or RNN based methods cannot tackle bag-level relation extraction? It seems like they can only tackle sentence-level relation classification, but I think CNN or LSTM is only the encoder of sentence to get representation. There is always a way to resemble them to get bag's representation. Thanks!

@gaotianyu1350
Copy link
Collaborator

LSTM or RNN can definitely tackle bag-level RE. It's just that the performance gap is very small and CNN is a lot more efficient than LSTM.

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