Datasets:
spaidartaigar
commited on
Commit
•
1fbc30c
1
Parent(s):
9353f66
Update README.md
Browse files
README.md
CHANGED
@@ -4,19 +4,26 @@ configs:
|
|
4 |
- config_name: static
|
5 |
data_files:
|
6 |
- split: test
|
7 |
-
path:
|
8 |
- config_name: temporal
|
9 |
data_files:
|
10 |
- split: test
|
11 |
-
path:
|
12 |
- config_name: disputable
|
13 |
data_files:
|
14 |
- split: test
|
15 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
|
19 |
-
#
|
20 |
|
21 |
This is a repository for the paper [DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models](https://arxiv.org/abs/2407.17023) accepted at Findings of EMNLP 2024.
|
22 |
|
@@ -38,6 +45,4 @@ Our dataset consists of three different partitions.
|
|
38 |
| --------- | ------------------- |
|
39 |
| Static | 2500 |
|
40 |
| Temporal | 2495 |
|
41 |
-
| Disputable | 694 |
|
42 |
-
|
43 |
-
|
|
|
4 |
- config_name: static
|
5 |
data_files:
|
6 |
- split: test
|
7 |
+
path: static.csv
|
8 |
- config_name: temporal
|
9 |
data_files:
|
10 |
- split: test
|
11 |
+
path: temporal.csv
|
12 |
- config_name: disputable
|
13 |
data_files:
|
14 |
- split: test
|
15 |
+
path: disputable.csv
|
16 |
+
task_categories:
|
17 |
+
- question-answering
|
18 |
+
language:
|
19 |
+
- en
|
20 |
+
pretty_name: DynamicQA
|
21 |
+
size_categories:
|
22 |
+
- 10K<n<100K
|
23 |
---
|
24 |
|
25 |
|
26 |
+
# DYNAMICQA
|
27 |
|
28 |
This is a repository for the paper [DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models](https://arxiv.org/abs/2407.17023) accepted at Findings of EMNLP 2024.
|
29 |
|
|
|
45 |
| --------- | ------------------- |
|
46 |
| Static | 2500 |
|
47 |
| Temporal | 2495 |
|
48 |
+
| Disputable | 694 |
|
|
|
|