Recursive Template-based Frame Generation for Task Oriented Dialog
The Natural Language Understanding (NLU) component in task oriented dialog systems processes a user{'}s request and converts it into structured information that can be consumed by downstream components such as the Dialog State Tracker (DST). This information is typically represented as a semantic frame that captures the intent and slot-labels provided by the user. We first show that such a shallow representation is insufficient for complex dialog scenarios, because it does not capture the recursive nature inherent in many domains. We propose a recursive, hierarchical frame-based representation and show how to learn it from data. We formulate the frame generation task as a template-based tree decoding task, where the decoder recursively generates a template and then fills slot values into the template. We extend local tree-based loss functions with terms that provide global supervision and show how to optimize them end-to-end. We achieve a small improvement on the widely used ATIS dataset and a much larger improvement on a more complex dataset we describe here.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderNatural Language UnderstandingSimilar Papers 제목 키워드 기반
A Novel Task-Oriented Text Corpus in Silent Speech Recognition and its Natural Language Generation Construction Method
Millions of people with severe speech disorders around the world may regain their communication capabilities through techniques of silent speech recognition (SSR). Using electroencephalography (EEG) as a biomarker for sp…
Data-to-Text GenerationDiversityEEGElectroencephalogram (EEG)+4Scalable and Cost-Efficient de Novo Template-Based Molecular Generation
Template-based molecular generation offers a promising avenue for drug design by ensuring generated compounds are synthetically accessible through predefined reaction templates and building blocks. In this work, we tackl…
DiversityDrug DesignA Template-guided Hybrid Pointer Network for Knowledge-based Task-oriented Dialogue Systems
Most existing neural network based task-oriented dialog systems follow encoder-decoder paradigm, where the decoder purely depends on the source texts to generate a sequence of words, usually suffering from instability an…
DecoderTask-Oriented Dialogue SystemsA Template-guided Hybrid Pointer Network for Knowledge-basedTask-oriented Dialogue Systems
Most existing neural network based task-oriented dialogue systems follow encoder-decoder paradigm, where the decoder purely depends on the source texts to generate a sequence of words, usually suffering from instability …
DecoderTask-Oriented Dialogue SystemsRecursive Cross-View: Use Only 2D Detectors to Achieve 3D Object Detection without 3D Annotations
Heavily relying on 3D annotations limits the real-world application of 3D object detection. In this paper, we propose a method that does not demand any 3D annotation, while being able to predict fully oriented 3D boundin…
3D Object DetectionHand DetectionHuman DetectionInstance Segmentation+3