Skip to content

Commit 149224b

Browse files
committed
2 parents 4f22434 + 5967cd6 commit 149224b

21 files changed

+3597
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

agilecoder/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
<a class="navbar-item" href="https://fsoft-ai4code.github.io/agilecoder/">
8888
AgileCoder
8989
</a>
90+
<a class="navbar-item" href="https://fsoft-ai4code.github.io/srank-coderanker/">
91+
SRank-CodeRanker
92+
</a>
9093
</div>
9194

9295
</div>

repoexec/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
<a class="navbar-item" href="https://fsoft-ai4code.github.io/agilecoder/">
9191
AgileCoder
9292
</a>
93+
<a class="navbar-item" href="https://fsoft-ai4code.github.io/srank-coderanker/">
94+
SRank-CodeRanker
95+
</a>
9396
</div>
9497

9598
</div>

srank-coderanker/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Nerfies
2+
3+
This is the repository that contains source code for the [SRank-CodeRanker website](https://fsoft-ai4code.github.io/srank-coderanker/).
4+
5+
If you find SRank-CodeRanker useful for your work please cite:
6+
```
7+
@article{to2024functional,
8+
author = {Hung Quoc To and Minh Huynh Nguyen and Nghi D. Q. Bui},
9+
title = {Functional Overlap Reranking for Neural Code Generation},
10+
journal = {ACL},
11+
year = {2024},
12+
}
13+
```
14+
15+
# Website License
16+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

0 commit comments

Comments
 (0)