Logical Reasoning for Task Oriented Dialogue Systems
Sajjad Beygi, Maryam Fazel-Zarandi, Alessandra Cervone, Prakash, Krishnan, Siddhartha Reddy Jonnalagadda

TL;DR
This paper introduces a method to enhance pretrained transformer models with logical reasoning capabilities for task-oriented dialogue systems, enabling better handling of factual and numerical queries without additional datasets.
Contribution
It proposes a novel fine-tuning approach with synthetic data generation to teach transformers logical relations in dialogue contexts, improving reasoning abilities.
Findings
Transformer models can perform logical reasoning with high accuracy.
The method enables models to extract constraints for downstream components.
Synthetic data generation improves reasoning without extra datasets.
Abstract
In recent years, large pretrained models have been used in dialogue systems to improve successful task completion rates. However, lack of reasoning capabilities of dialogue platforms make it difficult to provide relevant and fluent responses, unless the designers of a conversational experience spend a considerable amount of time implementing these capabilities in external rule based modules. In this work, we propose a novel method to fine-tune pretrained transformer models such as Roberta and T5. to reason over a set of facts in a given dialogue context. Our method includes a synthetic data generation mechanism which helps the model learn logical relations, such as comparison between list of numerical values, inverse relations (and negation), inclusion and exclusion for categorical attributes, and application of a combination of attributes over both numerical and categorical values, and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Natural Language Processing Techniques
MethodsGated Linear Unit · Multi-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Adam · Linear Warmup With Linear Decay · WordPiece · Softmax · SentencePiece
