KDD Day on AI Reasoning

KDD 2026 ยท Jeju, South Korea

August 12, 2026

Overview

Recent advances in large language models and foundation models have enabled powerful reasoning capabilities. Modern reasoning systems combine structured planning, tool use, and iterative refinement to solve complex tasks across domains such as coding, mathematics, scientific discovery, and decision making.

The KDD Day on AI Reasoning brings together researchers and practitioners from academia and industry to explore emerging techniques for building next-generation reasoning systems.

Keynote Speakers

Wei Wang

UCLA

Chandan Reddy

Professor
Virginia Tech

Scientific Reasoning with Foundation Models: From Mechanistic Hypotheses to Active Experimentation

Recent reasoning systems plan, invoke tools, and iteratively refine their solutions, with striking progress in coding, mathematics, and decision making. Scientific discovery offers a distinctive and demanding test of these capabilities because it requires not only solving a posed problem, but reasoning about plausible hypotheses, discriminating evidence, experiment selection, and revision as observations accumulate...

Read more ▾

Scientific Reasoning with Foundation Models: From Mechanistic Hypotheses to Active Experimentation

Recent reasoning systems plan, invoke tools, and iteratively refine their solutions, with striking progress in coding, mathematics, and decision making. Scientific discovery offers a distinctive and demanding test of these capabilities because it requires not only solving a posed problem, but reasoning about plausible hypotheses, discriminating evidence, experiment selection, and revision as observations accumulate. In this talk, I frame scientific discovery as mechanistic reasoning. Many AI-for-science systems operate on fixed datasets and focus on a single stage of discovery, such as fitting an equation, screening a candidate, or optimizing a property. In contrast, scientific reasoning requires a closed loop: forming interpretable hypotheses, testing them against evidence, remembering confirmed and falsified explanations, and selecting new observations that reduce uncertainty.

Within this framing, large language models and foundation models can serve as reasoning components inside scientific agents. These agents represent hypotheses as symbolic equations, programs, causal structures, or candidate designs; refine them using structured search and data-driven feedback; and reason about what experiments to perform next. This perspective also exposes a central challenge: distinguishing genuine discovery from the recall of memorized knowledge, motivating benchmarks that test mechanism recovery, out-of-distribution generalization, and memorization-resistant reasoning.

Active experimentation then emerges as a key step toward next-generation scientific reasoning systems. Fixed datasets can leave multiple mechanisms equally consistent with current observations. By choosing experiments where competing hypotheses make different predictions, closed-loop agents can reduce identifiability gaps and improve sample efficiency. The talk closes with a perspective on autonomous laboratories where reasoning agents make hypotheses explicit, testable, and reproducible while accelerating human scientific reasoning.

Bio

Chandan Reddy is a Professor in the Department of Computer Science at Virginia Tech. He received his Ph.D. from Cornell University and his M.S. from Michigan State University. His primary research interests are Generative AI and Trustworthy Machine Learning, aimed at creating robust, fair, and explainable models for Scientific Discovery and Real-World Impact. Dr. Reddy's research has been funded by organizations such as the NSF, NIH, DOE, DOT, and various industries. He has authored over 200 peer-reviewed articles in leading conferences and journals. He received several awards for his research work including the Best Application Paper Award at the ACM SIGKDD conference in 2010, the Best Poster Award at the IEEE VAST conference in 2014, and the Best Student Paper Award at the IEEE ICDM conference in 2016. He was also a finalist in the INFORMS Franz Edelman Award Competition in 2011. He serves (or has served) on the editorial boards of journals such as ACM TKDD, ACM TIST, NPJ AI, and IEEE Big Data. He is a Senior Member of the IEEE and a Distinguished Member of the ACM. More information about his work is available at https://creddy.net.

Show less ▴

Haixun Wang

VP of Engineering & Head of AI
EvenUp

From Understanding to Memory to Imagination

