Commit
·
6fc0f57
1
Parent(s):
eef17b3
Update app.py
Browse files
app.py
CHANGED
@@ -355,7 +355,7 @@ with demo:
|
|
355 |
gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
|
356 |
gr.Markdown("Find spurious correlations between seemingly independent variables (for example between `gender` and `time`) in almost any BERT-like LLM on Hugging Face, below.")
|
357 |
|
358 |
-
gr.Markdown("See why this happens
|
359 |
|
360 |
|
361 |
gr.Markdown("## Instructions for this Demo")
|
|
|
355 |
gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
|
356 |
gr.Markdown("Find spurious correlations between seemingly independent variables (for example between `gender` and `time`) in almost any BERT-like LLM on Hugging Face, below.")
|
357 |
|
358 |
+
gr.Markdown("See why this happens in [our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4).")
|
359 |
|
360 |
|
361 |
gr.Markdown("## Instructions for this Demo")
|