chore: add arxiv citation
Browse files
README.md
CHANGED
@@ -26,4 +26,14 @@ Large Language Models (LLMs) have shown impressive performance on various benchm
|
|
26 |
`difficulty` - the difficulty of the puzzle as rated by community contributors.
|
27 |
|
28 |
## Citation
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
`difficulty` - the difficulty of the puzzle as rated by community contributors.
|
27 |
|
28 |
## Citation
|
29 |
+
```
|
30 |
+
@misc{lopez2024nytconnectionsdeceptivelysimpletext,
|
31 |
+
title={NYT-Connections: A Deceptively Simple Text Classification Task that Stumps System-1 Thinkers},
|
32 |
+
author={Angel Yahir Loredo Lopez and Tyler McDonald and Ali Emami},
|
33 |
+
year={2024},
|
34 |
+
eprint={2412.01621},
|
35 |
+
archivePrefix={arXiv},
|
36 |
+
primaryClass={cs.CL},
|
37 |
+
url={https://arxiv.org/abs/2412.01621},
|
38 |
+
}
|
39 |
+
```
|