Joint Reasoning on Hybrid-knowledge sources for Task-Oriented Dialog
Mayank Mishra, Danish Contractor, Dinesh Raghu

TL;DR
This paper introduces a BART-based model for task-oriented dialog that effectively fuses structured and unstructured knowledge sources without relying on strict assumptions, demonstrating robustness and improved response generation.
Contribution
It presents a novel fine-tuning approach for language models to handle hybrid knowledge sources in dialog systems, removing prior limiting assumptions.
Findings
Model is robust to knowledge source perturbations
Effective fusion of structured and unstructured data
Degradation observed in existing methods under relaxed assumptions
Abstract
Traditional systems designed for task oriented dialog utilize knowledge present only in structured knowledge sources to generate responses. However, relevant information required to generate responses may also reside in unstructured sources, such as documents. Recent state of the art models such as HyKnow and SeKnow aimed at overcoming these challenges make limiting assumptions about the knowledge sources. For instance, these systems assume that certain types of information, such as a phone number, is always present in a structured knowledge base (KB) while information about aspects such as entrance ticket prices, would always be available in documents. In this paper, we create a modified version of the MutliWOZ-based dataset prepared by SeKnow to demonstrate how current methods have significant degradation in performance when strict assumptions about the source of information are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
MethodsMulti-Head Attention · Attention Is All You Need · Balanced Selection · Softmax · Adam · Linear Layer · Dense Connections · Byte Pair Encoding · Layer Normalization · Residual Connection
