emilylearning commited on
Commit
17240c0
1 Parent(s): 12781b6

Update README.md

Browse files

link to arxiv paper

Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Spurious_correlation_evaluation
3
  emoji: 💻
4
  colorFrom: yellow
5
  colorTo: blue
@@ -9,14 +9,15 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- To link arXiv paper to this demo, reference below:
13
- models: https://huggingface.co/emilylearning/selection-induced-collider-bias
14
 
15
- # Setup env:
16
  ```
17
- python3 -m venv venv_sce
18
- source venv_sce/bin/activate
19
- pip install -r requirements.txt
20
- ```
21
-
22
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
 
1
  ---
2
+ title: Specification-induced spurious correlation evaluation
3
  emoji: 💻
4
  colorFrom: yellow
5
  colorTo: blue
 
9
  pinned: false
10
  ---
11
 
12
+ This is a demo is a simplified version of Method 1 described in the paper, ["Underspecification in Language Modeling Tasks: A Causality-Informed Study of Gendered Pronoun Resolution
13
+ "](https://arxiv.org/abs/2210.00131)
14
 
 
15
  ```
16
+ @misc{mcmilin2023underspecification,
17
+ title={Underspecification in Language Modeling Tasks: A Causality-Informed Study of Gendered Pronoun Resolution},
18
+ author={Emily McMilin},
19
+ year={2023},
20
+ eprint={2210.00131},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.CL}
23
+ }