Skip to content

Commit

Permalink
Added train and eval splits source DOIs to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Nov 3, 2024
1 parent 87101f6 commit 4363fce
Show file tree
Hide file tree
Showing 3 changed files with 24,635 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ question answering, summarization, and contradiction detection.
- [How come I get different results than your papers?](#how-come-i-get-different-results-than-your-papers)
- [How is this different from LlamaIndex or LangChain?](#how-is-this-different-from-llamaindex-or-langchain)
- [Can I save or load?](#can-i-save-or-load)
- [Reproduction](#reproduction)
- [Citation](#citation)

<!--TOC-->
Expand Down Expand Up @@ -947,6 +948,12 @@ with open("my_docs.pkl", "rb") as f:
docs = pickle.load(f)
```

## Reproduction

Contained in [docs/2024-10-16_litqa2-splits.json5](docs/2024-10-16_litqa2-splits.json5)
are the questions and DOIs we used to build the train and evaluation splits' indexes.
The test split remains held out.

## Citation

Please read and cite the following papers if you use this software:
Expand Down
Loading

0 comments on commit 4363fce

Please sign in to comment.