Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signed Coreference Resolution

This repository gathers the code, data and annotation interface for Signed Coreference Resolution

To run the multigraph model:

    python run-multigraph.py -in dgs-coref/data.json -out multigraph.out 

To evaluate the outputs:

    python format_conll.py --data dgs-coref/data.json --key >  multigraph.key
    python format_conll.py --data  multigraph.out >  multigraph.answer
    perl scorer.pl all multigraph.key  multigraph.answer >  multigraph.score

Please cite the paper below if you found the resources in this repository useful:

@inproceedings{yin-etal-2021-signed,
    title = "Signed Coreference Resolution",
    author = "Yin, Kayo  and
      DeHaan, Kenneth  and
      Alikhani, Malihe",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.405",
    pages = "4950--4961",
}

About

Signed Coreference Resolution (EMNLP 2021)

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages