Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions public/posts/2026-04-10-chi2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
Members of KIXLAB and collaborators will present 6 full papers, 1 poster, 1 student research competition, and 2 workshop papers at [CHI 2026](https://chi2026.acm.org/), with 8 KIXLAB members attending in person.

Check out our [publications page](https://kixlab.org/publications/) for papers, videos, and other resources.

## Full Papers

**Authorship Drift: How Self-Efficacy and Trust Evolve During LLM-Assisted Writing**
Yeon Su Park, Nadia Arvi, Seoyoung Kim, Juho Kim
Mon, 13 Apr | 11:27 AM - 11:39 AM

**Evalet: Evaluating Large Language Models by Fragmenting Outputs into Functions**
Tae Soo Kim, Heechan Lee, Yoonjoo Lee, Joseph Seering, Juho Kim
Tue, 14 Apr | 11:15 AM - 11:27 AM | **🏅 Honorable Mention**

**DiaryPlay: AI-Assisted Authoring of Interactive Vignettes for Everyday Storytelling**
Jiangnan Xu, Haeseul Cha, Gosu Choi, Gyu-cheol Lee, Yeo-Jin Yoon, Zucheul Lee, Konstantinos Papangelis, Dae Hyun Kim, Juho Kim
Thu, 16 Apr | 9:48 AM - 10:00 AM

**When Scaffolding Breaks: Investigating Student Interaction with LLM-Based Writing Support in Real-Time K-12 EFL Classrooms**
Junho Myung, Hyunseung Lim, Hana Oh, Hyoungwook Jin, Nayeon Kang, So-Yeon Ahn, Hwajung Hong, Alice Oh, Juho Kim
Fri, 17 Apr | 9:12 AM - 9:24 AM | **🏆 Best Paper Award**

**ClearFairy: Capturing Creative Workflows through Decision Structuring, In-Situ Questioning, and Rationale Inference**
Kihoon Son, DaEun Choi, Tae Soo Kim, Young-Ho Kim, Sangdoo Yun, Juho Kim
Fri, 17 Apr | 10:12 AM - 10:24 AM

**"I Can't Keep Up": Accessibility Barriers in Video-Based Learning for Individuals with Borderline Intellectual Functioning**
Hyehyun Chu, Seungju Kim, Chen Zhou, Yu-Kai Hung, Saelyne Yang, Hyun W. Ka, Juho Kim
Fri, 17 Apr | 12:03 PM - 12:15 PM

## Posters

**Supporting Design Reasoning in AI-assisted Interface Prototyping for HCI Research**
Eunhye Kim*, Minju Yoo*, Jenny C Yang, DaEun Choi

## Student Research Competition

PromptFlow: Supporting Novice Prompt Engineering Through Structured and Visual Scaffolding
Hayeon Doh

## Workshop Papers

**Accuracy, Diversity, and Reflection: Purpose-driven Evaluation for Social Simulation**
Heechan Lee, Joseph Seering
[PoliSim@CHI 2026: LLM Agent Simulation for Policy](https://polisim.net/)

**User-Constructed Information Architecture as a Persistence Layer for GenUI**
Eunhye Kim, Hyunjung Yi, DaEun Choi, Bryan Min, Yue Jiang, Juho Kim
[What does Generative UI mean for HCI Practice?](https://genuimeetshci.github.io/chi26-workshop/)

## Workshop Organizer

**[Herding CATs: Making Sense of Creative Activity Traces](https://herding-cats-ws.github.io/)**
Kihoon Son
8 changes: 8 additions & 0 deletions src/data/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ export class Post {
}

export const POSTS: Post[] = [
{
title: 'KIXLAB members and papers at CHI 2026',
date: new Date('2026-04-10'),
categories: ['publication'],
summary:
'Six full papers, one poster, one student research competition paper, and two workshop papers got accepted to [CHI 2026](https://chi2026.acm.org/).',
contentMdFilePath: '2026-04-10-chi2026.md',
},
{
title: 'Two papers accepted to DIS 2026',
date: new Date('2026-03-19'),
Expand Down
16 changes: 1 addition & 15 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,6 @@ export const PUBLICATIONS: Publication[] = [
},
],
},
// {
// title: 'GUIDE: A Benchmark for Understanding and Assisting Users in Open-Ended GUI Tasks',
// authors: [MEMBERS.saelyneyang, MEMBERS.jaesangyu, 'Yi-Hao Peng', 'Kevin Qinghong Lin', 'Jae Won Cho', 'Yale Song', MEMBERS.juhokim],
// venue: 'CVPR 2026',
// year: 2026,
// topics: ['human-AI interaction'],
// type: 'Conference',
// links: [
// {
// url: '',
// type: PublicationLinkType.ARX,
// },
// ],
// },
{
title: `"I Can't Keep Up": Accessibility Barriers in Video-Based Learning for Individuals with Borderline Intellectual Functioning`,
authors: [
Expand Down Expand Up @@ -138,7 +124,7 @@ export const PUBLICATIONS: Publication[] = [
{
url: 'https://clearfairy.kixlab.org/',
type: PublicationLinkType.WEB,
}
},
],
},
{
Expand Down
Loading