Spaces:
Runtime error
Runtime error
Commit
·
816b8b8
1
Parent(s):
7b1bbdd
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ with demo:
|
|
212 |
gr.Markdown("## Are you certain?")
|
213 |
gr.Markdown(
|
214 |
"#### LLMs are pretty good at reporting their uncertainty. We just need to ask the right way.")
|
215 |
-
gr.Markdown("Using our underspecification metric informed by applying causal inference techniques,
|
216 |
we are able to identify likely spurious correlations and exploit them in \
|
217 |
the scenario of gender underspecified tasks. (Note that introspecting softmax probabilities alone is insufficient, as in the sentences \
|
218 |
below, LLMs may report a softmax prob of ~0.9 despite the task being underspecified.)")
|
|
|
212 |
gr.Markdown("## Are you certain?")
|
213 |
gr.Markdown(
|
214 |
"#### LLMs are pretty good at reporting their uncertainty. We just need to ask the right way.")
|
215 |
+
gr.Markdown("Using our underspecification metric informed by applying causal inference techniques, \
|
216 |
we are able to identify likely spurious correlations and exploit them in \
|
217 |
the scenario of gender underspecified tasks. (Note that introspecting softmax probabilities alone is insufficient, as in the sentences \
|
218 |
below, LLMs may report a softmax prob of ~0.9 despite the task being underspecified.)")
|