paper-with-me

Papers

Automating App Review Response Generation

2020-02-10 · Cuiyun Gao, Jichuan Zeng, Xin Xia, David Lo, Michael R. Lyu, Irwin King

Previous studies showed that replying to a user review usually has a positive effect on the rating that is given by the user to the app. For example, Hassan et al. found that responding to a review increases the chances of a user updating their given rating by up to six times compared to not responding. To alleviate the labor burden in replying to the bulk of user reviews, developers usually adopt a template-based strategy where the templates can express appreciation for using the app or mention the company email address for users to follow up. However, reading a large number of user reviews every day is not an easy task for developers. Thus, there is a need for more automation to help developers respond to user reviews. Addressing the aforementioned need, in this work we propose a novel approach RRGen that automatically generates review responses by learning knowledge relations between reviews and their responses. RRGen explicitly incorporates review attributes, such as user rating and review length, and learns the relations between reviews and corresponding responses in a supervised way from the available training data. Experiments on 58 apps and 309,246 review-response pairs highlight that RRGen outperforms the baselines by at least 67.4% in terms of BLEU-4 (an accuracy measure that is widely used to evaluate dialogue response generation systems). Qualitative analysis also confirms the effectiveness of RRGen in generating relevant and accurate responses.

📄 PDF Abstract BibTeX arXiv:2002.03552

Code (1)

ReMine-Lab/RRGen 공식 구현 pytorch

Tasks

Response Generation

Similar Papers 제목 키워드 기반

The Fellowship of the LLMs: Multi-Agent Workflows for Synthetic Preference Optimization Dataset Generation

2024-08-16 · Samee Arif, Sualeha Farid, Abdul Hameed Azeemi, Awais Athar 외

This paper presents a novel methodology for generating synthetic Preference Optimization (PO) datasets using multi-agent workflows. We evaluate the effectiveness and potential of these workflows in automating and enhanci…

Dataset GenerationResponse Generation

Leveraging Reward Models for Guiding Code Review Comment Generation

2025-06-04 · Oussama Ben Sghaier, Rosalia Tufano, Gabriele Bavota, Houari Sahraoui

Code review is a crucial component of modern software development, involving the evaluation of code quality, providing feedback on potential issues, and refining the code to address identified problems. Despite these ben…

Comment Generation

ReviewAgents: Bridging the Gap Between Human and AI-Generated Paper Reviews

2025-03-11 · Xian Gao, Jiacheng Ruan, Jingsheng Gao, Ting Liu 외

Academic paper review is a critical yet time-consuming task within the research community. With the increasing volume of academic publications, automating the review process has become a significant challenge. The primar…

Comment Generation

Efficient Data Generation for Source-grounded Information-seeking Dialogs: A Use Case for Meeting Transcripts

2024-05-02 · Lotem Golany, Filippo Galgani, Maya Mamo, Nimrod Parasol 외

Automating data generation with Large Language Models (LLMs) has become increasingly popular. In this work, we investigate the feasibility and effectiveness of LLM-based data generation in the challenging setting of sour…

Response Generation

Automating Research Synthesis with Domain-Specific Large Language Model Fine-Tuning

2024-04-08 · Teo Susnjak, Peter Hwang, Napoleon H. Reyes, Andre L. C. Barczak 외

This research pioneers the use of fine-tuned Large Language Models (LLMs) to automate Systematic Literature Reviews (SLRs), presenting a significant and novel contribution in integrating AI to enhance academic research m…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model