andstor commited on
Commit
ce2c7e9
·
verified ·
1 Parent(s): b0bd826

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -157,17 +157,19 @@ combined_df = combined_df.join(cve_df, on='cve', how='inner')
157
 
158
  Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
159
 
160
- ## Citation [optional]
161
-
162
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
163
-
164
- **BibTeX:**
165
-
166
- [More Information Needed]
167
-
168
- **APA:**
169
-
170
- [More Information Needed]
 
 
171
 
172
  ## Glossary [optional]
173
 
 
157
 
158
  Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
159
 
160
+ ### Citation
161
+
162
+ ```bibtex
163
+ @misc{storhaug2026favia,
164
+ title={Favia: Forensic Agent for Vulnerability-fix Identification and Analysis},
165
+ author={André Storhaug and Jiamou Sun and Jingyue Li},
166
+ year={2026},
167
+ eprint={2602.12500},
168
+ archivePrefix={arXiv},
169
+ primaryClass={cs.SE},
170
+ url={https://arxiv.org/abs/2602.12500}
171
+ }
172
+ ```
173
 
174
  ## Glossary [optional]
175