Patrick Xia

Results 9 comments of Patrick Xia

It's not clear whether this is related to windows specifically (we developed, trained, etc all on linux), or whether something is incorrect with how you're calling the code and what...

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...

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](https://github.com/pitrack/incremental-coref/blob/main/domain/README.md) but it might...

The data should be downloadable from here: https://nlp.jhu.edu/rams/, let me know if the download link doesn't work, or if you were looking for something else

Sorry, I don't think I have the full documents readily accessible anymore either --- I could dig around a bit more, but not until next week. As described in the...

Sorry, we didn't document or organize our data consistently (and each of our datareaders did things a bit differently). For the RAMS datareader, the paths should the files themselves, e.g....

You should just need `lm_file` and `test_lm_file`. `glove` should not be needed.

Wait, sorry, you do need all three. The ones you have should be fine (300 dim glove embeddings)

Sorry, the in-code comment brought up `minimize.py` as an example of what the expected output format should look like, but that script won't run on RAMS, and `cache_bert_hf.py` won't run...