MoritzLaurer HF staff commited on
Commit
0d6ddcd
·
verified ·
1 Parent(s): 1beacef

Upload judgebench-vanilla-prompt.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. judgebench-vanilla-prompt.yaml +29 -0
judgebench-vanilla-prompt.yaml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ prompt:
2
+ template:
3
+ - role: user
4
+ content: |-
5
+ You are a helpful assistant in evaluating the quality of the outputs for a given instruction.
6
+ Your goal is to select the best output for the given instruction.
7
+ Select the Output (a) or Output (b) that is better for the given instruction. The two outputs are generated by two different AI chatbots respectively.
8
+ Do NOT provide any explanation for your choice.
9
+ Do NOT say both / neither are good.
10
+ You should answer using ONLY “Output (a)” or “Output (b)”. Do NOT output any other words.
11
+ # Instruction:
12
+ {{question}}
13
+ # Output (a):
14
+ {{response_a}}
15
+ # Output (b):
16
+ {{response_b}}
17
+ # Which is better, Output (a) or Output (b)? Your response should be either “Output (a)” or “Output (b)”:
18
+
19
+ template_variables:
20
+ - question
21
+ - response_a
22
+ - response_b
23
+
24
+ metadata:
25
+ source: Appendix A.5, https://arxiv.org/pdf/2410.12784
26
+ description: This prompt is used in the JudgeBench paper to evaluate the quality of the outputs for a given instruction.
27
+
28
+ client_parameters:
29
+ temperature: 0