Human understanding begins in conversation: asking the right question, recognizing uncertainty, and gradually forming a model of another person. But it also depends on memory: the ability to connect present situations with past experiences by pattern and meaning, not just by topic...

Read more ▾

From Understanding to Memory to Imagination

Human understanding begins in conversation: asking the right question, recognizing uncertainty, and gradually forming a model of another person. But it also depends on memory: the ability to connect present situations with past experiences by pattern and meaning, not just by topic. This talk explores two capabilities for more human-centered AI. First, adaptive conversation: systems that choose what to ask next in order to understand a person efficiently and purposefully, especially in settings like reciprocal matchmaking where compatibility must be mutual. Second, structural memory: systems that retrieve memories not because they share words or topics, but because they share deeper relational patterns. Together, these ideas point toward AI that does more than answer questions or store profiles. It learns through interaction, remembers through analogy, and begins to understand the recurring shapes of human experience.

Bio

Haixun Wang is an ACM Fellow, IEEE Fellow, Editor-in-Chief of the IEEE Data Engineering Bulletin, a trustee on the board of VLDB, and an affiliate professor at the University of Washington. He is currently the VP of Engineering and Head of AI at EvenUp, where he focuses on leveraging LLMs and generative AI for legal and medical document understanding and generation, building CoPilot-like support for lawyers, and advancing litigation workflows. Prior to EvenUp, he held leadership roles in AI, applied science, NLP, and knowledge bases at Instacart, WeWork, Amazon, and Meta. Before that, he was a researcher in the labs of Microsoft, Google, and IBM. Dr. Wang has published over 200 research papers in top international journals and conference proceedings. His work has been recognized with several prestigious awards, including the 10-Year ICDE Influential Paper Award (2024), the ICDE Best Paper Award (2015), the ICDM 10-Year Best Paper Award (2013), and the Best Paper Award at ER (2009).

Show less ▴

Invited Speakers

Junjie Tang

Sr. Principal
AWS

Talk Abstract

Large language model coding agents exhibit impressive reasoning capabilities, yet their reliability on real-world software engineering tasks remains inconsistent. We present evidence that the quality of agent reasoning is as much a function of the reasoning environment as it is of the underlying model...

Read more ▾

Talk Abstract

Large language model coding agents exhibit impressive reasoning capabilities, yet their reliability on real-world software engineering tasks remains inconsistent. We present evidence that the quality of agent reasoning is as much a function of the reasoning environment as it is of the underlying model. Our approach, harness-guided reasoning, wraps coding agents in a 4-pillar structural constraint framework that provides feedforward guides (pre-reasoning constraints) and feedback sensors (post-reasoning correction signals), enabling iterative refinement without modifying model weights or prompts.

We evaluate this approach using AgentCorp, a multi-agent software development simulation where hierarchical LLM teams execute 10-day engineering sprints across three enterprise domains (healthcare/HIPAA, payments/Stripe, robotics/CDK). In controlled experiments comparing unconstrained agents against harness-governed agents using identical models (Claude Opus on Amazon Bedrock), we observe test pass rates improving from baseline to 99-100% in two domains, with the harness acting as a reasoning scaffold that catches errors through structured planning checkpoints and iterative tool-use feedback loops.

Most strikingly, we demonstrate that structured reasoning constraints can enable emergent discovery: in an NKI kernel optimization task on AWS Trainium, an agent operating within a constrained compile-profile-reason loop that reduced kernel latency from 67ms to 6.2ms autonomously discovered a novel K-scaling optimization, scaling the Key tensor instead of the Query tensor to reduce SBUF memory pressure by 4MB at 16K sequence length. This optimization, not documented in any existing literature, emerged from 6 rounds of iterative refinement guided by hardware profiling feedback, illustrating how structured reasoning environments unlock capabilities that single-shot reasoning cannot achieve.

Bio

Junjie Tang is a Sr. Principal at AWS with 9 years of experience driving AI adoption across enterprise customers. His research focuses on agentic AI systems, multi-agent coordination, and hardware-aware kernel optimization on AWS Trainium. He leads the development of AgentCorp (multi-agent software simulation), harness-engineering-kit (agent governance framework), and kernel-forge (NKI kernel generation on Trainium). His blog on NKI agent optimization, “Beating Claude Opus 4.5 at Kernel Generation with a 3B-Active RL Agent”, demonstrated that constrained iterative reasoning can outperform frontier models at hardware-level tasks.

Show less ▴

Behrooz Omidvar-Tehrani

Senior Applied Scientist
AWS

Talk Abstract

AI coding agents have evolved from stateless code completers into persistent systems that plan, use tools, self-debug, and collaborate with developers. Building such agents demands more than a powerful language model...

Read more ▾

Talk Abstract

AI coding agents have evolved from stateless code completers into persistent systems that plan, use tools, self-debug, and collaborate with developers. Building such agents demands more than a powerful language model and requires reasoning that learns from experience, memory that carries knowledge across sessions, and interaction models that keep humans in control wherever needed. As these agents move from generating code to owning entire development workflows, the real challenge shifts from capability to trust. Generation is largely solved. What remains is alignment: can agents build what developers actually meant, self-correct reliably, grow from past interactions, and stay consistent over time? This talk navigates the journey from language models to fully agentic coding systems, weaving together the roles of reasoning, self-correction, continual learning, memory, and human-AI collaboration in shaping agents that not only write code but earn the trust of the developers they serve.

Bio

Behrooz Omidvar-Tehrani is a Senior Applied Scientist and Science Manager at AWS Agentic AI, working on next-generation coding agents and developer-focused AI systems. He has published across venues such as ICML, ICLR, CHI, CIKM, SIGMOD, and KDD. His research focuses on scalable, reliable, and human-centered AI systems for software engineering, with an emphasis on agentic reasoning, continual learning, and self-improving agents.

Show less ▴

Dongjin Song

Associate Professor
University of Connecticut

Toward Interpretable and Trustworthy Time-Series Reasoning

Time-series foundation models have rapidly advanced forecasting in various applications, but most systems still lack the ability to reason over temporal patterns, multimodal context, retrieved evidence, and model choices. This talk presents a line of work toward interpretable and trustworthy time-series reasoning...

Read more ▾

Toward Interpretable and Trustworthy Time-Series Reasoning

Time-series foundation models have rapidly advanced forecasting in various applications, but most systems still lack the ability to reason over temporal patterns, multimodal context, retrieved evidence, and model choices. This talk presents a line of work toward interpretable and trustworthy time-series reasoning. I will first discuss our vision for time-series reasoning, which emphasizes faithful reasoning paths, multimodal context, and system-level evaluation; Next, I will introduce TimeXL, an explainable multimodal framework that combines prototype-based temporal evidence with LLM agents for prediction, reflection, and refinement, and TimeRouter, a lightweight routing framework that adaptively selects or combines frozen time-series foundation models through discriminative routing, selective gating, and ensemble fallback. I will also briefly discuss how retrieval-augmented models such as TS-RAG can complement these systems by grounding forecasts in historical exemplar trajectories. Together, these works suggest a path from standalone forecasting models toward agentic temporal intelligence systems that can explain, adapt, and support reliable decision making.

Bio

