TL;DR
This paper introduces a method for creating personalized chatbots by automatically learning implicit user profiles from dialogue history, enabling more natural and user-specific responses without the need for explicit profile data.
Contribution
The paper proposes a novel approach that automatically constructs dynamic user profiles from dialogue history using Transformer models and key-value memory networks, improving personalization in chatbots.
Findings
Significant performance improvements over existing methods.
Effective dynamic user profiling from large-scale dialogue data.
Enhanced response relevance and personalization.
Abstract
Personalized chatbots focus on endowing chatbots with a consistent personality to behave like real users, give more informative responses, and further act as personal assistants. Existing personalized approaches tried to incorporate several text descriptions as explicit user profiles. However, the acquisition of such explicit profiles is expensive and time-consuming, thus being impractical for large-scale real-world applications. Moreover, the restricted predefined profile neglects the language behavior of a real user and cannot be automatically updated together with the change of user interests. In this paper, we propose to learn implicit user profiles automatically from large-scale user dialogue history for building personalized chatbots. Specifically, leveraging the benefits of Transformer on language understanding, we train a personalized language model to construct a general user…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Layer Normalization · Adam · Label Smoothing · Byte Pair Encoding · Softmax · Multi-Head Attention
