An Integrated Hybrid Recommendation and Trust-Aware Review Intelligence Framework for Reliable Service Provider Matching
This paper proposes an integrated hybrid framework that combines TF-IDF, semantic similarity, and collaborative filtering for candidate provider selection with a trust-aware review intelligence system using Multi-Task BiLSTM and Isolation Forest to analyze aspect-specific sentiment and review credibility, thereby achieving more reliable service provider matching through a unified re-ranking pipeline.
Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Finding a skilled professional to fix a leaky pipe, install a ceiling, or repair a car is something almost everyone does, yet the digital marketplaces designed to connect customers with these workers often leave people guessing. When a user types a request into a search box, the system must decide which of thousands of registered providers is the best fit. Traditional systems rely on simple keyword matching, looking for exact word overlaps between what a customer asks and what a provider offers, or they lean heavily on a single numerical star rating. However, these methods often miss the mark. A customer asking to "fix a dripping faucet" and a provider describing themselves as a "plumber who repairs leaks" are talking about the same need, but a simple word-counting system might fail to see the connection. Furthermore, a single number cannot capture the nuance of a service experience, which might be excellent in terms of work quality but poor regarding punctuality or communication. Even more troubling is that not all reviews are trustworthy; some are fake, manipulated, or written by people with unusual behavior patterns, and treating every review as equally valid can distort a provider's true reputation. Researchers at the Sri Lanka Institute of Information Technology have developed a new framework to solve these problems by combining two distinct approaches: one that finds relevant providers and another that verifies the reliability of the feedback they receive.
The researchers built a two-stage system designed to first identify a shortlist of likely candidates and then deeply analyze the feedback associated with them to ensure trustworthiness. In the first stage, the system acts as a broad filter, scanning a database of ten thousand providers against twenty thousand customer requests. Instead of relying on just one method, it uses three different ways to measure relevance simultaneously. It checks for direct keyword matches, uses advanced language models to understand the meaning behind different ways of phrasing a request, and looks at historical data to see how often a provider has successfully completed jobs for users similar to the one searching. These three signals are blended together to create a single score, narrowing the massive list of providers down to a manageable group of the most relevant candidates. This approach proved more effective than using any single method alone, successfully identifying the right providers with high precision.
Once the system has a shortlist of candidates, it moves to the second stage, which functions as a quality control and trust verification unit. Here, the system does not just look at the average star rating; it reads the actual text of twenty-five thousand customer reviews across fourteen different service categories, such as masonry, electrical work, and vehicle repair. It breaks down each review to understand specific aspects of the service: the quality of the work, whether the provider was punctual, how well they communicated, and their level of professionalism. Using a sophisticated neural network, the system predicts the sentiment for each of these four areas separately, recognizing that a provider might be praised for their skill but criticized for being late. At the same time, a separate module examines the reviews for signs of unreliability. It looks for linguistic patterns and behavioral clues, such as unusual word choices or repetitive phrasing, to flag reviews that might be suspicious or anomalous. Reviews that appear credible are given more weight, while those flagged as potentially fake or manipulated are downplayed, ensuring that the final ranking reflects genuine customer experiences.
The results of this integrated approach demonstrate that combining relevance with trust-aware intelligence significantly improves service matching. The sentiment analysis model successfully predicted the specific feelings behind reviews with an average accuracy of nearly eighty-nine percent, correctly identifying whether a customer was happy or unhappy about quality, punctuality, communication, or professionalism. The system that detected fake or unreliable reviews was even more precise, achieving ninety-six percent overall accuracy in distinguishing between genuine feedback and suspicious anomalies. By fusing these insights, the framework can re-rank the initial list of candidates, promoting those with strong, credible, and specific praise while demoting those with unreliable or mixed feedback. The researchers found that this two-step process, which separates the task of finding relevant providers from the task of verifying their reputation, creates a more reliable way to match customers with professionals. While the study acknowledges that the specific weights used to combine these different signals were manually selected and that further testing on real-world data is needed, the current findings show that treating relevance and trust as complementary, rather than separate, concerns offers a clear path forward for online service marketplaces.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.