paper-with-me

Papers

PK-Chat: Pointer Network Guided Knowledge Driven Generative Dialogue Model

2023-04-02 · Cheng Deng, Bo Tong, Luoyi Fu, Jiaxin Ding, Dexing Cao, Xinbing Wang, Chenghu Zhou

In the research of end-to-end dialogue systems, using real-world knowledge to generate natural, fluent, and human-like utterances with correct answers is crucial. However, domain-specific conversational dialogue systems may be incoherent and introduce erroneous external information to answer questions due to the out-of-vocabulary issue or the wrong knowledge from the parameters of the neural network. In this work, we propose PK-Chat, a Pointer network guided Knowledge-driven generative dialogue model, incorporating a unified pretrained language model and a pointer network over knowledge graphs. The words generated by PK-Chat in the dialogue are derived from the prediction of word lists and the direct prediction of the external knowledge graph knowledge. Moreover, based on the PK-Chat, a dialogue system is built for academic scenarios in the case of geosciences. Finally, an academic dialogue benchmark is constructed to evaluate the quality of dialogue systems in academic scenarios and the source code is available online.

📄 PDF Abstract BibTeX arXiv:2304.00592

Code (2)

davendw49/PK-Chat 공식 구현 paddle
iiot-tbb/dialogue_dde 공식 구현 paddle

Tasks

Knowledge GraphsLanguage ModelingLanguage ModellingWorld Knowledge

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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$…
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…
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 제목 키워드 기반

Confusionset-guided Pointer Networks for Chinese Spelling Check

2019-07-01 · ACL 2019 7 · Dingmin Wang, Yi Tay, Li Zhong

This paper proposes Confusionset-guided Pointer Networks for Chinese Spell Check (CSC) task. More concretely, our approach utilizes the off-the-shelf confusionset for guiding the character generation. To this end, our no…

Sentence

Pointer-Guided Pre-Training: Infusing Large Language Models with Paragraph-Level Contextual Awareness

2024-06-06 · Lars Hillebrand, Prabhupad Pradhan, Christian Bauckhage, Rafet Sifa

We introduce "pointer-guided segment ordering" (SO), a novel pre-training technique aimed at enhancing the contextual understanding of paragraph-level text representations in large language models. Our methodology levera…

Diversitytext-classificationText Classification

A Template-guided Hybrid Pointer Network for Knowledge-based Task-oriented Dialogue Systems

2021-08-01 · ACL (dialdoc) 2021 8 · Dingmin Wang, Ziyao Chen, Wanwei He, Li Zhong 외

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 Systems

A Template-guided Hybrid Pointer Network for Knowledge-basedTask-oriented Dialogue Systems

2021-06-10 · Dingmin Wang, Ziyao Chen, Wanwei He, Li Zhong 외

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 Systems

Fact-Checking Generative AI: Ontology-Driven Biological Graphs for Disease-Gene Link Verification

2023-08-07 · Ahmed Abdeen Hamed, Byung Suk Lee, Alessandro Crimi, Magdalena M. Misiak

Since the launch of various generative AI tools, scientists have been striving to evaluate their capabilities and contents, in the hope of establishing trust in their generative abilities. Regulations and guidelines are …

ArticlesFact CheckingKnowledge Graphs