File size: 1,036 Bytes
370d909
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
745274a
370d909
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
prompt:
  messages: 
    - role: user
      content: >-
        You are a helpful assistant in evaluating the quality of the outputs for a given instruction.
        Your goal is to select the best output for the given instruction.
        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.
        Do NOT provide any explanation for your choice.
        Do NOT say both / neither are good.
        You should answer using ONLY “Output (a)” or “Output (b)”. Do NOT output any other words.
        # Instruction:
        {question}
        # Output (a):
        {response_a}
        # Output (b):
        {response_b}
        # Which is better, Output (a) or Output (b)? Your response should be either “Output (a)” or “Output (b)”:
      
  input_variables:
    - question
    - response_a
    - response_b

  metadata: 
   source: Appendix A.5, https://arxiv.org/pdf/2410.12784
  
  client_settings:
     temperature: 0