Spaces:
Runtime error
Runtime error
Commit
·
7b1bbdd
1
Parent(s):
5386bb9
Update app.py
Browse files
app.py
CHANGED
@@ -212,8 +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
|
216 |
-
[our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4), \
|
217 |
we are able to identify likely spurious correlations and exploit them in \
|
218 |
the scenario of gender underspecified tasks. (Note that introspecting softmax probabilities alone is insufficient, as in the sentences \
|
219 |
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.)")
|