Skip to content

CompNet/conivel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conivel: CONtext In noVELs

Looking for the code and data for The Role of Global and Local Context in Named Entity Recognition (ACL2023)? Go to the ACL2023 branch.

@InProceedings{Amalvy2023,
  author    = {Amalvy, Arthur and Labatut, Vincent and Dufour, Richard},
  title     = {The Role of Global and Local Context in Named Entity Recognition},
  booktitle = {61st Annual Meeting of the Association for Computational Linguistics},
  year      = {2023},
  pages     = {714-722},
  doi       = {10.18653/v1/2023.acl-short.62},
}

Looking for the code and data for Learning to Rank Context for Named Entity Recognition Using a Synthetic Dataset (EMNLP2023)? Go to the gen branch.

@InProceedings{Amalvy2023a,
  author    = {Amalvy, Arthur and Labatut, Vincent and Dufour, Richard},
  title     = {Learning to Rank Context for Named Entity Recognition Using a Synthetic Dataset},
  booktitle = {Conference on Empirical Methods in Natural Language Processing},
  year      = {2023},
  pages     = {10372-10382},
  url       = {https://aclanthology.org/2023.emnlp-main.642},
}

Installing dependencies

Use poetry install to install dependencies. You can then use poetry shell to obtain a shell with the created virtual environment activated.