microsoft / KC

Knowledge Computing group - MSRA
MIT License
83 stars 20 forks source link

Missing file for Entity Disambiguation #44

Open midannii opened 1 year ago

midannii commented 1 year ago

Hi.

I want to run PURE with GrailQA for entity retrieval, as you mentioned in README. When I execute $ sh retriever/scripts/entity_retrieval.sh for entity disambiguation, I found that there is no 'retriever/results/disamb/grail_dev/predictions.json' in https://github.com/microsoft/KC/blob/main/papers/TIARA/src/utils/disamb_to_entity.py#L18 .

Do you mind if you help me to get that file?

yhshu commented 1 year ago

Hello. This file is obtained from the entity retrieval part of RnG-KBQA(https://github.com/salesforce/rng-kbqa). I don't know if you have checked that first. Please reply if you meet any further problems.