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

BERT and SpanBERT for Coreference Resolution #6497

Open
3 tasks done
sayanb-7c6 opened this issue Aug 15, 2020 · 4 comments
Open
3 tasks done

BERT and SpanBERT for Coreference Resolution #6497

sayanb-7c6 opened this issue Aug 15, 2020 · 4 comments

Comments

@sayanb-7c6
Copy link

sayanb-7c6 commented Aug 15, 2020

🌟 New model addition

Model description

This is a recent approach for co-reference resolution using BERT, implemented from the papers BERT for Coreference Resolution: Baselines and Analysis and SpanBERT: Improving Pre-training by Representing and Predicting Spans, which is the current state of the art on OntoNotes (79.6 F1). It uses tensorflow 1.14.0.

Reason why this is interesting is it achieves strong improvements on the OntoNotes (+3.9 F1) and GAP (+11.5 F1) benchmarks. Also, I think it would be a nice addition to huggingface library, as it has only the neuralcoref as the coreference resolution module.

Open source status

@krrishdholakia
Copy link

Commenting for visibility - is this available now ? can't seem to find it, would love to use this for a question-answering project i'm working on!

@eugeneware
Copy link

I'd also like to see this model incorporated into the core list of supported models. I did note that you can download it from the community models here though: https://huggingface.co/SpanBERT/spanbert-base-cased

@iliemihai
Copy link

Are there any translations of the above repository (https://github.com/mandarjoshi90/coref) into the awesome HuggingFace API ? That would be very cool to test :D !

@hlahkar
Copy link

hlahkar commented Dec 17, 2020

I would like to work on this...but will need some guidance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants