paper-with-me

Papers

Learning User Preferences and Understanding Calendar Contexts for Event Scheduling

2018-09-05 · Donghyeon Kim, Jinhyuk Lee, Donghee Choi, Jaehoon Choi, Jaewoo Kang

With online calendar services gaining popularity worldwide, calendar data has become one of the richest context sources for understanding human behavior. However, event scheduling is still time-consuming even with the development of online calendars. Although machine learning based event scheduling models have automated scheduling processes to some extent, they often fail to understand subtle user preferences and complex calendar contexts with event titles written in natural language. In this paper, we propose Neural Event Scheduling Assistant (NESA) which learns user preferences and understands calendar contexts, directly from raw online calendars for fully automated and highly effective event scheduling. We leverage over 593K calendar events for NESA to learn scheduling personal events, and we further utilize NESA for multi-attendee event scheduling. NESA successfully incorporates deep neural networks such as Bidirectional Long Short-Term Memory, Convolutional Neural Network, and Highway Network for learning the preferences of each user and understanding calendar context based on natural languages. The experimental results show that NESA significantly outperforms previous baseline models in terms of various evaluation metrics on both personal and multi-attendee event scheduling tasks. Our qualitative analysis demonstrates the effectiveness of each layer in NESA and learned user preferences.

📄 PDF Abstract BibTeX arXiv:1809.01316

Code (1)

donghyeonk/nesa 공식 구현 pytorch

Tasks

Scheduling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Highway Layer 설명 없음
Highway Network A Highway Network is an architecture designed to ease gradient-based training of very deep networks. They allow unimpeded information flow across several layers on…

Similar Papers 제목 키워드 기반

CalBehav: A Machine Learning based Personalized Calendar Behavioral Model using Time-Series Smartphone Data

2019-09-02 · Iqbal H. Sarker, Alan Colman, Jun Han, A. S. M. Kayes 외

The electronic calendar is a valuable resource nowadays for managing our daily life appointments or schedules, also known as events, ranging from professional to highly personal. Researchers have studied various types of…

BIG-bench Machine LearningTime SeriesTime Series Analysis

ScheduleMe: Multi-Agent Calendar Assistant

2025-09-30 · Oshadha Wijerathne, Amandi Nimasha, Dushan Fernando, Nisansa de Silva 외 arxiv

Recent advancements in LLMs have contributed to the rise of advanced conversational assistants that can assist with user needs through natural language conversation. This paper presents a ScheduleMe, a multi-agent calend…

An Intelligent Group Event Recommendation System in Social networks

2020-06-16 · Guoqiong Liao, Xiaomei Huang, Neal N. Xiong, Changxuan Wan

The importance of contexts has been widely recognized in recommender systems for individuals. However, most existing group recommendation models in Event-Based Social Networks (EBSNs) focus on how to aggregate group memb…

Recommendation Systems

Chronos: Temporal-Aware Conversational Agents with Structured Event Retrieval for Long-Term Memory

2026-03-17 · Sahil Sen, Elias Lumer, Anmol Gulati, Vamse Kumar Subbiah arxiv

Recent advances in Large Language Models (LLMs) have enabled conversational AI agents to engage in extended multi-turn interactions spanning weeks or months. However, existing memory systems struggle to reason over tempo…

CalBench: Evaluating Coordination-Privacy Trade-offs in Multi-Agent LLMs

2026-05-10 · Chelsea Zou, Yiheng Yao, Selena She, Noah Goodman 외 arxiv

Personal AI assistants are beginning to act as delegates with access to calendars, inboxes, and user preferences. Calendar scheduling makes the trust problem concrete: an assistant must coordinate with other assistants w…