Anon Anon commited on
Commit
ca7f9b7
·
1 Parent(s): 044e51d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -354,7 +354,7 @@ with demo:
354
  gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
355
  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.")
356
 
357
- gr.Markdown("See why this happens how in [our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4)".)
358
 
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.")
 
354
  gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
355
  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.")
356
 
357
+ gr.Markdown("See why this happens how in [our ICLR paper under review](https://openreview.net/pdf?id=25VgHaPz0l4).")
358
 
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.")