Citation breaks huggingface dataset load
#1
by
eyalmazuz
- opened
_KnessetCorpus_CITATION =
@misc
{goldin2024knesset, title={The Knesset Corpus: An Annotated Corpus of Hebrew Parliamentary Proceedings}, author={Gili Goldin and Nick Howell and Noam Ordan and Ella Rabinovich and Shuly Wintner}, year={2024}, eprint={2405.18115}, archivePrefix={arXiv}, primaryClass={cs.CL} }
is not valid python syntax and when trying to load with huggingface's load_dataset
it throws an invalid syntax
error
GiliGold
changed pull request status to
merged