Skip to content

www-Ye/LLMRefLoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can Large Language Models Recall Reference Location Like Humans?

Code implementation of the paper [Can Large Language Models Recall Reference Location Like Humans?].

Prerequisites

  • Install or clone the KILT repository.
  • Install SEAL.

Dataset Download

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.

Merge Wikipedia document sets

Step 1: Download the Official KILT Splits

Step 2: Reconstruct Documents from Segmented Paragraphs

  • Run the passage2doc.sh script:
    ./passage2doc.sh

Step 3: Build Index

  • Run the build_index.sh script:
    ./build_index.sh

Running LLMRefLoc

  • Run the run.sh script:
    ./run.sh

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages