thunlp / NREPapers

Must-read papers on neural relation extraction (NRE)
1.03k stars 152 forks source link

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

Open ShellingFord221 opened 4 years ago

ShellingFord221 commented 4 years ago

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 commented 4 years ago

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.