paper-with-me

홈 › Papers

Transforming Slot Schema Induction with Generative Dialogue State Inference

2024-08-03 · James D. Finch, Boxin Zhao, Jinho D. Choi

The challenge of defining a slot schema to represent the state of a task-oriented dialogue system is addressed by Slot Schema Induction (SSI), which aims to automatically induce slots from unlabeled dialogue data. Whereas previous approaches induce slots by clustering value spans extracted directly from the dialogue text, we demonstrate the power of discovering slots using a generative approach. By training a model to generate slot names and values that summarize key dialogue information with no prior task knowledge, our SSI method discovers high-quality candidate information for representing dialogue state. These discovered slot-value candidates can be easily clustered into unified slot schemas that align well with human-authored schemas. Experimental comparisons on the MultiWOZ and SGD datasets demonstrate that Generative Dialogue State Inference (GenDSI) outperforms the previous state-of-the-art on multiple aspects of the SSI task.

📄 PDF Abstract BibTeX arXiv:2408.01638

Code (1)

emorynlp/GenDSI 공식 구현

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Automatic Intent-Slot Induction for Dialogue Systems

2021-03-16 · Zengfeng Zeng, Dan Ma, Haiqin Yang, Zhen Gou 외

Automatically and accurately identifying user intents and filling the associated slots from their spoken language are critical to the success of dialogue systems. Traditional methods require manually defining the DOMAIN-…

Intent Detectionslot-fillingSlot Filling

Unsupervised Slot Schema Induction for Task-oriented Dialog

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Carefully-designed schemas describing how to collect and annotate dialog corpora are a prerequisite towards building task-oriented dialog systems. In practical applications, manually designing schemas can be error-prone,…

Clusteringdialog state trackingResponse Generation

Unsupervised Slot Schema Induction for Task-oriented Dialog

2022-05-09 · NAACL 2022 7 · Dian Yu, Mingqiu Wang, Yuan Cao, Izhak Shafran 외

Carefully-designed schemas describing how to collect and annotate dialog corpora are a prerequisite towards building task-oriented dialog systems. In practical applications, manually designing schemas can be error-prone,…

dialog state trackingResponse Generation

Intent Induction from Conversations for Task-Oriented Dialogue Track at DSTC 11

2023-04-25 · James Gung, Raphael Shu, Emily Moeng, Wesley Rose 외

With increasing demand for and adoption of virtual assistants, recent work has investigated ways to accelerate bot schema design through the automatic induction of intents or the induction of slots and dialogue states. H…

Span-Selective Linear Attention Transformers for Effective and Robust Schema-Guided Dialogue State Tracking

2023-06-15 · Björn Bebensee, Haejun Lee

In schema-guided dialogue state tracking models estimate the current state of a conversation using natural language descriptions of the service schema for generalization to unseen services. Prior generative approaches wh…

Dialogue State Tracking