File size: 4,367 Bytes
c32ee7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
dataset: ecthr_cases
subset: alleged-violation-prediction
templates:
  32404ed1-2276-401f-bb93-2937d9919585: !Template
    answer_choices: null
    id: 32404ed1-2276-401f-bb93-2937d9919585
    jinja: '{{facts | join("\n")}}


      These facts show potential violation of European Convention on Human Rights
      articles. The number of violated articles is

      |||

      {{{1:"one",2:"two",3:"three",4:"four or more"}[[4,labels | length] | min]}}'
    metadata: !TemplateMetadata
      choices_in_prompt: null
      metrics: []
      original_task: false
    name: implicit_advice_number
    reference: implicitly ask for number of violated articles (rather than quantity)
  3e5ba238-98ad-4d25-b84f-f226158ef8d6: !Template
    answer_choices: null
    id: 3e5ba238-98ad-4d25-b84f-f226158ef8d6
    jinja: "The following facts relate to a claim brought before the European Court\
      \ of Human Rights (ECtHR). \n{{facts | join(\"\\n\")}}\n\nQuestion: How many\
      \ substantive articles in the European Convention on Human Rights could have\
      \ been breached on these facts? If more than three substantive articles are\
      \ breached, answer \"{{'several'}}\".\nAnswer:\n|||\n{{{1:\"one\",2:\"two\"\
      ,3:\"three\",4:\"several\"}[[4,labels | length] | min]}}"
    metadata: !TemplateMetadata
      choices_in_prompt: null
      metrics: []
      original_task: false
    name: ecthr_alleged_articles_declaration_at_end
    reference: Explicitly ask question at end
  7a56f5cc-20b5-4543-bb20-9c616d3f36dc: !Template
    answer_choices: null
    id: 7a56f5cc-20b5-4543-bb20-9c616d3f36dc
    jinja: 'Question: Have {{"one"}}, {{"two"}}, {{"three"}}, or {{"several"}} articles
      of the ECHR been violated on these facts?

      {{facts | join("\n")}}


      Answer:

      |||

      {{{1:"one",2:"two",3:"three",4:"several"}[[4,labels | length] | min]}}'
    metadata: !TemplateMetadata
      choices_in_prompt: null
      metrics: []
      original_task: false
    name: ecthr_alleged_articles_question_at_start
    reference: Explicitly ask question at start of prompt
  96fb3903-c1e4-4752-8b05-5e8c1c12370a: !Template
    answer_choices: null
    id: 96fb3903-c1e4-4752-8b05-5e8c1c12370a
    jinja: '{{facts | join("\n")}}


      In ruling on this case I have needed to carefully consider the submissions of
      the parties. The plaintiffs allege breaches at the European Court of Human Rights
      - the number of sections allegedly breached is

      |||

      {{{1:"one",2:"two",3:"three",4:"more than three"}[[4,labels | length] | min]}}.'
    metadata: !TemplateMetadata
      choices_in_prompt: null
      metrics: []
      original_task: false
    name: implicit_judgment_paragraph
    reference: implicitly asking for quantity as part of a judgment
  b4fb5e6e-5e91-4f39-82ba-45dba7b71aad: !Template
    answer_choices: null
    id: b4fb5e6e-5e91-4f39-82ba-45dba7b71aad
    jinja: '{{facts | join("\n")}}


      Question: Is it true that the facts in this case indicate more than two sections
      of the European Human Rights Convention were allegedly violated? Answer "yes"
      or "no"

      Answer:

      |||

      {{{1:"no",2:"no",3:"yes",4:"yes"}[[4,labels | length] | min]}} '
    metadata: !TemplateMetadata
      choices_in_prompt: null
      metrics: []
      original_task: false
    name: confirm number of violated articles
    reference: ask for yes/no confirmation of the number of violated articles
  e3e9046e-c631-4cf3-b1d3-98c08d88e62e: !Template
    answer_choices: null
    id: e3e9046e-c631-4cf3-b1d3-98c08d88e62e
    jinja: 'The following is an extract of facts from a judgment handed down by the
      European Court of Human Rights.


      {{facts[:10] | join("\n")}}


      {% if silver_rationales | length > 0 %}

      Additionally, the court cited the following facts elsewhere in the decision

      {% for loc in silver_rationales[:10] %}

      {{facts[loc]}}

      {% endfor %}

      {% endif %}


      Question: Have {{"one"}}, {{"two"}}, {{"three"}}, or {{"several"}} articles
      of the ECHR been violated on these facts?

      Answer:

      |||

      {{{1:"one",2:"two",3:"three",4:"several"}[[4,labels | length] | min]}}'
    metadata: !TemplateMetadata
      choices_in_prompt: null
      metrics: []
      original_task: false
    name: silver_rationales
    reference: ''