Skip to content

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

Notifications You must be signed in to change notification settings

ashokurlana/Pronoun-Resolution-using-BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8ed634 · Apr 29, 2021

History

4 Commits
Apr 29, 2021
Apr 29, 2021

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published