Jude Khouja commited on
Commit
cf2351d
·
1 Parent(s): 4f2a78e

Fix typo in name

Browse files
Files changed (1) hide show
  1. data_loader.py +3 -3
data_loader.py CHANGED
@@ -432,14 +432,14 @@ METHODOLOGY = """
432
  <div class="bibtex-citation" style="font-family: monospace; white-space: pre; padding: 1em; background-color: rgba(128, 128, 128, 0.1); border: 1px solid rgba(128, 128, 128, 0.2); border-radius: 4px; color: currentColor;">
433
  @misc{khouja2025lingolytoodisentanglingmemorisationreasoning,
434
  title={LINGOLY-TOO: Disentangling Memorisation from Reasoning with Linguistic Templatisation and Orthographic Obfuscation},
435
- author={Jude Khouja and Karolina Korgul and Simi Hellsten and Lingyi Yang and Vlad Neacs and Harry Mayne and Ryan Kearns and Andrew Bean and Adam Mahdi},
436
  year={2025},
437
  eprint={2503.02972},
438
  archivePrefix={arXiv},
439
  primaryClass={cs.CL},
440
  url={https://arxiv.org/abs/2503.02972},
441
- }
442
- }</div>
443
 
444
  """
445
 
 
432
  <div class="bibtex-citation" style="font-family: monospace; white-space: pre; padding: 1em; background-color: rgba(128, 128, 128, 0.1); border: 1px solid rgba(128, 128, 128, 0.2); border-radius: 4px; color: currentColor;">
433
  @misc{khouja2025lingolytoodisentanglingmemorisationreasoning,
434
  title={LINGOLY-TOO: Disentangling Memorisation from Reasoning with Linguistic Templatisation and Orthographic Obfuscation},
435
+ author={Jude Khouja and Karolina Korgul and Simi Hellsten and Lingyi Yang and Vlad Neacsu and Harry Mayne and Ryan Kearns and Andrew Bean and Adam Mahdi},
436
  year={2025},
437
  eprint={2503.02972},
438
  archivePrefix={arXiv},
439
  primaryClass={cs.CL},
440
  url={https://arxiv.org/abs/2503.02972},
441
+ }
442
+ </div>
443
 
444
  """
445