jugalgajjar commited on
Commit
a092c6f
·
verified ·
1 Parent(s): ceaa4d3

Add citation for HyperComplEx (Gajjar et al., 2025) — paper that introduced this dataset

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -228,6 +228,29 @@ path = hf_hub_download(
228
  )
229
  ```
230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  ## Source and licensing
232
 
233
  - **Source data:** [OpenAlex](https://openalex.org), released into the public
@@ -236,8 +259,6 @@ path = hf_hub_download(
236
  [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). You may use,
237
  modify, and redistribute it, including commercially, provided you give
238
  attribution and license your derivative works under the same terms.
239
- - Please also cite OpenAlex when using this dataset; see their
240
- [citation guidance](https://docs.openalex.org).
241
 
242
  ## Repository layout
243
 
 
228
  )
229
  ```
230
 
231
+ ## Citation
232
+
233
+ This dataset was introduced in the following paper. **If you use this dataset
234
+ in your work, please cite it.** Please also cite OpenAlex (the source data;
235
+ see their [citation guidance](https://docs.openalex.org)).
236
+
237
+ **BibTeX:**
238
+
239
+ ```bibtex
240
+ @inproceedings{gajjar2025hypercomplex,
241
+ title={HyperComplEx: Adaptive Multi-Space Knowledge Graph Embeddings},
242
+ author={Gajjar, Jugal and Ranaware, Kaustik and Subramaniakuppusamy, Kamalasankari and Gandhi, Vaibhav C},
243
+ booktitle={2025 IEEE International Conference on Big Data (BigData)},
244
+ pages={5623--5631},
245
+ year={2025},
246
+ organization={IEEE}
247
+ }
248
+ ```
249
+
250
+ **APA:**
251
+
252
+ > Gajjar, J., Ranaware, K., Subramaniakuppusamy, K., & Gandhi, V. C. (2025, December). HyperComplEx: Adaptive Multi-Space Knowledge Graph Embeddings. In *2025 IEEE International Conference on Big Data (BigData)* (pp. 5623–5631). IEEE.
253
+
254
  ## Source and licensing
255
 
256
  - **Source data:** [OpenAlex](https://openalex.org), released into the public
 
259
  [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). You may use,
260
  modify, and redistribute it, including commercially, provided you give
261
  attribution and license your derivative works under the same terms.
 
 
262
 
263
  ## Repository layout
264