Ontology-Enhanced Slot Filling
Yuhao Ding, Yik-Cheung Tam

TL;DR
This paper introduces an ontology-enhanced method for slot filling in multi-domain dialog systems, improving accuracy by matching entities across dialogue turns and encoding them as additional inputs to a BERT-based tracker.
Contribution
It proposes a novel ontology-based approach that enhances dialogue state tracking by accumulating and encoding entity matches, addressing input capacity limitations.
Findings
Improved joint goal accuracy from 52.63% to 53.91%.
Enhanced slot F1 score from 91.64% to 92%.
Demonstrated effectiveness on MultiWOZ 2.1 dataset.
Abstract
Slot filling is a fundamental task in dialog state tracking in task-oriented dialog systems. In multi-domain task-oriented dialog system, user utterances and system responses may mention multiple named entities and attributes values. A system needs to select those that are confirmed by the user and fill them into destined slots. One difficulty is that since a dialogue session contains multiple system-user turns, feeding in all the tokens into a deep model such as BERT can be challenging due to limited capacity of input word tokens and GPU memory. In this paper, we investigate an ontology-enhanced approach by matching the named entities occurred in all dialogue turns using ontology. The matched entities in the previous dialogue turns will be accumulated and encoded as additional inputs to a BERT-based dialogue state tracker. In addition, our improvement includes ontology constraint…
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
MethodsAttention Is All You Need · Linear Layer · Attention Dropout · Dense Connections · Dropout · Weight Decay · Residual Connection · Multi-Head Attention · Adam · Softmax
