emilylearning commited on
Commit
38209f6
1 Parent(s): 6fc0f57

Update paper link

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -355,9 +355,8 @@ 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 in [our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4).")
359
-
360
-
361
  gr.Markdown("## Instructions for this Demo")
362
  gr.Markdown("1) Click on one of the examples below (where we sweep through a spectrum of `places`, `dates` and `subreddits`) to pre-populate the input fields.")
363
  gr.Markdown("2) Check out the pre-populated fields as you scroll down to the ['Hit Submit...'] button!")
 
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 [Exploiting Selection Bias on Underspecified Tasks in Large Language Models](https://arxiv.org/abs/2210.00131).")
359
+
 
360
  gr.Markdown("## Instructions for this Demo")
361
  gr.Markdown("1) Click on one of the examples below (where we sweep through a spectrum of `places`, `dates` and `subreddits`) to pre-populate the input fields.")
362
  gr.Markdown("2) Check out the pre-populated fields as you scroll down to the ['Hit Submit...'] button!")