emilylearning commited on
Commit
6fc0f57
·
1 Parent(s): eef17b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 how in our paper, [Selection Bias Induced Spurious Correlations in Large Language Models](https://arxiv.org/pdf/2207.08982.pdf), presented at [ICML 2022 Workshop on Spurious Correlations, Invariance, and Stability](https://sites.google.com/view/scis-workshop/home).")
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")