paper-with-me

홈 › Papers

Context-Sensitive Generation Network for Handing Unknown Slot Values in Dialogue State Tracking

2020-05-08 · Puhai Yang, He-Yan Huang, Xian-Ling Mao

As a key component in a dialogue system, dialogue state tracking plays an important role. It is very important for dialogue state tracking to deal with the problem of unknown slot values. As far as we known, almost all existing approaches depend on pointer network to solve the unknown slot value problem. These pointer network-based methods usually have a hidden assumption that there is at most one out-of-vocabulary word in an unknown slot value because of the character of a pointer network. However, often, there are multiple out-of-vocabulary words in an unknown slot value, and it makes the existing methods perform bad. To tackle the problem, in this paper, we propose a novel Context-Sensitive Generation network (CSG) which can facilitate the representation of out-of-vocabulary words when generating the unknown slot value. Extensive experiments show that our proposed method performs better than the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2005.03923

Code (1)

yangpuhai/CSG 공식 구현 pytorch

Tasks

Dialogue State Tracking

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

STN4DST: A Scalable Dialogue State Tracking based on Slot Tagging Navigation

2020-10-21 · Puhai Yang, Heyan Huang, Xianling Mao

Scalability for handling unknown slot values is a important problem in dialogue state tracking (DST). As far as we know, previous scalable DST approaches generally rely on either the candidate generation from slot taggin…

Dialogue State TrackingPosition

Reactive Human-to-Robot Handovers of Arbitrary Objects

2020-11-17 · Wei Yang, Chris Paxton, Arsalan Mousavian, Yu-Wei Chao 외

Human-robot object handovers have been an actively studied area of robotics over the past decade; however, very few techniques and systems have addressed the challenge of handing over diverse objects with arbitrary appea…

Grasp GenerationMotion Planning

BERT-DST: Scalable End-to-End Dialogue State Tracking with Bidirectional Encoder Representations from Transformer

2019-07-05 · Guan-Lin Chao, Ian Lane

An important yet rarely tackled problem in dialogue state tracking (DST) is scalability for dynamic ontology (e.g., movie, restaurant) and unseen slot values. We focus on a specific condition, where the ontology is unkno…

Dialogue State Tracking

Pyramid Region-based Slot Attention Network for Temporal Action Proposal Generation

2022-06-21 · Shuaicheng Li, Feng Zhang, Rui-Wei Zhao, Rui Feng 외

It has been found that temporal action proposal generation, which aims to discover the temporal action instances within the range of the start and end frames in the untrimmed videos, can largely benefit from proper tempo…

Action DetectionTemporal Action Proposal Generation

Speaker-Sensitive Dual Memory Networks for Multi-Turn Slot Tagging

2017-11-29 · Young-Bum Kim, Sungjin Lee, Ruhi Sarikaya

In multi-turn dialogs, natural language understanding models can introduce obvious errors by being blind to contextual information. To incorporate dialog history, we present a neural architecture with Speaker-Sensitive D…

Natural Language Understanding