Dongjin Song is an Associate Professor in the School of Computing at the University of Connecticut. Before joining UConn, he was a Research Staff Member at NEC Laboratories America in Princeton, New Jersey, from July 2016 to July 2020. He received his Ph.D. in Electrical and Computer Engineering from the University of California, San Diego in 2016. His research interests span machine learning, data science, deep learning, time series analysis, graph representation learning, and their real-world applications. His work has been published in premier conferences in artificial intelligence and data science, including NeurIPS, ICML, ICLR, KDD, ICDM, SDM, AAAI, IJCAI, CVPR, and ICCV. Four of his papers, DA-RNN at IJCAI 2017, HetGNN at KDD 2019, MSCRED at AAAI 2019, and Empowering Time Series Analysis with LLMs at IJCAI 2024, have been recognized as the most influential papers by PaperDigest.org. Dr. Song is the recipient of several prestigious awards, including the NSF CAREER Award in 2024, the Frontiers of Science Award in Computer Science in 2024, the UConn AAUP Excellence Award for Research and Creativity – Early Career in 2025, the AI 2000 Most Influential Scholar Award Honorable Mention in Data Mining in 2025, the NEC Faculty Research Award in 2025, and the Best Paper Award (3rd Place CCC Award) in the Blue Sky Track at ICDM 2025. He was also elected as one of 11 AAAI Senior Members in the Class of 2026. He serves as an Associate Editor for ACM Computing Surveys, Neural Networks, and Pattern Recognition, and has served as an Area Chair or Senior Program Committee member for top conferences such as NeurIPS, ICML, ICLR, AAAI, IJCAI, ICDM, CIKM, and PAKDD. He is also a co-organizer of the AI for Time Series workshop series at AAAI, IJCAI, ICDM, and SDM, and the Mining and Learning from Time Series workshop at KDD.

Show less ▴

Minjae Lee

AI Researcher
FuriosaAI

Power-Efficient AI Reasoning for the Agentic Inference Era

Large language models are moving toward an agentic inference era, where they perform wider search and longer reasoning with tool interactions, thereby spending substantially more computation at test time. As this shift accelerates, model usage is rapidly increasing, and the energy required to run AI systems is becoming a fundamental bottleneck for keeping AI scalable...

Read more ▾

Power-Efficient AI Reasoning for the Agentic Inference Era

Large language models are moving toward an agentic inference era, where they perform wider search and longer reasoning with tool interactions, thereby spending substantially more computation at test time. As this shift accelerates, model usage is rapidly increasing, and the energy required to run AI systems, from individual servers to large-scale data centers, is becoming a fundamental bottleneck for keeping AI scalable. In this talk, we introduce FuriosaAI's inference-first approach to this challenge, spanning the vertical stack from hardware architecture to software systems and deep learning algorithms. Toward high-performance, power-efficient inference with flexible programmability, we first discuss why power efficiency has become central to LLM deployment, and how FuriosaAI's Tensor Contraction Processor (TCP) architecture is designed to support efficient LLM inference through flexible dataflow and predictable performance. We then connect this hardware-software foundation to reasoning-focused algorithmic research, including inference-engaged training such as reinforcement learning and on-policy distillation, as well as inference scaling and acceleration methods such as speculative decoding and test-time compute scaling. The talk highlights how co-design across silicon, software, and algorithms can enable more capable, efficient, and scalable AI reasoning systems.

Bio

Minjae Lee is an AI Researcher on FuriosaAI's Algorithm team, working on agentic LLM inference. His research spans inference acceleration, scaling, and training for agentic LLMs, including speculative decoding, test-time compute scaling, and reinforcement learning. He also works on healthcare AI, including electronic health records and medical LLM applications. He received his M.S. in Artificial Intelligence from KAIST under Prof. Edward Choi and his B.S. in Industrial Engineering from KAIST, graduating Summa Cum Laude.

About FuriosaAI

FuriosaAI is building inference-first AI infrastructure. Its flagship RNGD accelerator, based on the Tensor Contraction Processor (TCP) architecture, is designed to deliver (1) high-performance execution, (2) power-efficient inference, and (3) flexible programmability for LLMs and multimodal models. By co-designing hardware, compiler, platform, and algorithms, FuriosaAI aims to make large-scale AI deployment practical for real-world data centers.

Show less ▴

Akari Asai

Assistant Professor
Carnegie Mellon University

Beyond Verifiable Answers: Evaluating and Training Deep Research Agents

