From 26906d4bd90fe7aa39745202a59eda3f32f5d6f0 Mon Sep 17 00:00:00 2001 From: Yifeng Ding Date: Wed, 11 Oct 2023 17:42:34 -0500 Subject: [PATCH] feature: add news section and reformat home page (#4) * feature: add news section and reformat home page * Update index.md Co-authored-by: Jiawei Liu * Update index.md Co-authored-by: Jiawei Liu * Update index.md Co-authored-by: Yuxiang Wei * feature: add ddl info in news --------- Co-authored-by: Jiawei Liu Co-authored-by: Yuxiang Wei --- index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index ce51150..2c722a3 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults -title: About +title: Home layout: home --- @@ -25,6 +25,14 @@ Workshop(

+ + +## News +- **Oct 11, 2023** Our [HotCRP site](https://llm4code2024.hotcrp.com/) is ready for your submissions! (Submission deadline: **Dec 7th**, 2023) +- **Oct 11, 2023** Follow us on Twitter/X ([@llm4code](https://twitter.com/llm4code)) to hear timely updates! + +## About + Large Language Models (LLMs), which are large-scale models being trained on massive textual corpora, have achieved significant advances in various domains, including Software Engineering (SE). Recently, there is a growing interest in applying LLMs to assist software development and maintenance, such as code generation and comprehension, test generation, as well as program repair. Although the application of LLMs on code-relevant tasks has shown very promising performance, there is a huge potential to further explore this growing domain. The motivation of this workshop is to provide a platform for academics and practitioners to discuss and share their ideas on applying and developing LLMs to solve code-relevant problems in SE activities. This workshop is concerned with the research on