coreference-resolution-system/ │ ├── app/ # Streamlit frontend │ └── main.py │ ├── coref/ # Core NLP logic │ ├── resolver.py # Main coreference resolution engine │ └── utils.py # Text processing ...
Abstract: Coreference resolution is a type of discourse analysis task of natural language processing. The task entails a method of linking different words expressed in an arbitrary entity within a ...
This repository countains the code for our paper "Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-Binary Pronouns", published at FAccT 2024. Gender-neutral pronouns are ...
Abstract: Nowadays, information technologies have managed to penetrate all fields. Although a machine cannot possess the full potential of a human, it offers limited capabilities. Even the development ...
Neural coreference resolution models trained on one dataset may not transfer to new, low-resource domains. Active learning mitigates this problem by sampling a small subset of data for annotators to ...
Andy Schlaikjer (hazen+) Read the Web, Spring 2006 School of Computer Science Carnegie Mellon University This is my project page for the coreference resolution work I'm doing for the 10709 Read the ...