Deep research agents plan, search, and synthesize evidence into long-form, well-attributed reports. Unlike tasks with verifiable answers, however, their outputs rarely have a single correct solution or a reliable binary reward. Quality is inherently multidimensional, depending on factual accuracy, coverage, citation quality, and effective use of evidence...

Read more ▾

Beyond Verifiable Answers: Evaluating and Training Deep Research Agents

Deep research agents plan, search, and synthesize evidence into long-form, well-attributed reports. Unlike tasks with verifiable answers, however, their outputs rarely have a single correct solution or a reliable binary reward. Quality is inherently multidimensional, depending on factual accuracy, coverage, citation quality, and effective use of evidence. This talk explores how rubrics can provide scalable, task-specific feedback for both evaluating and training such open-ended systems.

First, I will discuss the evaluation framework developed for OpenScholar (Nature, 2026) for long-form, citation-grounded scientific synthesis. It combines rubric-based assessment of report quality with fine-grained verification of citation correctness and completeness. These automated evaluations show strong agreement with expert judgments and reveal key strengths and limitations of current deep research systems.

Next, I will present DR Tulu (ICML 2026 Oral), an open model trained end-to-end for long-form deep research using Reinforcement Learning with Evolving Rubrics. In this approach, evaluation rubrics are dynamically generated and refined alongside the policy, providing increasingly discriminative feedback for open-ended outputs. Despite having only 8 billion parameters, DR Tulu achieves competitive performance across scientific, healthcare, and general-domain benchmarks at substantially lower cost than much larger proprietary systems.

Bio

Akari Asai is an Assistant Professor at Carnegie Mellon University and is a Research Scientist at the Allen Institute for AI (AI2). She received her Ph.D. from the Paul G. Allen School of Computer Science & Engineering at the University of Washington. Her research advances reliable and up-to-date language systems, especially retrieval-augmented and agentic language models, and applies them to high-impact settings, including scientific discovery and information access for underrepresented languages. Her work has been published at top-tier NLP and ML venues and in Nature, and has been recognized with multiple paper awards, the AAAI/ACM SIGAI Doctoral Dissertation Award, the IBM Global Fellowship, MIT Technology Review's Innovators Under 35, and Forbes 30 Under 30 (Asia, Science).

Show less ▴

Sean Welleck

Assistant Professor
Carnegie Mellon University

Toward Generalist Computer-Use Agents

Computer-use agents interact with software by seeing the screen and using a mouse and keyboard, giving them the potential to assist with a wide range of economically valuable tasks. In this talk, I will present Gym-Anything, a framework for turning any software into an environment for training and evaluating computer-use agents...

Read more ▾

Toward Generalist Computer-Use Agents

Computer-use agents interact with software by seeing the screen and using a mouse and keyboard, giving them the potential to assist with a wide range of economically valuable tasks. In this talk, I will present Gym-Anything, a framework for turning any software into an environment for training and evaluating computer-use agents. I will discuss what Gym-Anything teaches us about developing general computer-use agents that can work reliably across the full range of software applications.

Bio

Sean Welleck is an Assistant Professor in the School of Computer Science at Carnegie Mellon University, where he leads the Learning, Language, and Logic (L3) Lab. His research spans AI and formal methods, AI agents, and the foundations of language models. He is also an Assistant Director of Scientific Activities at the NSF Institute for Computer-Aided Reasoning in Mathematics (ICARM). Sean received his PhD from New York University and was a postdoctoral scholar at the University of Washington and the Allen Institute for AI.

Show less ▴

Organizers

Luke (Jun) Huan

Sr. Principal Scientist
AWS AI

James Caverlee

Professor
Texas A&M University

Lei Li

Associate Professor
CMU

Vijay Lingam

Sr. Scientist
AWS AI

Location

Jeju Island, South Korea

Sponsor

Contact

For inquiries, please email AIreasoning2026@kdd.org.