Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.AI) · July 17, 2026

Candidate Attended Dialogue State Tracking Using BERT

Junyuan Zheng, Onkar Salvi, John Chan

Dialogue state tracking is the component that remembers what a conversation has established so far. At every turn it updates its picture of what the user wants, and everything downstream, deciding what the system should do and what it should say, reads from that picture.

The difficulty comes from scale rather than from any single conversation. Assistants like Siri, Alexa and Google Assistant sit in front of a large and growing catalogue of services and APIs, each with its own vocabulary of things a user might specify. A tracker that learned one service's slots has to cope with services it was never trained on.

Attending over candidates is a sensible response to that. Rather than treating the state as a fixed set of fields to fill, the model considers the candidate values actually available in context, which is what allows a new service to be handled without a new model.

From the arXiv (cs.AI) abstract

Dialogue state tracking (DST) is one of the core components in task-oriented dialogue systems. At each turn in a conversation, DST estimates the user belief or dialogue state, which is used as input for downstream modules to predict system actions and generate responses. The increasingly popular dialogue system applications like Google Assistant, Siri and Alexa need to support a large number of services and APIs, resulting in growing attention to the scalability of such…


More Artificial Intelligence papers