Spaces:
Running
Running
Commit
Β·
1ec4201
1
Parent(s):
a828a08
Update README.md
Browse fileslink to arxiv paper
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: pink
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.9
|
| 8 |
app_file: app.py
|
|
@@ -10,4 +10,17 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: LLM Task Underspecification Detection
|
| 3 |
+
emoji: π
|
| 4 |
colorFrom: pink
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.9
|
| 8 |
app_file: app.py
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
|
| 14 |
+
This is a demo is a simplified version of the Method 2 described in the paper, ["Underspecification in Language Modeling Tasks: A Causality-Informed Study of Gendered Pronoun Resolution
|
| 15 |
+
"](https://arxiv.org/abs/2210.00131)
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
@misc{mcmilin2023underspecification,
|
| 19 |
+
title={Underspecification in Language Modeling Tasks: A Causality-Informed Study of Gendered Pronoun Resolution},
|
| 20 |
+
author={Emily McMilin},
|
| 21 |
+
year={2023},
|
| 22 |
+
eprint={2210.00131},
|
| 23 |
+
archivePrefix={arXiv},
|
| 24 |
+
primaryClass={cs.CL}
|
| 25 |
+
}
|
| 26 |
+
```
|