From 761b18c1f67c7f8b7a463d6ef7b18b80b4e7548b Mon Sep 17 00:00:00 2001 From: Suyang Zhong Date: Wed, 17 Jun 2026 16:58:13 +0800 Subject: [PATCH] Add SIGMOD 2027 R1 news and accepted paper --- .../index.md | 5 +++ .../2027-sigmod-llm-sql-features/index.md | 36 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 content/post/26-06-13-SIGMOD-R1-LLM-SQL-Features/index.md create mode 100644 content/publication/2027-sigmod-llm-sql-features/index.md diff --git a/content/post/26-06-13-SIGMOD-R1-LLM-SQL-Features/index.md b/content/post/26-06-13-SIGMOD-R1-LLM-SQL-Features/index.md new file mode 100644 index 0000000..83f4f91 --- /dev/null +++ b/content/post/26-06-13-SIGMOD-R1-LLM-SQL-Features/index.md @@ -0,0 +1,5 @@ +--- +title: Our paper "Automated Database Testing via LLM-Synthesized SQL Features" was accepted at SIGMOD 2027. +date: 2026-06-13 +authors: [suyang-zhong, manuel-rigger] +--- diff --git a/content/publication/2027-sigmod-llm-sql-features/index.md b/content/publication/2027-sigmod-llm-sql-features/index.md new file mode 100644 index 0000000..d3f577c --- /dev/null +++ b/content/publication/2027-sigmod-llm-sql-features/index.md @@ -0,0 +1,36 @@ +--- +title: "Automated Database Testing via LLM-Synthesized SQL Features" +authors: +- Suyang Zhong +- Manuel Rigger +date: "2026-06-13T00:00:00Z" +doi: "" + +# Schedule page publish date (NOT publication's date). +publishDate: "2000-12-15T00:00:00Z" + +# Publication type. +# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article; +# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; +# 7 = Thesis; 8 = Patent +publication_types: ["2"] + +# Publication name and optional abbreviated publication name. +publication: Proceedings of the ACM on Management of Data +publication_short: In *SIGMOD 2027* + +abstract: "" + +#url_pdf: +#url_code: '#' +#url_dataset: '#' +#url_poster: '#' +#url_project: '' +#url_slides: '' +#url_source: '#' +#url_video: '#' + +projects: +- sqlancerpp + +---