RE-GrievanceAssist: Enhancing Customer Experience through ML-Powered Complaint Management

Read original: arXiv:2404.18963 - Published 5/1/2024 by Venkatesh C, Harshit Oberoi, Anurag Kumar Pandey, Anil Goyal, Nikhil Sikka
Total Score

0

🤷

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper introduces an end-to-end pipeline called RE-GrievanceAssist for managing customer complaints in the real estate industry.
  • The pipeline consists of three key components: a response/no-response ML model, a user type classifier, and an issue/sub-issue classifier.
  • The system has been deployed as a batch job in Databricks, resulting in a 40% reduction in manual effort and a monthly cost savings of Rs 1,50,000 since August 2023.

Plain English Explanation

In recent years, digital platform companies have faced increasing challenges in managing customer complaints as more and more consumers adopt these platforms. To address this issue, the researchers have developed an end-to-end pipeline for real estate customer complaint management.

The pipeline has three main parts:

  1. A machine learning model that can determine whether a customer complaint requires a response or not, using a technique called TF-IDF vectorization and an XGBoost classifier.
  2. A classifier that can identify the type of user (e.g., tenant, landlord) who is making the complaint, using a FastText classifier.
  3. A classifier that can determine the issue or sub-issue the complaint is about, again using TF-IDF vectorization and an XGBoost classifier.

By automating these key tasks, the pipeline has been able to reduce the overall manual effort required to manage customer complaints by 40%, saving the company Rs 1,50,000 per month since it was deployed in August 2023 on the Databricks platform.

Technical Explanation

The researchers developed the RE-GrievanceAssist pipeline to address the growing challenges that digital platform companies face in managing customer complaints. The pipeline consists of three main components:

  1. Response/No-Response ML Model: This model uses TF-IDF vectorization to represent the text of the complaint and an XGBoost classifier to determine whether the complaint requires a response from the platform.
  2. User Type Classifier: This component employs a FastText classifier to identify the type of user (e.g., tenant, landlord) who is making the complaint.
  3. Issue/Sub-Issue Classifier: Similar to the response/no-response model, this classifier uses TF-IDF vectorization and an XGBoost classifier to determine the issue or sub-issue that the complaint is about.

The researchers deployed the RE-GrievanceAssist pipeline as a batch job in the Databricks platform, which resulted in a remarkable 40% reduction in the overall manual effort required to manage customer complaints, as well as a monthly cost savings of Rs 1,50,000 since August 2023.

Critical Analysis

The researchers have presented a comprehensive solution to the growing challenge of managing customer complaints for digital platform companies, particularly in the real estate industry. The use of machine learning models to automate key tasks, such as determining the need for a response and categorizing the type of complaint, is a promising approach that can significantly reduce the manual effort required.

However, the paper does not provide much detail on the specific datasets or training procedures used for the machine learning models. It would be helpful to understand the performance and generalizability of these models to different types of complaints or platforms. Additionally, the paper does not discuss any potential biases or limitations of the classifiers, which could be important considerations for real-world deployment.

Furthermore, the researchers could have explored the integration of the RE-GrievanceAssist pipeline with other customer service systems or language models to provide a more holistic solution for managing customer complaints. Leveraging knowledge graphs or comparative studies with other approaches could also have provided additional insights and perspectives.

Conclusion

The RE-GrievanceAssist pipeline introduced in this paper represents a significant step forward in automating the management of customer complaints for digital platform companies, particularly in the real estate industry. By leveraging machine learning models to streamline key tasks, the pipeline has demonstrated the potential to reduce manual effort and costs while improving the overall customer experience.

As digital platforms continue to grow and evolve, solutions like RE-GrievanceAssist will likely become increasingly important for managing the increasing volume and complexity of customer complaints. While the paper provides a promising foundation, further research and refinement could help to address any limitations and unlock even greater benefits for both platforms and their customers.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🤷

Total Score

0

