emilylearning commited on
Commit
b369354
1 Parent(s): 4e35c57

Update displayed text for link to paper

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -355,8 +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 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!")
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 ['Selection Induced Collider Bias: A Gender Pronoun Uncertainty Case Study'](https://arxiv.org/abs/2210.00131).")
 
359
  gr.Markdown("## Instructions for this Demo")
360
  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.")
361
  gr.Markdown("2) Check out the pre-populated fields as you scroll down to the ['Hit Submit...'] button!")