Skip to content

Commit cc0896e

Browse files
committed
deploy: c6c7c03
1 parent 1c16e54 commit cc0896e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+10787
-4399
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,20 @@ <h4 id="-browse-papers-by-tag">🏷 Browse Papers by Tag</h4>
149149
<tag><a href="/tags.html#information extraction">information extraction</a></tag>
150150
<tag><a href="/tags.html#interpretability">interpretability</a></tag>
151151
<tag><a href="/tags.html#language model">language model</a></tag>
152+
<tag><a href="/tags.html#large language models">large language models</a></tag>
152153
<tag><a href="/tags.html#logging">logging</a></tag>
153154
<tag><a href="/tags.html#memorization">memorization</a></tag>
155+
<tag><a href="/tags.html#metrics">metrics</a></tag>
154156
<tag><a href="/tags.html#migration">migration</a></tag>
155157
<tag><a href="/tags.html#naming">naming</a></tag>
158+
<tag><a href="/tags.html#natural language generation">natural language generation</a></tag>
159+
<tag><a href="/tags.html#natural language processing">natural language processing</a></tag>
156160
<tag><a href="/tags.html#optimization">optimization</a></tag>
157161
<tag><a href="/tags.html#pattern mining">pattern mining</a></tag>
158162
<tag><a href="/tags.html#pretraining">pretraining</a></tag>
159163
<tag><a href="/tags.html#program analysis">program analysis</a></tag>
164+
<tag><a href="/tags.html#program synthesis">program synthesis</a></tag>
165+
<tag><a href="/tags.html#question answering">question answering</a></tag>
160166
<tag><a href="/tags.html#refactoring">refactoring</a></tag>
161167
<tag><a href="/tags.html#repair">repair</a></tag>
162168
<tag><a href="/tags.html#representation">representation</a></tag>

paper-abstracts.json

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

papers.html

Lines changed: 2988 additions & 2958 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["shrivastava2020repository", "Repository-Level Prompt Generation for Large Language Models of Code"], ["ye2020leveraging", "Leveraging Code Generation to Improve Code Retrieval and Summarization via Dual Learning"], ["hindle2012naturalness", "On the Naturalness of Software"], ["bui2021efficient", "Self-Supervised Contrastive Learning for Code Retrieval and Summarization via Semantic-Preserving Transformations"]]
1+
[["shrivastava2020repository", "Repository-Level Prompt Generation for Large Language Models of Code"], ["ye2020leveraging", "Leveraging Code Generation to Improve Code Retrieval and Summarization via Dual Learning"], ["lomshakov2023fine", "Fine-Tuning Large Language Models for Answering Programming Questions with Code Snippets"], ["hindle2012naturalness", "On the Naturalness of Software"]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["dinella2022toga", "TOGA: A Neural Method for Test Oracle Generation"], ["tufano2020unit", "Unit Test Case Generation with Transformers"], ["pradel2020neural", "Neural Software Analysis"], ["tufano2018learning", "Learning How to Mutate Source Code from Bug-Fixes"]]
1+
[["dinella2022toga", "TOGA: A Neural Method for Test Oracle Generation"], ["tufano2020unit", "Unit Test Case Generation with Transformers"], ["pradel2020neural", "Neural Software Analysis"], ["kovalchuk2023test", "Test-based and metric-based evaluation of code generation models for practical question answering"]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["nguyen2014statistical", "Statistical Learning Approach for Mining API Usage Mappings for Code Migration"], ["nguyen2016mapping", "Mapping API Elements for Code Migration with Vector Representations"], ["chen2019mining", "Mining Likely Analogical APIs across Third-Party Libraries via Large-Scale Unsupervised API Semantics Embedding"], ["wong2021leveraging", "Leveraging Language to Learn Program Abstractions and Search Heuristics"]]
1+
[["nguyen2014statistical", "Statistical Learning Approach for Mining API Usage Mappings for Code Migration"], ["nguyen2016mapping", "Mapping API Elements for Code Migration with Vector Representations"], ["chen2019mining", "Mining Likely Analogical APIs across Third-Party Libraries via Large-Scale Unsupervised API Semantics Embedding"], ["gu2016deep", "Deep API Learning"]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["cerulo2013hidden", "A Hidden Markov Model to Detect Coded Information Islands in Free Text"], ["kushman2013using", "Using Semantic Unification to Generate Regular Expressions from Natural Language"], ["gvero2015synthesizing", "Synthesizing Java expressions from free-form queries"], ["abdelaziz2020graph4code", "Graph4Code: A Machine Interpretable Knowledge Graph for Code"]]
1+
[["cerulo2013hidden", "A Hidden Markov Model to Detect Coded Information Islands in Free Text"], ["kushman2013using", "Using Semantic Unification to Generate Regular Expressions from Natural Language"], ["gvero2015synthesizing", "Synthesizing Java expressions from free-form queries"], ["richardson2018polyglot", "Polyglot Semantic Parsing in APIs"]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["lee2021cotraining", "Co-Training for Commit Classification"], ["jain2020contrastive", "Contrastive Code Representation Learning"], ["shi2022cv4code", "CV4Code: Sourcecode Understanding via Visual Code Representations"], ["liu2018neural", "Neural-Machine-Translation-Based Commit Message Generation: How Far Are We?"]]
1+
[["lee2021cotraining", "Co-Training for Commit Classification"], ["jain2020contrastive", "Contrastive Code Representation Learning"], ["shi2022cv4code", "CV4Code: Sourcecode Understanding via Visual Code Representations"], ["hoang2020cc2vec", "CC2Vec: Distributed Representations of Code Changes"]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["sahu2022learning", "Learning to Answer Semantic Queries over Code"], ["ling2020deep", "Deep Graph Matching and Searching for Semantic Code Retrieval"], ["liu2019neural", "Neural query expansion for code search"], ["yan2020are", "Are the Code Snippets What We Are Searching for? A Benchmark and an Empirical Study on Code Search with Natural-Language Queries"]]
1+
[["sahu2022learning", "Learning to Answer Semantic Queries over Code"], ["lomshakov2023fine", "Fine-Tuning Large Language Models for Answering Programming Questions with Code Snippets"], ["ling2020deep", "Deep Graph Matching and Searching for Semantic Code Retrieval"], ["liu2019neural", "Neural query expansion for code search"]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["reid2022learning", "Learning to Model Editing Processes"], ["patil2022exploring", "Exploring Dimensions of Generalizability and Few-shot Transfer for Text-to-SQL Semantic Parsing"], ["elnaggar2021codetrans", "CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing"], ["bui2021infercode", "InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees"]]
1+
[["reid2022learning", "Learning to Model Editing Processes"], ["patil2022exploring", "Exploring Dimensions of Generalizability and Few-shot Transfer for Text-to-SQL Semantic Parsing"], ["elnaggar2021codetrans", "CodeTrans: Towards Cracking the Language of Silicon's Code Through Self-Supervised Deep Learning and High Performance Computing"], ["hellendoorn2017deep", "Are Deep Neural Networks the Best Choice for Modeling Source Code?"]]

0 commit comments

Comments
 (0)