Skip to content

Commit ae38c2a

Browse files
committed
Update SRank html head title
1 parent 46d8208 commit ae38c2a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

srank-coderanker/index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="Functional Overlap Reranking for Neural Code Generation provides a novel reranking strategy for code generation advancements.">
77
<meta name="keywords" content="SRank, CodeLLM, Code Generation, Functional Overlap">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<title>Nerfies: Deformable Neural Radiance Fields</title>
9+
<title>SRank: Functional Overlap Reranking for Neural Code Generation</title>
1010

1111
<!-- Global site tag (gtag.js) - Google Analytics -->
1212
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
@@ -124,7 +124,7 @@ <h1 class="title is-1 publication-title">Functional Overlap Reranking for Neural
124124
<div class="publication-links">
125125
<!-- PDF Link. -->
126126
<span class="link-block">
127-
<a href="https://arxiv.org/pdf/2311.03366"
127+
<a href="https://aclanthology.org/2024.findings-acl.220/"
128128
class="external-link button is-normal is-rounded is-dark">
129129
<span class="icon">
130130
<i class="fas fa-file-pdf"></i>
@@ -408,11 +408,14 @@ <h2 class="title is-3">Conclusion</h2>
408408
<section class="section" id="BibTeX">
409409
<div class="container is-max-desktop content">
410410
<h2 class="title">BibTeX</h2>
411-
<pre><code>@article{to2024functional,
412-
author = {Hung Quoc To and Minh Huynh Nguyen and Nghi D. Q. Bui},
411+
<pre><code>@inproceedings{to-etal-2024-functional,
413412
title = {Functional Overlap Reranking for Neural Code Generation},
414-
journal = {ACL},
413+
author = {To, Hung and Nguyen, Minh and Bui, Nghi},
414+
booktitle = {Findings of the Association for Computational Linguistics ACL 2024},
415415
year = {2024},
416+
pages = {3686--3704},
417+
publisher = {Association for Computational Linguistics},
418+
url = {https://aclanthology.org/2024.findings-acl.220},
416419
}</code></pre>
417420
</div>
418421
</section>
@@ -422,7 +425,7 @@ <h2 class="title">BibTeX</h2>
422425
<div class="container">
423426
<div class="content has-text-centered">
424427
<a class="icon-link"
425-
href="https://arxiv.org/pdf/2311.03366">
428+
href="https://aclanthology.org/2024.findings-acl.220.pdf">
426429
<i class="fas fa-file-pdf"></i>
427430
</a>
428431
<a class="icon-link" href="https://github.com/quochungto" class="external-link" disabled>

0 commit comments

Comments
 (0)