paper-with-me

Papers

Adversarial Conversational Shaping for Intelligent Agents

2023-07-20 · Piotr Tarasiewicz, Sultan Kenjeyev, Ilana Sebag, Shehab Alshehabi

The recent emergence of deep learning methods has enabled the research community to achieve state-of-the art results in several domains including natural language processing. However, the current robocall system remains unstable and inaccurate: text generator and chat-bots can be tedious and misunderstand human-like dialogue. In this work, we study the performance of two models able to enhance an intelligent conversational agent through adversarial conversational shaping: a generative adversarial network with policy gradient (GANPG) and a generative adversarial network with reward for every generation step (REGS) based on the REGS model presented in Li et al. [18] . This model is able to assign rewards to both partially and fully generated text sequences. We discuss performance with different training details : seq2seq [ 36] and transformers [37 ] in a reinforcement learning framework.

📄 PDF Abstract BibTeX arXiv:2307.11785

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Multipurpose Intelligent Process Automation via Conversational Assistant

2020-01-07 · Alena Moiseeva, Dietrich Trautmann, Michael Heimann, Hinrich Schütze

Intelligent Process Automation (IPA) is an emerging technology with a primary goal to assist the knowledge worker by taking care of repetitive, routine and low-cognitive tasks. Conversational agents that can interact wit…

Transfer Learning

Applying Chatbots to the Internet of Things: Opportunities and Architectural Elements

2016-11-11 · Rohan Kar, Rishin Haldar

Internet of Things (IoT) is emerging as a significant technology in shaping the future by connecting physical devices or things with internet. It also presents various opportunities for intersection of other technologica…

Studying the Effects of Cognitive Biases in Evaluation of Conversational Agents

2020-02-18 · Sashank Santhanam, Alireza Karduni, Samira Shaikh

Humans quite frequently interact with conversational agents. The rapid advancement in generative language modeling through neural networks has helped advance the creation of intelligent conversational agents. Researchers…

Decision MakingLanguage ModelingLanguage Modelling

Exploring Conversational Agents as an Effective Tool for Measuring Cognitive Biases in Decision-Making

2024-01-08 · Stephen Pilli

Heuristics and cognitive biases are an integral part of human decision-making. Automatically detecting a particular cognitive bias could enable intelligent tools to provide better decision-support. Detecting the presence…

Decision Making

Agent Safety Alignment via Reinforcement Learning

2025-07-11 · Zeyang Sha, Hanling Tian, Zhuoer Xu, Shiwen Cui 외 arxiv

The emergence of autonomous Large Language Model (LLM) agents capable of tool usage has introduced new safety risks that go beyond traditional conversational misuse. These agents, empowered to execute external functions,…

Reinforcement Learning