Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,5 +4,21 @@ license_name: other
|
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
### License
|
| 8 |
This repository contains code segments under multiple licenses (MIT, Apache 2.0, BSD, and GPL etc.,), The repository is adapted from the listed open source projects (see Notice file (`notice.md`) for 3P code); your use of this repository must comply with relevant code segments' licenses.
|
|
|
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
|
| 7 |
+
## Description
|
| 8 |
+
Graph data for software repository dependency structures, supporting the SpIDER framework for spatially-informed code retrieval and issue localization.
|
| 9 |
+
|
| 10 |
+
## Status
|
| 11 |
+
Work in progress. Data and documentation will be expanded.
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
```
|
| 15 |
+
@article{chaudhari2024spider,
|
| 16 |
+
title={SpIDER: Spatially Informed Dense Embedding Retrieval for Software Issue Localization},
|
| 17 |
+
author={Chaudhari, Shravan and Jacob, Rahul Thomas and Goswami, Mononito and Cao, Jiajun and Rashid, Shihab and Bock, Christian},
|
| 18 |
+
journal={arXiv preprint arXiv:2512.16956},
|
| 19 |
+
year={2024}
|
| 20 |
+
}
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
### License
|
| 24 |
This repository contains code segments under multiple licenses (MIT, Apache 2.0, BSD, and GPL etc.,), The repository is adapted from the listed open source projects (see Notice file (`notice.md`) for 3P code); your use of this repository must comply with relevant code segments' licenses.
|