Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,22 @@ Edges are stored in the [edges.tsv](edges.tsv) file in the TSV format of the fol
|
|
68 |
|
69 |
As the graph is undirected, `source` and `target` can be interchanged for the given pair of nodes.
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
### Copyright
|
72 |
|
73 |
Licensed under the Creative Commons Attribution 4.0 License. See LICENSE file for more details.
|
|
|
68 |
|
69 |
As the graph is undirected, `source` and `target` can be interchanged for the given pair of nodes.
|
70 |
|
71 |
+
### Citation
|
72 |
+
|
73 |
+
* Likhobaba, D., Pavlichenko, N., Ustalov, D. (2023). [Toloker Graph: Interaction of Crowd Annotators](https://doi.org/10.5281/zenodo.7620795). Zenodo. <https://doi.org/10.5281/zenodo.7620795>
|
74 |
+
|
75 |
+
```bibtex
|
76 |
+
@dataset{Tolokers,
|
77 |
+
author = {Likhobaba, Daniil and Pavlichenko, Nikita and Ustalov, Dmitry},
|
78 |
+
title = {{Toloker Graph: Interaction of Crowd Annotators}},
|
79 |
+
year = {2023},
|
80 |
+
publisher = {Zenodo},
|
81 |
+
doi = {10.5281/zenodo.7620795},
|
82 |
+
url = {https://github.com/Toloka/TolokerGraph},
|
83 |
+
language = {english},
|
84 |
+
}
|
85 |
+
```
|
86 |
+
|
87 |
### Copyright
|
88 |
|
89 |
Licensed under the Creative Commons Attribution 4.0 License. See LICENSE file for more details.
|