-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -201,11 +201,11 @@ You will also need to write a metadata file for your model. Your metadata file s | |
} | ||
``` | ||
|
||
Then, fork this repository. Add your generation files to | ||
Then, fork this repository. Add your generation files to | ||
`leaderboard-submissions/[SETTING]-generations/YOUR-SYSTEM-NAME.jsonl` | ||
and your metadata file to `leaderboard-submissions/metadata/YOUR-SYSTEM-NAME.json` and make a pull request. | ||
|
||
If you do not want to release the generations of your model, please email these files to | ||
If you do not want to release the generations of your model, please email these files to | ||
[[email protected]](mailto:[email protected]) instead and we will add your model to the leaderboards without | ||
pushing the generations. | ||
|
||
|
@@ -219,4 +219,17 @@ Although this package queries live Wikipedia and uses the Revisions API to get p | |
we also provide a snapshot of English Wikipedia as of Nov 20, 2023. You can download this | ||
snapshot [here](https://datasets.mechanus.zhu.codes/fanoutqa/enwiki-20231120-pages-articles-multistream.xml.bz2) (23G) | ||
and its | ||
index [here](https://datasets.mechanus.zhu.codes/fanoutqa/enwiki-20231120-pages-articles-multistream-index.txt.bz2). | ||
index [here](https://datasets.mechanus.zhu.codes/fanoutqa/enwiki-20231120-pages-articles-multistream-index.txt.bz2). | ||
|
||
## Acknowledgements | ||
|
||
We would like to thank the members of the lab of Chris Callison-Burch for detailed feedback on the contents of this | ||
paper and the members of the Northern Lights Province Discord for their participation in our human evaluation. In | ||
particular, we would like to thank Bryan Li for his thoughtful suggestions with regards to our human evaluation and | ||
other parts of our paper. | ||
|
||
This research is supported in part by the Office of the Director of National Intelligence (ODNI), Intelligence Advanced | ||
Research Projects Activity (IARPA), via the HIATUS Program contract #2022-22072200005. The views and conclusions | ||
contained herein are those of the authors and should not be interpreted as necessarily representing the official | ||
policies, either expressed or implied, of ODNI, IARPA, or the U.S. Government. The U.S. Government is authorized to | ||
reproduce and distribute reprints for governmental purposes notwithstanding any copyright annotation therein. |