mandarjoshi90/coref
BERT for Coreference Resolution
Extends the end-to-end coreference architecture with BERT and SpanBERT encoders, leveraging subword tokenization and span representations for improved mention detection and linking. Provides pretrained models on OntoNotes (up to 79.6 F1 with SpanBERT-large) alongside training infrastructure with configurable segment length and dual learning rates for encoder vs. task-specific parameters. Supports batched inference via JSONL input with speaker and genre metadata, compatible with both TensorFlow and PyTorch checkpoint formats.
455 stars. No commits in the last 6 months.
Stars
455
Forks
94
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mandarjoshi90/coref"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
davidberenstein1957/crosslingual-coreference
A multi-lingual approach to AllenNLP CoReference Resolution along with a wrapper for spaCy.
lxucs/coref-hoi
PyTorch implementation of the end-to-end coreference resolution model with different...
tugas-akhir-nlp/indonesian-coreference-resolution-cnn
Coreference resolution system for Indonesian text
huggingface/neuralcoref-viz
✨ Web interface for NeuralCoref coreference resolution
kayoyin/scr
Signed Coreference Resolution (EMNLP 2021)