Skip to content

Commit

Permalink
Remove anonymous submission from Natural Questions dataset.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700087197
  • Loading branch information
The TensorFlow Datasets Authors committed Nov 26, 2024
1 parent 8287609 commit 933865b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@
}

_CITATIONS = {
'longt5': """@misc{longt5,
'longt5': """@misc{guo2021longt5,
title={LongT5: Efficient Text-To-Text Transformer for Long Sequences},
author={Mandy Guo and Joshua Ainslie and David Uthus and Santiago Ontanon and Jianmo Ni and Yun-Hsuan Sung and Yinfei Yang},
year={2021},
eprint={2112.07916},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
""",
}
Expand Down

0 comments on commit 933865b

Please sign in to comment.