Datasets:

ArXiv:
License:
shrivasd commited on
Commit
32126e7
1 Parent(s): 475548c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ Stack-Repo is a dataset of 200 Java repositories from GitHub with permissive lic
11
  - BM25 Contexts: These contexts are obtained based on the BM25 similarity scores.
12
  - RandomNN Contexts: These contexts are obtained using the nearest neighbors in the representation space of an embedding model.
13
 
14
- For more details, please check our paper [RepoFusion: Training Code Models to Understand Your Repository]().
15
 
16
  The original Java source files are obtained using a [modified version](https://huggingface.co/datasets/bigcode/the-stack-dedup) of [The Stack](https://huggingface.co/datasets/bigcode/the-stack).
17
 
 
11
  - BM25 Contexts: These contexts are obtained based on the BM25 similarity scores.
12
  - RandomNN Contexts: These contexts are obtained using the nearest neighbors in the representation space of an embedding model.
13
 
14
+ For more details, please check our paper [RepoFusion: Training Code Models to Understand Your Repository](https://arxiv.org/abs/2306.10998).
15
 
16
  The original Java source files are obtained using a [modified version](https://huggingface.co/datasets/bigcode/the-stack-dedup) of [The Stack](https://huggingface.co/datasets/bigcode/the-stack).
17