| Challenge: | Experimental results show that our model can generate natural, human-like and personalized comments. |
| Approach: | They propose a model that takes user profile into account when generating comments on social media and integrates it with a gated memory. |
| Outcome: | The proposed model can generate natural, human-like and personalized comments on social media. |
Similar Papers
Towards Controllable and Personalized Review Generation (D19-1)
Copied to clipboard
| Challenge: | Existing models that generate user reviews do not consider the hierarchical structure of user reviews, thus their results lack credibility and diversity. |
| Approach: | They propose a model RevGAN that automatically generates controllable user reviews . they use self-attentive recursive autoencoders, conditional discriminators, and personalized decoder . |
| Outcome: | The proposed model outperforms state-of-the-art generation models in terms of sentence quality, coherence, personalization, and human evaluations on real-world datasets. |
Personalized Response Generation via Generative Split Memory Network (2021.naacl-main)
Copied to clipboard
| Challenge: | Despite the success of text generation and dialogue systems, how to endow a text generation system with personality traits remains under-investigated. |
| Approach: | They propose a model to generate personalized responses on reddit using user profiles and posting histories. |
| Outcome: | The proposed model improves over the state-of-the-art response generation models. |
Automatic Comment Generation for Chinese Student Narrative Essays (2022.emnlp-demos)
Copied to clipboard
| Challenge: | Existing studies focus on giving discrete scores for holistic quality or distinct traits, but real-world teachers usually provide detailed comments in natural language, which are more informative than single scores. |
| Approach: | They propose a model which generates comments for specified segments from given student narrative essays using a human-written Chinese dataset. |
| Outcome: | The proposed model outperforms baselines and has 91% success rate. |
Automatic Article Commenting: the Task and Dataset (P18-2)
Copied to clipboard
| Challenge: | Existing methods to make comments on articles are based on human-annotated subsets, but they are not suitable for online forums. |
| Approach: | They propose to use a large-scale Chinese corpus with millions of real comments and a human-annotated subset characterizing the comments’ varying quality to generalize a broad set of popular reference-based metrics. |
| Outcome: | The proposed model incorporates human-annotated subset characterizing the comments’ varying quality and shows that it is more accurate than previous models. |
Guided Profile Generation Improves Personalization with Large Language Models (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to personalization with LLMs rely on sparse and complex personal contexts, resulting in incomplete interpretation. |
| Approach: | They propose a general method to generate personal profiles in natural language that extracts important, distinctive features from the personal context into concise, descriptive sentences. |
| Outcome: | The proposed method improves personalization ability across different tasks, for example, it increases 37% accuracy in predicting personal preference compared to directly feeding the LLMs with raw personal context. |
A Personalized Dialogue Generator with Implicit User Persona Detection (2022.coling-1)
Copied to clipboard
| Challenge: | Existing models for personalized dialogue generation tend to be self-centered, with little care for the user in the dialogue. |
| Approach: | They propose a personalized dialogue generator by detecting an implicit user persona and using conditional variational inference to model the user's potential persona with no external knowledge. |
| Outcome: | The proposed model improves both automatic metrics and human evaluations by focusing on the user's persona and posterior-discriminated regularization. |
Personalized Video Comment Generation (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Generating personalized responses in video poses a unique challenge for language models. |
| Approach: | They propose a new automatic metric based on Large Language Models with few-shot in-context learning that measures quality from the aspects of emotion, language style and content relevance. |
| Outcome: | The proposed metric measures quality from emotion, language style and content relevance with human evaluations. |
Comments as Natural Logic Pivots: Improve Code Generation via Comment Perspective (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing studies decompose complex tasks into intermediate steps by prompting strategies, such as Chain-of-Thought and its variants. |
| Approach: | They propose to use code comments as natural logic pivot between natural language and code language to boost the code generation ability of code LLMs. |
| Outcome: | The proposed method significantly improves the code pass rate on humanEval and MBPP, while the robustness of the logical comment decoding strategy is higher than the Chain-of-thoughts prompting. |
Representing Social Media Users for Sarcasm Detection (D18-1)
Copied to clipboard
| Challenge: | Existing annotated corpus of Reddit comments is limited by available annotation methods. |
| Approach: | They propose a Bayesian approach that directly represents authors’ propensities to be sarcastic and a dense embedding approach that can learn interactions between the author and the text. |
| Outcome: | The proposed approach performs better in homogeneous contexts, whereas the dense embeddings prove valuable in more diverse contexts. |
UserIdentifier: Implicit User Representations for Simple and Effective Personalized Sentiment Analysis (2022.naacl-main)
Copied to clipboard
Fatemehsadat Mireshghallah, Vaishnavi Shrivastava, Milad Shokouhi, Taylor Berg-Kirkpatrick, Robert Sim, Dimitrios Dimitriadis
| Challenge: | Currently, global models are not able to produce personalized responses for individual users, based on their data. |
| Approach: | They propose a scheme for training a single shared model for all users by prepending a fixed, user-specific non-trainable string to each user’s input text. |
| Outcome: | The proposed method outperforms the state-of-the-art model on a suite of sentiment analysis datasets by up to 13 points. |