Skip to content

Commit

Permalink
Added train and eval splits' questions and DOIs (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Nov 7, 2024
1 parent 02686ef commit 7b00c5e
Show file tree
Hide file tree
Showing 3 changed files with 24,638 additions and 0 deletions.
10 changes: 10 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,15 @@ 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 question IDs
(correspond with [LAB-Bench's LitQA2 question IDs](https://github.com/Future-House/LAB-Bench/blob/main/LitQA2/litqa-v2-public.jsonl))
used in the train and evaluation splits,
as well as paper DOIs 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 7b00c5e

Please sign in to comment.