From 3508bb8847241c42bb8fb98ab5f17400661cdb18 Mon Sep 17 00:00:00 2001 From: doh-ha <101639449+doh-ha@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:24:13 +0900 Subject: [PATCH] Add CVPR 2026 publication --- src/data/publications.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data/publications.ts b/src/data/publications.ts index 48b7428..a1a53a0 100644 --- a/src/data/publications.ts +++ b/src/data/publications.ts @@ -206,6 +206,28 @@ 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: 'https://arxiv.org/abs/2603.25864', + type: PublicationLinkType.ARX, + }, + ], + }, { title: 'ChoiceMates: Supporting Unfamiliar Online Decision-Making with Multi-Agent Conversational Interactions', authors: [