yuchenlin commited on
Commit
9abf560
β€’
1 Parent(s): a29d961

update title

Browse files
Files changed (2) hide show
  1. _header.md +2 -2
  2. constants.py +1 -1
_header.md CHANGED
@@ -1,6 +1,6 @@
1
  <br/>
2
 
3
- # πŸ¦“ ZebraLogic Bench: Testing the Limits of LLMs in Logical Reasoning
4
  <!-- [πŸ“‘ FnF Paper](https://arxiv.org/abs/2305.18654) | -->
5
- [πŸ’» GitHub](https://github.com/yuchenlin/ZeroEval) | [πŸ€— HuggingFace](https://huggingface.co/collections/allenai/zebra-logic-bench-6697137cbaad0b91e635e7b0) | [🐦 X](https://twitter.com/billyuchenlin/) | [πŸ’¬ Discussion](https://huggingface.co/spaces/allenai/ZebraLogicBench-Leaderboard/discussions) | Updated: **{LAST_UPDATED}**
6
 
 
1
  <br/>
2
 
3
+ # πŸ¦“ ZebraLogic: Benchmarking the Logical Reasoning Ability of Language Models
4
  <!-- [πŸ“‘ FnF Paper](https://arxiv.org/abs/2305.18654) | -->
5
+ [πŸ“° Blog]() [πŸ’» GitHub](https://github.com/yuchenlin/ZeroEval) | [πŸ€— HuggingFace](https://huggingface.co/collections/allenai/zebra-logic-bench-6697137cbaad0b91e635e7b0) | [🐦 X](https://twitter.com/billyuchenlin/) | [πŸ’¬ Discussion](https://huggingface.co/spaces/allenai/ZebraLogicBench-Leaderboard/discussions) | Updated: **{LAST_UPDATED}**
6
 
constants.py CHANGED
@@ -13,7 +13,7 @@ BANNER = f'<div style="display: flex; justify-content: flex-start;"><img src="{b
13
  CITATION_TEXT = """
14
 
15
  @misc{zebralogicbench2024,
16
- title={ZebraLogic Bench: Testing the Limits of LLMs in Logical Reasoning},
17
  author={Bill Yuchen Lin, Ronan Le Bras, Yejin Choi},
18
  url={https://hf.co/spaces/allenai/ZebraLogicBench-Leaderboard},
19
  year={2024}
 
13
  CITATION_TEXT = """
14
 
15
  @misc{zebralogicbench2024,
16
+ title={ZebraLogic: Benchmarking the Logical Reasoning Ability of Language Models},
17
  author={Bill Yuchen Lin, Ronan Le Bras, Yejin Choi},
18
  url={https://hf.co/spaces/allenai/ZebraLogicBench-Leaderboard},
19
  year={2024}