lxucs/coref-hoi
PyTorch implementation of the end-to-end coreference resolution model with different higher-order inference methods.
This project helps identify when different words or phrases in a document refer to the same real-world entity. You provide text, and it groups together all mentions (like pronouns or names) that point to the same person, place, or thing. It's designed for natural language processing researchers or advanced data scientists working on understanding textual content.
No commits in the last 6 months.
Use this if you need to resolve coreferences in textual data and want to experiment with or evaluate different advanced higher-order inference methods.
Not ideal if you need an out-of-the-box solution without deep technical setup or if your focus is on simple entity extraction rather than complex anaphora resolution.
Stars
60
Forks
19
Language
Python
License
Apache-2.0
Category
Last pushed
May 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lxucs/coref-hoi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mandarjoshi90/coref
BERT for Coreference Resolution
davidberenstein1957/crosslingual-coreference
A multi-lingual approach to AllenNLP CoReference Resolution along with a wrapper for spaCy.
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)