Commit
•
370d909
1
Parent(s):
57c55a0
Create vanilla-prompt.yaml
Browse files- vanilla-prompt.yaml +28 -0
vanilla-prompt.yaml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
prompt:
|
2 |
+
messages:
|
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 |
+
input_variables:
|
20 |
+
- question
|
21 |
+
- response_a
|
22 |
+
- response_b
|
23 |
+
|
24 |
+
metadata:
|
25 |
+
source: https://arxiv.org/pdf/2410.12784
|
26 |
+
|
27 |
+
client_settings:
|
28 |
+
temperature: 0
|