Code implementation of the paper [Can Large Language Models Recall Reference Location Like Humans?].
Download the validation sets of the following datasets from the KILT repository:
- NQ
- HotpotQA
- TriviaQA
- ELI5
- FEVER
- WoW
Follow the instructions in the KILT repository for downloading the specific validation sets.
- Download kilt_w100_title.tsv and mapping_KILT_title.p.
- Run the
passage2doc.shscript:./passage2doc.sh
- Run the
build_index.shscript:./build_index.sh
- Run the
run.shscript:./run.sh