ashokurlana / Pronoun-Resolution-using-BERT

This repository contain relevant code to perform the task of pronoun resolution using end-to-end neural co-reference resolution system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pronoun resolution on GAP Dataset

This repository contain relevant code (in form of .ipynb) to perform the task of pronoun resolution using end-to-end neural co-reference resolution system. Our implementation makes use of BERT based embeddings to generate vector representation for spans of text. It then uses a FFNN to ranking candidate antecedent spans for the given pronoun.

The current code performs pronoun resolution on the GAP Dataset.

Running the code

Start up a IPython server instance to load the file and execute all cells. You can download the trained model from here and load it to test the co-reference system.

About

This repository contain relevant code to perform the task of pronoun resolution using end-to-end neural co-reference resolution system.


Languages

Language:Jupyter Notebook 100.0%