Zoey Li

Results 14 comments of Zoey Li

A quick comparison shows that you are missing the `--head-only` keyword in the scoring script. Can you double check the `checkpoints/$CKPT_NAME-pred/predictions.jsonl` file to see if the output looks normal? (You...

The predictions should include the special token which is used for matching the filled arguments: ```{"doc_key": "wiki_mass_car_bombings_1_news_8", "predicted": " members died at place from medical issue, killed by Taliban killer",...

I suspect something is wrong with the `scorer.py` function. What is the spacy version that you are using?

I've uploaded a copy of my prediction results to `outputs/wikievents-pointer-pred/predictions.jsonl`. Try running the `scorer.py` function locally and see if you get the results in Table 5 of the paper.