emilylearning commited on
Commit
1ec4201
β€’
1 Parent(s): a828a08

Update README.md

Browse files

link to arxiv paper

Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Uncertainty
3
- emoji: 🐠
4
  colorFrom: pink
5
- colorTo: pink
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```