Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
yuchenlin commited on
Commit
0a473f5
·
verified ·
1 Parent(s): 795065d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -53,3 +53,29 @@ configs:
53
  - split: test
54
  path: mc_mode/test-*
55
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  - split: test
54
  path: mc_mode/test-*
55
  ---
56
+
57
+
58
+
59
+ Paper: https://huggingface.co/papers/2502.01100
60
+
61
+ Arxiv: https://arxiv.org/abs/2502.01100
62
+
63
+ ### Citation
64
+ ```bibtex
65
+ @article{zebralogic2025,
66
+ title={ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning},
67
+ author={Bill Yuchen Lin and Ronan Le Bras and Kyle Richardson and Ashish Sabharwal and Radha Poovendran and Peter Clark and Yejin Choi},
68
+ year={2025},
69
+ url={https://arxiv.org/abs/2502.01100},
70
+ }
71
+
72
+
73
+ @article{dziri2024faith,
74
+ title={Faith and fate: Limits of transformers on compositionality},
75
+ author={Nouha Dziri and Ximing Lu and Melanie Sclar and Xiang Lorraine Li and Liwei Jian and Bill Yuchen Lin and Peter West and Chandra Bhagavatula and Ronan Le Bras and Jena D. Hwang and Soumya Sanyal and Sean Welleck and Xiang Ren and Allyson Ettinger and Za{\"i}d Harchaoui and Yejin Choi},
76
+ journal={Advances in Neural Information Processing Systems},
77
+ volume={36},
78
+ year={2024}
79
+ }
80
+
81
+ ```