pitrack / incremental-coref

Code for "Moving on from OntoNotes: Coreference Resolution Model Transfer" and "Incremental Neural Coreference Resolution in Constant Memory"
Apache License 2.0
17 stars 4 forks source link

about the litbank #10

Open leileilin opened 2 years ago

leileilin commented 2 years ago

Is there no experiment on litbank dataset?

pitrack commented 2 years ago

Hello! There are some details about the litbank experiment in https://aclanthology.org/2021.emnlp-main.425/ both in the figures and Table 6, but if you want more detailed numbers, I'm happy to provide them too.

leileilin commented 2 years ago

Hello! There are some details about the litbank experiment in https://aclanthology.org/2021.emnlp-main.425/ both in the figures and Table 6, but if you want more detailed numbers, I'm happy to provide them too.

I want to reproduce the experiment on litbank.

pitrack commented 2 years ago

Once you process the data with minimize_litbank.py, you should be able to run this script https://github.com/pitrack/incremental-coref/blob/main/domain/litbank_data_curve.py to regenerate the litbank experiments.

More instructions are in this README but it might be incomplete so please do ask if you have trouble with any of the steps since I probably did not explain it well enough in the README.