sherzod-hakimov commited on
Commit
795a12d
1 Parent(s): d12b8ee

added paper link to README

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -9,4 +9,16 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ ["clembench: A Framework for the Systematic Evaluation of Chat-Optimized Language Models as Conversational Agents"](https://arxiv.org/abs/2305.13455)
13
+
14
+
15
+ ```
16
+ @misc{chalamalasetti2023clembench,
17
+ title={Clembench: Using Game Play to Evaluate Chat-Optimized Language Models as Conversational Agents},
18
+ author={Kranti Chalamalasetti and Jana Götze and Sherzod Hakimov and Brielen Madureira and Philipp Sadler and David Schlangen},
19
+ year={2023},
20
+ eprint={2305.13455},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.CL}
23
+ }
24
+ ```