Datasets:
IAugenstein
commited on
Commit
•
7c51a08
1
Parent(s):
95d4c38
Update README.md
Browse files
README.md
CHANGED
@@ -55,4 +55,19 @@ Our dataset consists of three different partitions.
|
|
55 |
|
56 |
3. Context : Context ("context" column) is masked with \[ENTITY\]. Before providing the context to the LM, you should replace \[ENTITY\] with either "obj" or "replace_name".
|
57 |
|
58 |
-
4. Number of edits : "num_edits" column. This denotes Temporality for temporal partition, and Disputability for disputable partition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
3. Context : Context ("context" column) is masked with \[ENTITY\]. Before providing the context to the LM, you should replace \[ENTITY\] with either "obj" or "replace_name".
|
57 |
|
58 |
+
4. Number of edits : "num_edits" column. This denotes Temporality for temporal partition, and Disputability for disputable partition.
|
59 |
+
|
60 |
+
## Citation
|
61 |
+
|
62 |
+
If you find our dataset helpful, kindly refer to us in your work using the following citation:
|
63 |
+
```
|
64 |
+
@misc{marjanović2024dynamicqatracinginternalknowledge,
|
65 |
+
title={DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models},
|
66 |
+
author={Sara Vera Marjanović and Haeun Yu and Pepa Atanasova and Maria Maistro and Christina Lioma and Isabelle Augenstein},
|
67 |
+
year={2024},
|
68 |
+
eprint={2407.17023},
|
69 |
+
archivePrefix={arXiv},
|
70 |
+
primaryClass={cs.CL},
|
71 |
+
url={https://arxiv.org/abs/2407.17023},
|
72 |
+
}
|
73 |
+
```
|