Skip to content

juvekaradheesh/event-entity-coref-with-spanbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Entity Coreference

Event Entity Coreference with SpanBERT on ECB+.
More details will be added later.

Dataset

More details about the ECB+ dataset can be found here.
To download the dataset, click here.

Requirements

Python 3.8.5
Pytorch
Transformers
Exact versions and other details are mentioned in requirements.txt

Files

main.py - run this file with required options
src / model.py - has the pytorch model class
src / train.py - has methods for training, evaluation (will rename this later)
src / dataloader.py - has pytorch dataset class
src / utils.py - has all the misc functions used for data processing and other stuff.

Usage

python main.py -h for usage details

More details regarding the repository will be added soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages