Skip to content

Commit d0f6113

Browse files
committed
update gr pref task prompts
1 parent 3519d5f commit d0f6113

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

src/public/viz-guardrails/GuardrailPreferenceTask.tsx

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
9191
<b>Norway’s</b>
9292
<span> COVID-19 cases.</span>
9393
<br />
94-
<strong>Your task is to evaluate the severity of the COVID-19 outbreak in Norway. In other words, how bad was Norway hit by the pandemic?</strong>
95-
<br />
96-
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
94+
<strong>If your task is to evaluate the severity of the COVID-19 outbreak in Norway</strong>
95+
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
9796
</>
9897
);
9998
}
@@ -104,9 +103,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
104103
<b>Norway’s</b>
105104
<span> COVID-19 response.</span>
106105
<br />
107-
<strong>Your task is to evaluate the effectiveness of Norway’s COVID-19 response measures. In other words, how well did Norway respond to the pandemic?</strong>
108-
<br />
109-
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
106+
<strong>If your task is to evaluate the effectiveness of Norway’s COVID-19 response measures</strong>
107+
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
110108
</>
111109
);
112110
}
@@ -117,9 +115,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
117115
<b>Verizon’s (VZ)</b>
118116
<span> stock performance.</span>
119117
<br />
120-
<strong>Your task is to evaluate the performance of Verizon’s (VZ) stock from an investor’s perspective. In other words, how good of an investment is the VZ stock?</strong>
121-
<br />
122-
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
118+
<strong>If your task is to evaluate the performance of Verizon’s (VZ) stock from an investor’s perspective</strong>
119+
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
123120
</>
124121
);
125122
}
@@ -129,9 +126,8 @@ export function GuardrailPreferenceTask({ parameters, setAnswer }: any) {
129126
<b>Verizon’s (VZ)</b>
130127
<span> stock performance.</span>
131128
<br />
132-
<strong>Your task is to evaluate the quality of Verizon’s (VZ) leadership performance. In other words, how well did the Verizon management do their job?</strong>
133-
<br />
134-
<span>Which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
129+
<strong>If your task is to evaluate the quality of Verizon’s (VZ) leadership performance</strong>
130+
<span>, which chart do you think supports this task best, and why? Select your preferred chart by clicking the &apos;Select&apos; button at the top-right of the chart.</span>
135131
</>
136132
);
137133
})()}

0 commit comments

Comments
 (0)