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
7 changes: 7 additions & 0 deletions src/data/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ export class Post {
}

export const POSTS: Post[] = [
{
title: 'A paper accepted to IUI 2026',
date: new Date('2025-12-14'),
categories: ['publication'],
summary:
'Our paper "ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions" led by Jeongeon has been accepted to [IUI 2026](https://iui.acm.org/2026/). Congratulations!',
},
{
title: 'A paper accepted to AAAI 2026',
date: new Date('2025-11-10'),
Expand Down
35 changes: 21 additions & 14 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,27 @@ export class Publication {
}

export const PUBLICATIONS: Publication[] = [
{
title: 'ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions',
authors: [
MEMBERS.jeongeonpark,
MEMBERS.bryanmin,
MEMBERS.kihoonson,
'Jean Y. Song',
'Xiaojuan Ma',
MEMBERS.juhokim,
],
venue: 'IUI 2026',
year: 2026,
topics: ['human-AI interaction'],
type: 'Conference',
links: [
{
url: 'https://arxiv.org/abs/2310.01331',
type: PublicationLinkType.ARX,
},
],
},
{
title: 'CANVAS: A Benchmark for Vision-Language Models on Tool-Based User Interface Design',
authors: [MEMBERS.daeheonjeong, MEMBERS.seoyeonbyun, MEMBERS.kihoonson, MEMBERS.daehyunkim, MEMBERS.juhokim],
Expand Down Expand Up @@ -886,20 +907,6 @@ export const PUBLICATIONS: Publication[] = [
},
],
},
{
title: 'ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions',
authors: [MEMBERS.jeongeonpark, MEMBERS.bryanmin, 'Xiaojuan Ma', MEMBERS.juhokim],
venue: 'arXiv preprint',
year: 2023,
topics: ['human-AI interaction'],
type: 'Preprint',
links: [
{
url: 'https://arxiv.org/abs/2310.01331',
type: PublicationLinkType.ARX,
},
],
},
{
title: 'LLM-as-a-tutor in EFL Writing Education: Focusing on Evaluation of Student-LLM Interaction',
authors: [
Expand Down