Back to top

Keynote Speakers

Kevin Ellis

Kevin Ellis

Cornell University

Title: Abstract World Models for Learning and Reasoning

Abstract: Consider experimenting to learn how to use a new appliance, webpage, or toy: Within tens of minutes, we can learn how something new works, and use that knowledge to achieve novel goals, make sense of similar devices, and communicate our new knowledge in natural language. How could an AI system similarly acquire, transfer, and communicate its knowledge of how things work? To make progress on this question, we study AI systems which learn abstract world knowledge represented as symbolic programs written in Python, natural language, and/or logic. To test these systems, we assemble new interactive benchmarks focusing on interactive puzzle-like grid worlds, and simulated robotic environments, where the agent must interact with a new environment, and then learn enough about how it works to answer questions about the dynamics or achieve novel goals.


Bio: Kevin Ellis is an Assistant Professor at Cornell University in Computer Science, having previously completed his PhD at MIT in Cognitive Science. His research studies the intersection of program synthesis, AI, and human cognition, and was previously recognized with an NSF CAREER Award, coverage by the New York Times, a selection as one of the best human behavior articles in Nature Communications its year, and a paper award at the ARCPrize contest.

Laurent Orseau

Laurent Orseau

Google Deepmind

Title: Levin Tree Search: Search-and-Learn with Formal Guarantees via Time Sharing

Abstract: Solving complex combinatorial problems from scratch requires a tight integration between learning and search. This keynote presents the Levin Tree Search (LTS) family of algorithms and analyzes their performance guarantees using the simple yet fundamental concept of time-sharing. We show how allocating computational budgets based on policy and heuristic quality can be used to provide strict bounds on the number of node visits before finding a solution. We then describe how these algorithms operate within a search-and-learn bootstrap paradigm to solve combinatorial problems without prior knowledge, using only a training set of unsolved instances of varied difficulty. We introduce in particular the √LTS (root-LTS) algorithm, which extends the time-sharing perspective to all nodes in a search tree. By distributing the computational budget among multiple concurrent searches rooted at different nodes, √LTS implicitly decomposes the original problem into smaller subtasks. We present formal guarantees showing that this rerooting mechanism provides exponential speedups over standard LTS.


Bio: Laurent Orseau is a Research Scientist at Google DeepMind, a position he has held since 2014. From 2007 to 2014, he was a maître de conférences at AgroParisTech. He earned his PhD in Artificial Intelligence from INSA Rennes / Université de Rennes II in 2007. His research focuses on online learning, algorithmic safety, and policy-guided search, earning recognition including an IJCAI 2023 Distinguished Paper Award.

Jennifer Neville

Jennifer Neville

Microsoft Research, Purdue University

Title: The Complexity Gap: Understanding AI Behavior in Realistic Settings

Abstract: Modern AI systems achieve impressive performance on benchmarks composed of isolated, fully specified tasks. Real-world knowledge work, however, is rarely so clean. Users communicate goals through evolving conversations, leave important details implicit, revisit prior decisions, and combine tasks of varying complexity into long-horizon workflows. As complexity accumulates through under-specification, changing intent, long-range dependencies, and iterative transformations of content, AI systems can exhibit subtle failures that are difficult for both users and developers to anticipate, diagnose, and correct. In this talk, I will discuss recent efforts to move beyond traditional benchmarks and study AI behavior in realistic knowledge-work settings. Drawing on work spanning complex reasoning tasks, multi-turn conversations, and long-horizon workflows, I will present empirical and theoretical results that reveal recurring failure modes as complexity increases. Together, these findings provide a foundation for understanding how and why AI behavior changes in realistic settings, and for developing evaluation paradigms that better reflect the challenges of real-world knowledge work.


Bio: Jennifer Neville is a Partner Research Manager at Microsoft Research Redmond, where she leads the AI Interaction and Learning research group, and the Samuel Conte Chair Professor of Computer Science and Statistics at Purdue University. Her research focuses on understanding how machine learning and AI systems behave in realistic settings, from relational and networked data to modern AI assistants and agents. She is particularly interested in how mismatches between modeling assumptions and deployment environments shape system behavior. Jennifer has authored more than 150 publications with over 12,000 citations across machine learning and artificial intelligence. Her honors include an ICLR 2026 Best Paper Award, NSF CAREER Award, and IEEE's “10 to Watch in AI.” She served as Program Chair of AAAI 2023 and has held leadership roles at NeurIPS, ICML, and IJCAI.