cbock90 commited on
Commit
2c309b6
·
verified ·
1 Parent(s): d0cad56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -202,11 +202,14 @@ Round-tripping every graph in this release through
202
  ## Citation
203
 
204
  ```bibtex
205
- @article{chaudhari2024spider,
206
- title={SpIDER: Spatially Informed Dense Embedding Retrieval for Software Issue Localization},
207
- author={Chaudhari, Shravan and Jacob, Rahul Thomas and Goswami, Mononito and Cao, Jiajun and Rashid, Shihab and Bock, Christian},
208
- journal={arXiv preprint arXiv:2512.16956},
209
- year={2026}
 
 
 
210
  }
211
  ```
212
 
 
202
  ## Citation
203
 
204
  ```bibtex
205
+ @misc{chaudhari2026spiderspatiallyinformeddense,
206
+ title={SpIDER: Spatially Informed Dense Embedding Retrieval for Software Issue Localization},
207
+ author={Shravan Chaudhari and Rahul Thomas Jacob and Mononito Goswami and Jiajun Cao and Shihab Rashid and Christian Bock},
208
+ year={2026},
209
+ eprint={2512.16956},
210
+ archivePrefix={arXiv},
211
+ primaryClass={cs.SE},
212
+ url={https://arxiv.org/abs/2512.16956},
213
  }
214
  ```
215