Update README.md
Browse files
README.md
CHANGED
@@ -76,6 +76,19 @@ Each line in the dataset is a JSON object with fields:
|
|
76 |
|
77 |
---
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
## Intended Use
|
80 |
|
81 |
The dataset is intended for academic research and educational use. It is particularly useful for probing relational understanding in language models and for developing systems that reason over structured knowledge in textual form.
|
|
|
76 |
|
77 |
---
|
78 |
|
79 |
+
## Citation
|
80 |
+
|
81 |
+
If you use this dataset in your work, please cite the following paper:
|
82 |
+
|
83 |
+
```bibtex
|
84 |
+
@article{yuan2025capturing,
|
85 |
+
title={Capturing Symmetry and Antisymmetry in Language Models through Symmetry-Aware Training Objectives},
|
86 |
+
author={Yuan, Zhangdie and Vlachos, Andreas},
|
87 |
+
journal={arXiv preprint arXiv:2504.16312},
|
88 |
+
year={2025}
|
89 |
+
}
|
90 |
+
```
|
91 |
+
|
92 |
## Intended Use
|
93 |
|
94 |
The dataset is intended for academic research and educational use. It is particularly useful for probing relational understanding in language models and for developing systems that reason over structured knowledge in textual form.
|