RE-GrievanceAssist: Enhancing Customer Experience through ML-Powered Complaint Management

Venkatesh C, Harshit Oberoi, Anurag Kumar Pandey, Anil Goyal, Nikhil Sikka

In recent years, digital platform companies have faced increasing challenges in managing customer complaints, driven by widespread consumer adoption. This paper introduces an end-to-end pipeline, named RE-GrievanceAssist, designed specifically for real estate customer complaint management. The pipeline consists of three key components: i) response/no-response ML model using TF-IDF vectorization and XGBoost classifier ; ii) user type classifier using fasttext classifier; iii) issue/sub-issue classifier using TF-IDF vectorization and XGBoost classifier. Finally, it has been deployed as a batch job in Databricks, resulting in a remarkable 40% reduction in overall manual effort with monthly cost reduction of Rs 1,50,000 since August 2023.

Read more

5/1/2024

🌀

Total Score

0

Predictive Analysis of CFPB Consumer Complaints Using Machine Learning

Dhwani Vaishnav, Manimozhi Neethinayagam, Akanksha Khaire, Jongwook Woo

This paper introduces the Consumer Feedback Insight & Prediction Platform, a system leveraging machine learning to analyze the extensive Consumer Financial Protection Bureau (CFPB) Complaint Database, a publicly available resource exceeding 4.9 GB in size. This rich dataset offers valuable insights into consumer experiences with financial products and services. The platform itself utilizes machine learning models to predict two key aspects of complaint resolution: the timeliness of company responses and the nature of those responses (e.g., closed, closed with relief etc.). Furthermore, the platform employs Latent Dirichlet Allocation (LDA) to delve deeper, uncovering common themes within complaints and revealing underlying trends and consumer issues. This comprehensive approach empowers both consumers and regulators. Consumers gain valuable insights into potential response wait times, while regulators can utilize the platform's findings to identify areas where companies may require further scrutiny regarding their complaint resolution practices.

Read more

7/10/2024

🏷️

Total Score

0

AI-based Classification of Customer Support Tickets: State of the Art and Implementation with AutoML

Mario Truss, Stephan Boehm

Automation of support ticket classification is crucial to improve customer support performance and shortening resolution time for customer inquiries. This research aims to test the applicability of automated machine learning (AutoML) as a technology to train a machine learning model (ML model) that can classify support tickets. The model evaluation conducted in this research shows that AutoML can be used to train ML models with good classification performance. Moreover, this paper fills a research gap by providing new insights into developing AI solutions without a dedicated professional by utilizing AutoML, which makes this technology more accessible for companies without specialized AI departments and staff.

Read more

6/5/2024

Self-Improving Customer Review Response Generation Based on LLMs
Total Score

0

Self-Improving Customer Review Response Generation Based on LLMs

Guy Azov, Tatiana Pelc, Adi Fledel Alon, Gila Kamhi

Previous studies have demonstrated that proactive interaction with user reviews has a positive impact on the perception of app users and encourages them to submit revised ratings. Nevertheless, developers encounter challenges in managing a high volume of reviews, particularly in the case of popular apps with a substantial influx of daily reviews. Consequently, there is a demand for automated solutions aimed at streamlining the process of responding to user reviews. To address this, we have developed a new system for generating automatic responses by leveraging user-contributed documents with the help of retrieval-augmented generation (RAG) and advanced Large Language Models (LLMs). Our solution, named SCRABLE, represents an adaptive customer review response automation that enhances itself with self-optimizing prompts and a judging mechanism based on LLMs. Additionally, we introduce an automatic scoring mechanism that mimics the role of a human evaluator to assess the quality of responses generated in customer review domains. Extensive experiments and analyses conducted on real-world datasets reveal that our method is effective in producing high-quality responses, yielding improvement of more than 8.5% compared to the baseline. Further validation through manual examination of the generated responses underscores the efficacy our proposed system.

Read more

5/8/2024