CQCL / text_to_discocirc

Apache License 2.0
4 stars 1 forks source link

Inter-sentence coreference resolution #6

Open RazinShaikh opened 1 year ago

RazinShaikh commented 1 year ago

Implement different forms of coreference resolution including neural coref, proper noun matching, etc.

BenjaminRodatz commented 1 year ago

The code already exists. It just hasn't been integrated. In part because all tested coref resolution softwares are unsatisfactory

JosephNathaniel commented 1 year ago

We have integrated the inter-sentence coreference in commit 247c99be2ad01c50597c646155b91a018a1e9eac but this is done in a hacky way. For now, we simply convert the coreferences to the same word and then the name-matching composition takes care of it. We should factor it such that we can specify which kind of coreference to use and it shouldn't always reduce to name matching.