Update README.md
Browse files
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:
|
10 |
license: apache-2.0
|
11 |
short_description: Analyze context usage in LM generations with model internals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
|
|
|
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)
|