@inproceedings{stylianou-vlahavas-2021-corelm,
    title = "{C}ore{LM}: Coreference-aware Language Model Fine-Tuning",
    author = "Stylianou, Nikolaos  and
      Vlahavas, Ioannis",
    editor = "Ogrodniczuk, Maciej  and
      Pradhan, Sameer  and
      Poesio, Massimo  and
      Grishina, Yulia  and
      Ng, Vincent",
    booktitle = "Proceedings of the Fourth Workshop on Computational Models of Reference, Anaphora and Coreference",
    month = nov,
    year = "2021",
    address = "Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://preview.aclanthology.org/ingest-emnlp/2021.crac-1.8/",
    doi = "10.18653/v1/2021.crac-1.8",
    pages = "70--81",
    abstract = "Language Models are the underpin of all modern Natural Language Processing (NLP) tasks. The introduction of the Transformers architecture has contributed significantly into making Language Modeling very effective across many NLP task, leading to significant advancements in the field. However, Transformers come with a big computational cost, which grows quadratically with respect to the input length. This presents a challenge as to understand long texts requires a lot of context. In this paper, we propose a Fine-Tuning framework, named CoreLM, that extends the architecture of current Pretrained Language Models so that they incorporate explicit entity information. By introducing entity representations, we make available information outside the contextual space of the model, which results in a better Language Model for a fraction of the computational cost. We implement our approach using GPT2 and compare the fine-tuned model to the original. Our proposed model achieves a lower Perplexity in GUMBY and LAMBDADA datasets when compared to GPT2 and a fine-tuned version of GPT2 without any changes. We also compare the models' performance in terms of Accuracy in LAMBADA and Children{'}s Book Test, with and without the use of model-created coreference annotations."
}Markdown (Informal)
[CoreLM: Coreference-aware Language Model Fine-Tuning](https://preview.aclanthology.org/ingest-emnlp/2021.crac-1.8/) (Stylianou & Vlahavas, CRAC 2021)
ACL
- Nikolaos Stylianou and Ioannis Vlahavas. 2021. CoreLM: Coreference-aware Language Model Fine-Tuning. In Proceedings of the Fourth Workshop on Computational Models of Reference, Anaphora and Coreference, pages 70–81, Punta Cana, Dominican Republic. Association for Computational Linguistics.