Skip to content

Commit ea68b21

Browse files
committed
update for llm4code-2026
1 parent 28bc28e commit ea68b21

File tree

5 files changed

+91
-78
lines changed

5 files changed

+91
-78
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ plugins:
3535

3636
header_pages:
3737
- index.md
38+
- call.md
39+
- dates.md
40+
- organization.md
3841
- program.md
3942
# - speakers.md
4043
# - papers.md
41-
# - call.md
42-
# - dates.md
43-
# - organization.md
4444
# - pc.md
4545

4646
twitter:

call.md

Lines changed: 68 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,74 @@ layout: home
44
permalink: /call/
55
---
66

7-
<!-- TBA -->
8-
9-
## Research & Position Papers
10-
11-
*Submission Link:* [https://llm4code2025.hotcrp.com/](https://llm4code2025.hotcrp.com/)
12-
13-
This workshop accepts both research papers and position papers:
14-
15-
- **Research papers (4 –- 8 pages including references)** on novel approaches, tools, datasets, or studies.
16-
- **Position papers (1 –- 4 pages including references)** on novel ideas and positions that have yet to be fully developed.
17-
18-
All papers will be submitted via HotCRP and be reviewed in double-blinded. The submission should comply with the IEEE format (in line with [ICSE 2025](https://conf.researchr.org/track/icse-2025/icse-2025-research-track#submission-process)) and should present the original contribution. At least one author of each accepted paper should register for the workshop and present the paper in the workshop.
19-
20-
All accepted papers by default will appear in the ICSE 2025 workshop proceedings (i.e., the **archival** option). Meanwhile, we also provide a **non-archival** option on the paper submission system (HotCRP) for the authors who prefer to not have their papers in the proceedings. For the non-archival papers, the camera-ready version will only be posted/advertised on our workshop website (not listed on DBLP). Please note that no matter which option you choose (archival or non-archival), the submission should be fully **original** (not accepted/published anywhere else) by the submission time, and at least one author has to register for the workshop and present. The official publication date of the workshop proceedings is the date the proceedings are made available by IEEE. This date may be up to two weeks prior to the first day of ICSE 2025. The official publication date affects the deadline for any patent filings related to published work.
21-
22-
**🏆 We will announce the best paper awards (up to 10% papers) during the workshop!**
23-
24-
## Topics
25-
26-
This workshop accepts (not limited to) the submissions of the following topics:
27-
28-
- **LLM applications on code-relevant tasks**
29-
- LLM-based code generation
30-
- LLM-based fuzzing test
31-
- LLM-based test generation
32-
- LLM-based GUI testing
33-
- LLM-based mobile application testing
34-
- LLM-based fault localization
35-
- LLM-based program repair
36-
- LLM-based vulnerability detection
37-
- LLM-based code maintenance
38-
- LLM-based program analysis
39-
- LLM-based code comprehension
40-
- LLM-based reverse engineering
41-
- LLM-based code evolution and maintenance
42-
- LLM-based refactoring
43-
- LLM-based software engineering agents
44-
- **Datasets and Evaluation**
45-
- Datasets for LLM4Code pre-training
46-
- Datasets for LLM4Code post-training
47-
- Datasets for LLM4Code evaluation
48-
- Automated dataset generation/augmentation (e.g., via LLMs)
49-
- Empirical studies on LLM4Code
50-
- **Model design and optimization on LLM4Code**
51-
- Model architecture design
52-
- Model hyperparameter tuning
53-
- Prompt tuning and prompt engineering
54-
- Pretraining objective design
55-
- Model alignment
56-
- Model distillation
57-
- Model optimization/quantization
7+
*Submission Link:* [https://icse2026-llm4code.hotcrp.com/](https://icse2026-llm4code.hotcrp.com/)
8+
9+
## 1. Paper Types and Formats
10+
11+
This workshop accepts research papers, position papers, and extended abstracts:
12+
13+
* **Research papers (4 – 8 pages including references)** on novel approaches, tools, datasets, or studies.
14+
* **Position papers (1 – 4 pages including references)** on novel ideas and positions that have yet to be fully developed.
15+
* **Extended abstracts (1 – 5 pages including references)** that are free of article processing charges.
16+
17+
**Important Note on Publication Charges:** All ACM papers, excluding "extended abstracts" (up to five pages), are subject to ACM Open Access policies. ACM papers, excluding "extended abstracts", require either an Open Access institutional agreement or article processing charges (APCs) paid by the authors (USD 250 for ACM members, USD 350 for non-members) for publication.
18+
19+
All papers must be in English, in PDF format, and must not exceed the page limits listed above. Papers should be submitted via [HotCRP](https://icse2026-llm4code.hotcrp.com/) and will be reviewed in a double-blind process.
20+
21+
Submissions should use the official "ACM Primary Article Template", which can be obtained from the [ACM Proceedings Template page](https://www.acm.org/publications/proceedings-template). LaTeX users should use the `sigconf` option and the `review` option (to produce line numbers for easy reference by reviewers). The following LaTeX code should be placed at the start of the document:
22+
23+
```latex
24+
\documentclass[sigconf,review]{acmart}
25+
```
26+
27+
Detailed submission policies and formatting guidelines are aligned with the [ICSE 2026 Research Track submission process](https://conf.researchr.org/track/icse-2026/icse-2026-research-track#submission-process).
28+
29+
## 2. Archival vs. Non-Archival
30+
31+
All accepted papers by default will appear in the ICSE 2026 workshop proceedings (i.e., the **archival** option). The official publication date of the workshop proceedings is the date the proceedings are made available by **ACM**. This date may be up to two weeks prior to the first day of ICSE 2026. The official publication date affects the deadline for any patent filings related to published work.
32+
33+
We also provide a **non-archival** option on the paper submission system (HotCRP) for authors who prefer not to have their papers in the proceedings. For non-archival papers, the camera-ready version will only be posted on our workshop website (and will not be listed on DBLP).
34+
35+
Please note that regardless of which option you choose (archival or non-archival), submissions must be fully **original** work (not accepted or published elsewhere) at the time of submission, and at least one author of each accepted paper must register for the workshop and present the paper.
36+
37+
## 3. Best Paper Awards
38+
39+
**🏆 We will announce best paper awards (up to 10% of accepted papers) during the workshop!**
40+
41+
## 4. Topics
42+
43+
This workshop accepts submissions on the following topics (but is not limited to):
44+
45+
* **LLM Agents for code-relevant tasks**
46+
* **LLM applications on code-relevant tasks**
47+
* LLM-based code generation
48+
* LLM-based fuzzing and testing
49+
* LLM-based test generation
50+
* LLM-based GUI testing
51+
* LLM-based mobile application testing
52+
* LLM-based fault localization
53+
* LLM-based program repair
54+
* LLM-based vulnerability detection
55+
* LLM-based code maintenance
56+
* LLM-based program analysis
57+
* LLM-based code comprehension
58+
* LLM-based reverse engineering
59+
* LLM-based code evolution and maintenance
60+
* LLM-based refactoring
61+
* **Datasets and Evaluation**
62+
* Datasets for LLM4Code pre-training
63+
* Datasets for LLM4Code post-training
64+
* Datasets for LLM4Code evaluation
65+
* Automated dataset generation/augmentation (e.g., via LLMs)
66+
* Empirical studies on LLM4Code
67+
* **Model design and optimization on LLM4Code**
68+
* Model architecture design
69+
* Model hyperparameter tuning
70+
* Prompt tuning and prompt engineering
71+
* Pretraining objective design
72+
* Model alignment
73+
* Model distillation
74+
* Model optimization/quantization
5875

5976
<!-- This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
6077

dates.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Important Dates
33
layout: home
4-
permalink: /date/
4+
permalink: /dates/
55
---
66

77
## Important Dates
88

9-
<!-- TBA -->
10-
11-
* Submission date: **Nov 18, 2024**
12-
* Notification date: **Dec 16, 2024**
13-
* Camera-ready date: **Feb 5, 2025**
14-
* Workshop date: **May 3, 2025** (tentative)
9+
* **Submission Deadline: 20 October 2025 23:59 AOE**
10+
* **Notification: 24 November 2025**
11+
* **Workshop Papers Camera Ready: 26 Jan 2026**

index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ Workshop(
4040

4141
<!-- We are pleased to announce that the 1st International Workshop on Large Language Models for Code (**LLM4Code**) will take place in Lisbon, co-located with [ICSE 2024](https://conf.researchr.org/home/icse-2024)! The submission deadline is **Dec 7th**, 2023. You can submit through [this link](https://llm4code2024.hotcrp.com/). -->
4242

43-
<!-- ## News
43+
## News
4444

45-
- Feb, 2025: We have posted all [accepted papers](https://llm4code.github.io/papers) and are now calling for [registration](https://conf.researchr.org/attending/icse-2025/registration)! Congrats to all the authors!!
46-
- Oct, 2024: Our [HotCRP site](https://llm4code2025.hotcrp.com/) is ready for your submissions! Deadline: Monday Nov 18, 2024, 11:59:59 PM AoE. -->
45+
Aug, 2025: Our [HotCRP site](https://icse2026-llm4code.hotcrp.com/) is ready for your submissions! Deadline: Monday 20 Oct 2025 23:59
4746

4847
<!-- - **Oct 11, 2023** Our [HotCRP site](https://llm4code2024.hotcrp.com/) is ready for your submissions! (Submission deadline: **Dec 7th**, 2023)
4948
- **Oct 11, 2023** Follow us on Twitter/X ([@llm4code](https://twitter.com/llm4code)) to hear timely updates! -->

organization.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ layout: home
44
permalink: /organization/
55
---
66

7-
## Organizing Committee
7+
## General Co-Chairs
88

9-
* [Prem Devanbu](https://web.cs.ucdavis.edu/~devanbu/) (UC Davis, USA)
10-
* [Arjun Guha](https://www.khoury.northeastern.edu/home/arjunguha/main/home/) (Northeastern University, USA)
11-
* [Yiling Lou](https://yilinglou.github.io/) (Fudan University, China)
12-
* [Lin Tan](https://www.cs.purdue.edu/homes/lintan/) (Purdue University, USA)
13-
* [Zijian Wang](https://zijianwang.me) (Amazon Q Developer Team, USA)
14-
* [Lingming Zhang](http://lingming.cs.illinois.edu/) (UIUC, USA)
9+
* [**Prem Devanbu**](https://web.cs.ucdavis.edu/~devanbu/) **(UC Davis, USA)**
10+
* [**Lin Tan**](https://www.cs.purdue.edu/homes/lintan/) **(Purdue University, USA)**
11+
* [**Lingming Zhang**](http://lingming.cs.illinois.edu/) **(UIUC, USA)**
1512

16-
## Publicity Chair
13+
## PC Co-Chairs
1714

18-
* [Xueying Du](https://dxy-lemon.github.io/) (Fudan University, China)
19-
* [Jiawei Liu](https://jiawei-site.github.io/) (UIUC, USA)
15+
* [**Kexin Pei**](https://sites.google.com/site/kexinpeisite/) **(The University of Chicago, USA)**
16+
* [**Yiling Lou**](https://yilinglou.github.io/) **(Fudan University, China)**
2017

21-
## Web Chair
18+
## Web Co-Chairs
2219

23-
* [Yifeng Ding](https://natedingyifeng.github.io/) (UIUC, USA)
24-
* [Yuxiang Wei](https://yuxiang.cs.illinois.edu/) (UIUC, USA)
20+
* [**Chenyuan Yang**](https://yangchenyuan.github.io/) **(UIUC, USA)**
21+
* [**Zijie Zhao**](https://zzjas.com/) **(UIUC, USA)**
2522

26-
<p class="note">📝 <em>All names are sorted alphabetically by last name.</em></p>
23+
## Publicity Co-Chairs
24+
25+
* [**Junwei Liu**](https://to-d.github.io/) **(Fudan University, China)**
26+
* [**Ziqi Zhang**](https://ziqi-zhang.github.io/) **(UIUC, USA)**

0 commit comments

Comments
 (0)