Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
This dataset is created by [DeepSim: deep learning code functional similarity](https://dl.acm.org/doi/10.1145/3236024.3236068).
|
6 |
+
|
7 |
+
I downloaded `googlejam4.tar.gz` from [parasol-aser/deepsim](https://github.com/parasol-aser/deepsim/), fixed encoding of `6/googlejam6.p261.Round1B.java` and `1/googlejam1.p815.MushroomMonster.java`, and re-compressed in `zip`.
|
8 |
+
|
9 |
+
The `all` split (all 12 problems) is consistent with their paper (I guess...).
|
10 |
+
|
11 |
+
The `test` split (problem 5, 6, 7, 8, 12) is used in experiments of [Language Models are Universal Embedders](https://arxiv.org/pdf/2310.08232.pdf).
|
12 |
+
|
13 |
+
| problem | code num |
|
14 |
+
|---------|----------|
|
15 |
+
| 1 | 478 |
|
16 |
+
| 2 | 88 |
|
17 |
+
| 3 | 242 |
|
18 |
+
| 4 | 38 |
|
19 |
+
| 5 | 2 |
|
20 |
+
| 6 | 435 |
|
21 |
+
| 7 | 27 |
|
22 |
+
| 8 | 245 |
|
23 |
+
| 9 | 68 |
|
24 |
+
| 10 | 18 |
|
25 |
+
| 11 | 20 |
|
26 |
+
| 12 | 4 |
|