jorgemarcc commited on
Commit
3d716d5
·
verified ·
1 Parent(s): 666556c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,6 +1,8 @@
1
  # -*- coding: utf-8 -*-
2
  """
3
- [Martinez-Gil2024] Augmenting the Interpretability of GraphCodeBERT for Code Similarity Tasks, arXiv preprint arXiv:2410.05275, 2024
 
 
4
 
5
  @author: Jorge Martinez-Gil
6
  """
 
1
  # -*- coding: utf-8 -*-
2
  """
3
+ [Martinez-Gil2025] Martinez-Gil, J. (2025).
4
+ Augmenting the Interpretability of GraphCodeBERT for Code Similarity Tasks.
5
+ International Journal of Software Engineering and Knowledge Engineering, 35(05), 657-678.
6
 
7
  @author: Jorge Martinez-Gil
8
  """