vdobrovolskii / wl-coref

This repository contains the code for EMNLP-2021 paper "Word-Level Coreference Resolution"
MIT License
103 stars 37 forks source link

Run Time Estimation #1

Closed XiaohanYa closed 3 years ago

XiaohanYa commented 3 years ago

Hi, I just came across your paper. It is really impressive that you can lower the complexity to O(n^2). I want to try this model on my clusters. Would you mind telling me what devices you used and how long it took for your machine to run? Thank you so much!

vdobrovolskii commented 3 years ago

Hi, thanks for your interest! Inference on OntoNotes development set took 32 seconds/2.9 GiB on nVidia Quadro RTX 8000, training took 5 hours on the same machine. You can find more details in the paper, section 4.3.