Spaces:
Running
Running
Jude Khouja
commited on
Commit
·
1d10ef9
1
Parent(s):
eea31a0
Update paper link and citation
Browse files- data_loader.py +11 -8
data_loader.py
CHANGED
@@ -55,7 +55,7 @@ COMMON = """
|
|
55 |
|
56 |
|
57 |
# Define constants for the links
|
58 |
-
PAPER_LINK = "https://
|
59 |
CODE_LINK = "https://github.com/jkhouja/L2"
|
60 |
BLOG_LINK = "https://github.com/jkhouja/L2"
|
61 |
DATASET_LINK = "https://huggingface.co/datasets/jkhouja/LingOly-TOO"
|
@@ -430,13 +430,16 @@ METHODOLOGY = """
|
|
430 |
|
431 |
<div class="section-divider"></div>
|
432 |
<h1 class="section-title">Citation</h2>
|
433 |
-
<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;"
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
|
|
|
|
|
|
440 |
}</div>
|
441 |
|
442 |
"""
|
|
|
55 |
|
56 |
|
57 |
# Define constants for the links
|
58 |
+
PAPER_LINK = "https://arxiv.org/abs/2503.02972"
|
59 |
CODE_LINK = "https://github.com/jkhouja/L2"
|
60 |
BLOG_LINK = "https://github.com/jkhouja/L2"
|
61 |
DATASET_LINK = "https://huggingface.co/datasets/jkhouja/LingOly-TOO"
|
|
|
430 |
|
431 |
<div class="section-divider"></div>
|
432 |
<h1 class="section-title">Citation</h2>
|
433 |
+
<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;">
|
434 |
+
@misc{khouja2025lingolytoodisentanglingmemorisationreasoning,
|
435 |
+
title={LINGOLY-TOO: Disentangling Memorisation from Reasoning with Linguistic Templatisation and Orthographic Obfuscation},
|
436 |
+
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},
|
437 |
+
year={2025},
|
438 |
+
eprint={2503.02972},
|
439 |
+
archivePrefix={arXiv},
|
440 |
+
primaryClass={cs.CL},
|
441 |
+
url={https://arxiv.org/abs/2503.02972},
|
442 |
+
}
|
443 |
}</div>
|
444 |
|
445 |
"""
|