SaveBertAndGpt commited on
Commit
6af7021
1 Parent(s): 4c49cc4

Update citation

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -107,7 +107,7 @@ model-index:
107
  name: Open LLM Leaderboard
108
  ---
109
 
110
- This is the Digital Socrates 13B (DS-13B) model described in our paper: <b>Digital Socrates: Evaluating LLMs through explanation critiques</b> (arXiv link: https://arxiv.org/abs/2311.09613).
111
 
112
  The less recommended, smaller 7B model can be found at https://huggingface.co/allenai/digital-socrates-7b
113
 
@@ -226,6 +226,29 @@ Explanation score: 2
226
  For more details about Digital Socrates, please refer to our:
227
  * 📄Paper: https://arxiv.org/abs/2311.09613
228
  * 💻Dataset: https://allenai.org/data/digital-socrates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
230
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_allenai__digital-socrates-13b)
231
 
 
107
  name: Open LLM Leaderboard
108
  ---
109
 
110
+ This is the Digital Socrates 13B (DS-13B) model described in our paper: <b>Digital Socrates: Evaluating LLMs through explanation critiques</b> (ACL Anthology link: https://aclanthology.org/2024.acl-long.302, arXiv link: https://arxiv.org/abs/2311.09613).
111
 
112
  The less recommended, smaller 7B model can be found at https://huggingface.co/allenai/digital-socrates-7b
113
 
 
226
  For more details about Digital Socrates, please refer to our:
227
  * 📄Paper: https://arxiv.org/abs/2311.09613
228
  * 💻Dataset: https://allenai.org/data/digital-socrates
229
+
230
+
231
+ # Citation
232
+
233
+ ```
234
+ @inproceedings{gu-etal-2024-digital,
235
+ title = "Digital Socrates: Evaluating {LLM}s through Explanation Critiques",
236
+ author = "Gu, Yuling and
237
+ Tafjord, Oyvind and
238
+ Clark, Peter",
239
+ editor = "Ku, Lun-Wei and
240
+ Martins, Andre and
241
+ Srikumar, Vivek",
242
+ booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
243
+ month = aug,
244
+ year = "2024",
245
+ address = "Bangkok, Thailand",
246
+ publisher = "Association for Computational Linguistics",
247
+ url = "https://aclanthology.org/2024.acl-long.302",
248
+ pages = "5559--5586",
249
+ }
250
+ ```
251
+
252
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
253
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_allenai__digital-socrates-13b)
254