emilylearning
commited on
Commit
·
17240c0
1
Parent(s):
12781b6
Update README.md
Browse fileslink to arxiv paper
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 💻
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
@@ -9,14 +9,15 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
14 |
|
15 |
-
# Setup env:
|
16 |
```
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
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 |
+
}
|