gsarti commited on
Commit
3e60d70
β€’
1 Parent(s): e0116a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -6,9 +6,16 @@ colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.21.0
8
  app_file: app.py
9
- pinned: false
10
  license: apache-2.0
11
  short_description: Analyze context usage in LM generations with model internals
 
 
 
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: gradio
7
  sdk_version: 4.21.0
8
  app_file: app.py
9
+ pinned: true
10
  license: apache-2.0
11
  short_description: Analyze context usage in LM generations with model internals
12
+ tags:
13
+ - answer-attribution
14
+ - plausibility
15
+ - interpretability
16
+ - context-usage
17
+ - language-modeling
18
+ - arxiv:2310.01188
19
  ---
20
 
21
+ Demo for the paper [Quantifying the Plausibility of Context Reliance in Neural Machine Translation](https://arxiv.org/abs/2310.01188)