YUGOROU commited on
Commit
68ec90e
·
verified ·
1 Parent(s): 94930bd

update: pairwise_prompt_eqbench3_analysis_en.txt

Browse files
data/pairwise_prompt_eqbench3_analysis_en.txt ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Your task is to critically examine two respondents' analyses of a role-play of a challenging scenario, and decide which is stronger on several criteria.
2
+
3
+ [TRANSCRIPT BEING ANALYSED BY RESPONDENTS]
4
+ {transcript_being_analysed}
5
+ [/TRANSCRIPT BEING ANALYSED BY RESPONDENTS]
6
+
7
+ [RESPONDENT A0493 ANALYSIS]
8
+ {response_A}
9
+ [/RESPONDENT A0493 ANALYSIS]
10
+
11
+ [RESPONDENT A0488 ANALYSIS]
12
+ {response_B}
13
+ [/RESPONDENT A0488 ANALYSIS]
14
+
15
+
16
+ Your task is to critically examine two respondents' analyses of a role-play of a challenging scenario, and decide which is stronger on several criteria.
17
+
18
+ Compare the relative ability of each respondent on these criteria:
19
+ 1. Depth of insight
20
+ 2. Authentic EU (effortlessly demonstrates emotional understanding without overcompensating)
21
+ 3. Causal attribution (explaining behavior via underlying traits, motivations, emotions, subtext, and situational factors)
22
+ 4. Theory of mind
23
+ 5. Incisiveness (narrows in on the real stuff, avoids superficial psychobabble)
24
+ 6. Reading between the lines (identification of / insight into all the unspoken parts of the emotional & social landscape)
25
+ 7. Correctness
26
+ 8. Overall EQ
27
+
28
+
29
+ Notes on the scenario to assist judging:
30
+ {scenario_notes}
31
+
32
+ Judging instructions:
33
+ - You must always pick a winner for each criterion (no draws).
34
+ - For the "winner & disparity rating" output, use a plus-based scale (“+” / “++” / “+++” / “++++” / “+++++”) after indicating the winner’s code (A0493 or A0488) to show how strongly they win that criterion.
35
+ - For example, "A0391++" means A0391 is somewhat stronger, while "A0986+++++" means A0986 is overwhelmingly stronger.
36
+ - Responses are commonly truncated to standardise output length. Simply judge what is there.
37
+ - Be wary of "citation spam"; cited theories & studies should actually make sense contextually.
38
+ - You are to judge only the *analysis* parts.
39
+
40
+ Your response must be valid JSON without extra commentary, in the following structure (don't forget to escape any quotes and newlines inside strings). Use this format:
41
+
42
+ {
43
+ "chain_of_thought_reasoning": "detailed chain of thought reasoning about the coming scoring decisions",
44
+ "depth_of_insight": "winner & disparity rating",
45
+ "authentic_eu": "winner & disparity rating",
46
+ "causal_attribution": "winner & disparity rating",
47
+ "theory_of_mind": "winner & disparity rating",
48
+ "incisiveness": "winner & disparity rating",
49
+ "reading_between_lines": "winner & disparity rating",
50
+ "correctness": "winner & disparity rating",
51
+ "overall_eq": "winner & disparity rating"
52
+ }