coreference-resolution icon indicating copy to clipboard operation
coreference-resolution copied to clipboard

A bug, can you fix that?

Open freesunshine0316 opened this issue 6 years ago • 1 comments

https://github.com/shayneobrien/coreference-resolution/blob/f368f5a06e1d646d60c50d824235576bb8fe4198/src/coref.py#L211

I think there's a bug around the above code. The LSTM encoding does not go along each sentence, as

pack_sequence

does not work as you thought.

freesunshine0316 avatar Aug 21 '19 21:08 freesunshine0316

Author's note in span representation section (Lee 2017): Independent LSTM for every sentence should be used as cross sentence context was not useful.

sushantakpani avatar Sep 23 '20 17:09 sushantakpani