JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Review-Grounded Explainable Recommendation with Faithfulness Evaluation on Amazon Reviews Xiaohan Chang 1. Yifei Lu 2. Ziliang Samuel Zhong 3 1Computer Science. University of Connecticut, 352 Mansfield Rd. Storrs. CT 06269. USA 2Computer Science. University of California San Diego, 9500 Gilman Dr. La Jolla. CA 92093. USA 3New York University. New York. NY 10012. USA Article Info Article history: Received: 12 January 2026 Revised: 27 March 2026 Accepted: 15 April 2026 Keyword: Amazon reviews Evidence extraction Explainable recommendation Faithfulness evaluation Review-grounded justification Abstract Review text can support explainable recommendations, but many recommender systems still optimize ranking accuracy without providing verifiable textual evidence, or they attach post-hoc explanations whose faithfulness to the model is unclear. This study addresses the lack of a reproducible evaluation setting that jointly measures recommendation quality and whether extracted review evidence actually supports model scoring. We propose ReviewGrounded eXplainable Recommender (RGXRe. , a lightweight hybrid method that combines interaction signals and TF-IDF review similarity, and we evaluate it on the Luxury Beauty and Video Games subsets of the Amazon Review Data. The pipeline includes rating thresholding, iterative 5-core pruning, chronological leave-one-out splitting, ranked recommendation, extractive evidence generation, and faithfulness We compare RGXRec with popularity, metadata-graph KNN. SVD-MF, and ReviewSim using NDCG@K. Recall@K. MRR, evidence coverage. ROUGE-1, sentiment agreement, and a termattribution faithfulness score. On Luxury Beauty. RGXRec achieves the best ranking performance, reaching NDCG@10 of 0. 3606 and outperforming the strongest single-view baseline. On Video Games, collaborative and metadata signals remain stronger for ranking, but RGXRec preserves competitive accuracy while providing non-zero review-grounded faithfulness that interaction-only baselines cannot These findings show that review-grounded recommendation should be evaluated on both ranking quality and explanation Corresponding author: Xiaohan Chang, xhchang06@yahoo. DOI: https://doi. org/10. 54732/jeecs. This is an open access article under the CCAeBY license. Introduction Recommender systems are central to modern e-commerce, yet accurate ranking alone is not sufficient when users and stakeholders also need to understand why an item is recommended. In review-rich platforms, product reviews provide fine-grained preference cues and can therefore serve as a natural source of evidence for recommendation justification . , . , . Most practical recommenders, however, still focus primarily on predictive effectiveness through interaction-based latent factors . , neighborhood signals . , or sparse text representations . , . These methods are effective for top-N recommendation and are commonly evaluated with ranking metrics such as NDCG. Recall, and MRR . However, a strong ranking result does not guarantee that an attached explanation is faithful to the actual scoring process. Explainable recommendation research has addressed this issue from multiple directions. Survey work has summarized the main goals of transparency, persuasiveness, and scrutability in explainable recommendation . More recently, model-agnostic work has proposed reusable pipelines for faithfully Available online: https://ejournal. id/jeecs | 9 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 explaining recommendation rankings . Review analysis resources such as sentiment lexicons . and review-grounded models such as HFT. DeepCoNN, and NARRE have further shown that review text can support both preference modeling and human-readable recommendation justification . , . , . recent review-based recommender for rating prediction also reported that review properties and sequential review information can improve both accuracy and interpretability . In addition, sampled top-N evaluation remains a standard benchmarking protocol for implicit recommendation . , while recent surveys have emphasized the importance of evaluating the AuwhyAy of recommendations in a systematic manner . Recent studies continue to strengthen this line of work. Counterfactual explanation has been investigated for fairness diagnosis in recommendation . Contrastive learning has been used to improve the faithfulness and factuality of generated explanations . At a broader level, recent surveys on reviewbased recommender systems and review-based explainable recommendation highlight persistent challenges in representation learning, sparsity, evaluation, and transparency . , . In parallel, reviewenhanced graph neural models such as IReGNN attempt to reduce review sparsity while preserving explainability . However, two research gaps remain. First, many existing approaches either rely on complex generation architectures or evaluate explanations mainly through plausibility-oriented measures, making it difficult to verify whether the highlighted evidence truly accounts for the model score. Second, fully reproducible pipelines that jointly report ranking performance, overlap with held-out user reviews, and model-level faithfulness are still limited. Faithfulness research has repeatedly shown that explanations should be evaluated by whether removing or isolating the highlighted evidence changes model behavior, rather than by readability alone . , . To address these gaps, this paper proposes Review-Grounded eXplainable Recommender (RGXRe. , a lightweight hybrid model that combines collaborative latent factors and TF-IDF review similarity. The method produces a ranked list together with extractive evidence consisting of shared aspect terms and supporting review sentences. In addition, we introduce a lightweight term-attribution faithfulness metric for the TF-IDF component and conduct an accuracy-faithfulness sensitivity analysis with respect to the hybrid weight. The study is implemented in an end-to-end pipeline on two Amazon Review Data subsets. After rating thresholding, 5-core pruning, and chronological leave-one-out splitting, we compare RGXRec against popularity, metadata-graph KNN. SVD-MF, and ReviewSim. The paper reports ranking metrics, explanation-quality metrics, and model-level faithfulness metrics, followed by failure analysis and a concise discussion of what the results imply for review-grounded explainable recommendation. Research Methodology 1 End-to-end experimental pipeline Figure 1 summarizes the complete workflow adopted in this study. The pipeline starts from Amazon review and metadata collection, followed by interaction binarization, iterative 5-core pruning, chronological train/validation/test splitting, review document construction, model training, ranked recommendation, extractive evidence generation, and joint evaluation of ranking accuracy and explanation This dedicated subsection is included to clarify how recommendation and explanation stages are connected in a single reproducible end-to-end setting. 2 Datasets, preprocessing, and descriptive statistics Datasets and preprocessing. We use the Amazon Review Data . 8 releas. with review text and item metadata including the also-bought/also-viewed edges . , . , . We select two categories that differ in size and domain: Luxury Beauty . ense niche catalo. and Video Games . arge entertainment catalo. Each raw review record provides a user identifier, an item identifier (ASIN), a timestamp, a numerical rating, and free-text review fields. Each metadata record provides the item title and the also_buy/also_view lists. align the task with top-N implicit recommendation, we treat a review as a positive interaction when its rating is overall Ou 4, which is a common binarization for Amazon data in the recommender literature. then apply iterative 5-core pruning . sers and items must have at least five remaining positive interaction. to guarantee enough history for leave-one-out evaluation. Table 1 reports the resulting dataset sizes. Table 2 reports the metadata graph statistics after restricting edges to items that remain in the recommendation Available online: https://ejournal. id/jeecs | 10 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Figure 1. End-to-end experimental pipeline. The workflow consists of data acquisition, interaction binarization, 5-core pruning, chronological splitting, model training, ranked recommendation, extractive evidence generation, and explanation evaluation Table 1. Dataset statistics after rating thresholding . verall Ou . and iterative 5-core pruning AvgInter/U AvgInter/It Users Items Interactions Density Luxury_Beauty Video_Games AvgReview Len Table 2. Product metadata graph statistics . lso-buy/also-vie. restricted to items in the recommendation set Also Buy Edges Also View Edges Total Edges Avg Degree Luxury_Beauty Video_Games Table 3. Leave-one-out split and sampled evaluation protocol . negatives per use. Val Negatives Per Evaluation Train Interactions Test Interactions Interactions User Candidates Per User Luxury_Beauty Video_Games Within each dataset, we perform a chronological leave-one-out split per user: the most recent positive interaction is assigned to the test set, the second-most recent to the validation set, and all earlier positives to the training set. This protocol is widely used for implicit top-N evaluation and simulates forecasting the next item from a userAos historical behavior . Table 3 summarizes the split sizes and evaluation candidate Task formulation. Let U be the set of users and I the set of items. The training data consists of implicit positive interactions . , . derived from reviews with overall Ou 4. For each user u, the goal is to rank candidate items so that the held-out test item i* appears near the top. We report NDCG@K and Recall@K for K OO . ,10,. as standard ranking metrics . , as well as mean reciprocal rank (MRR). Compared recommenders. We compare five models that cover common signals available in the Amazon data: Pop: ranks items by training-set popularity counts. MetaGraphKNN: uses the also-bought/also-viewed product graph. For a user u with training history H. , we score a candidate item i by the number of graph neighbors of items in H. that connect to i . simple neighborhood counting heuristic inspired by item-based collaborative filtering . ) . SVD-MF: an interaction-only latent factor model. We build a sparse userAeitem matrix X where X. =1 for training interactions and apply TruncatedSVD to obtain user factors P and item factors Q. The collaborative score is defined as: c, ycn ) = . cEyc , ycEycn ) . ReviewSim: a review-only model. We build a user document d_u by concatenating sentences from the userAos training reviews, and an item document d_i by concatenating sentences from the itemAos training reviews. We compute TFAeIDF vectors t_u and t_i. The text-based score is ycycyceycuyc . c, ycn ) = ycaycuyc. cyc , ycycn ) . Available online: https://ejournal. id/jeecs | 11 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Table 4. Overview of compared recommenders, the signals they use, and whether model-level textual faithfulness is defined Pop MetaGraphKNN Uses Interactions Yes Yes SVD-MF ReviewSim RGXRec Yes Yes Uses Reviews No . nly for post-ho. Yes Yes Uses Metadata Graph Yes Personalized Explanation Partially Faithfulness Evaluated N/A N/A Optional . ot used in this implementatio. No . ost-ho. Yes Yes 0 by definition Yes Yes . caled by . RGXRec . : a hybrid model that combines collaborative and textual evidence. The final ranking score is yc. c, ycn ) =Oy ycycayce . c, ycn ) . OeO. c, ycn ) . Unless otherwise stated, =0. This value is selected from the accuracyAefaithfulness sensitivity analysis reported in Table 11 and Figures 8Ae9. Table 4 summarizes which signals each model consumes and whether it can be evaluated for model-level textual faithfulness. Review-grounded explanation generation. For each recommended item i for user u, we generate an extractive explanation consisting of . a short list of shared aspect terms and . supporting evidence sentences. The aspect terms are selected as follows: we take the top TFAeIDF terms from the user vector t_u and item vector t_i and select up to m=5 shared terms that maximize the summed TFAeIDF weight. When the intersection is empty, we fall back to the itemAos top Given the aspect terms, we retrieve evidence sentences from . the userAos training reviews and . the itemAos training reviews by selecting the sentences that contain the largest number of aspect terms . ies are broken in favor of shorter sentence. We use 1 user sentence and 2 item sentences. Figure 2 illustrates the overall RGXRec architecture and where explanations are computed. Explanation quality metrics. We evaluate explanations using the held-out test review text as a reference because it provides a userwritten description of why the user liked the item . he test interaction itself is a positive revie. Evidence Coverage: the fraction of top-K terms (K=. from the held-out review that appear in the extracted evidence text . fter the same tokenization/stopwording as TFAeIDF). ROUGE-1 F1: unigram overlap F1 between the evidence text and the held-out review. Sentiment Agreement: whether the evidence text and held-out review have the same polarity sign, computed from the HuAeLiu opinion lexicon . 7 Faithfulness metric and hybrid-weight sensitivity analysis. Model faithfulness asks whether the explanation evidence corresponds to the features actually used by the For ReviewSim, the TFAeIDF cosine score decomposes additively across terms: c, ycn ) = Oc yc . Oo yc . ycyceycuyc yc ycn ycOOycO For the extracted aspect set A. , the attributed score mass is defined as ycoycaycyc. c, ycn ) = Oc ycyc . Oo ycycn . ycOOya. c,yc. The model-level textual faithfulness ratio is then yaycaycnycEayceycycoycuyceycyc. c, ycn ) = ycoycaycyc. c, yc. /ycycyceycuyc . c, ycn ) . For RGXRec, only the textual component contributes to textual faithfulness. therefore, the model-level score is yaycaycnycEayceycycoycuyceycycRGXRec . c, ycn ) = . OeO. Oo ycoycaycyc. c, yc. /ycycyceycuyc . c, ycn ) . Available online: https://ejournal. id/jeecs | 12 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Figure 2. Architecture of RGXRec. Collaborative latent factors and review similarity are fused to produce the final ranking score, after which shared aspect terms, evidence sentences, and textual faithfulness are computed No. Table 5. Hyperparameters and deterministic settings used in all experiments Component Setting Rating threshold overall Ou 4 . mplicit positive interaction. K-core Iterative 5-core on users and items after thresholding Split Leave-one-out by timestamp: last=Test, second-last=Val, rest=Train Evaluation Sampled ranking with 99 negatives per user. NDCG@. ,10,. Recall@. ,10,. MRR TF-IDF (LB) stop_words=english, max_features=15000, min_df=2 TF-IDF (VG) stop_words=english, max_features=20000, min_df=5 Doc construction max_reviews_per_user=30, max_reviews_per_item=30, (LB) max_sentences=50 Doc construction max_reviews_per_user=20, max_reviews_per_item=20, (VG) max_sentences=50 SVD TruncatedSVD: n_components=64, n_iter=3, random_state=2026 RGXRec 75 . elected to balance accuracy and faithfulnes. Aspects per m=5 shared terms . serAeitem overla. Evidence sentences 1 user sentence 2 item sentences containing aspects Seed 2026 . ll sampling operation. This term-attribution metric is lightweight because it does not require retraining or perturbation To make the accuracyAefaithfulness trade-off explicit, we further vary in . , 0. 25, 0. 5, 0. 75, 1. and report the corresponding results in Table 11 and Figures 8Ae9. We also report Comprehensiveness Drop as the average mass. , which equals the drop in s_text when removing all aspect terms. Finally, we report a Sufficiency Similarity computed using only the aspect terms, which measures whether the extracted aspects alone form a coherent similarity signal. For RGXRec, only the . portion of the score depends on text, so the model-level faithfulness and comprehensiveness drop are scaled by . For Pop. MetaGraphKNN, and SVD-MF, the input does not include text, so textual faithfulness is 0 by definition. any review-based explanation attached to these models is post-hoc and does not change their scoring. 8 Implementation details. Table 5 lists the hyperparameters and deterministic settings used in all experiments, including the random seed for negative sampling and sentence subsampling. All reported metrics are computed on the full test sets with the fixed evaluation protocol. Because full-catalog ranking is computationally expensive on large item sets, we use sampled evaluation with a fixed number of negatives per user, which is standard in recommender benchmarking . For each user u, we construct a candidate set C. consisting of the held-out positive test item and 99 negatives sampled uniformly from items the user never interacted with in train/validation/test. We use a single random seed . to ensure that the same candidate sets are used across all methods. Each recommender produces a score for every candidate in C. , and candidates are ranked by descending score. The position of the held-out item yields MRR and contributes to NDCG@K and Recall@K. Available online: https://ejournal. id/jeecs | 13 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Formally, let rank_u denote the 1-indexed position of the held-out item for user u. The evaluation metrics are written separately from the paragraph text as follows: ycAycIycI = Oc cOycyceycyc | yc ycycaycuycoyc ycIyceycaycaycoyco@ya = Oc 1. cycaycuycoyc O y. cOycyceycyc | yc ycAyayaya@ya = Oc 1. cycaycuycoyc O ya ]/ycoycuyci2. cOycyceycyc | yc Because each user has exactly one positive test item in the sampled candidate set. Recall@K is equivalent to hit rate in this setup. We construct user and item documents from training reviews only. We first split each review into sentences using punctuation-based rules, then concatenate sentences up to a maximum of 50 sentences per To limit compute and avoid domination by prolific users or popular items, we subsample at most 30 reviews per user and 30 reviews per item in Luxury Beauty, and at most 20 reviews per user and 20 reviews per item in Video Games. This design yields a compact representation that is sufficient for TFAeIDF similarity while keeping the pipeline scalable. We compute TFAeIDF using standard inverse document frequency weighting and L2 normalization, which makes cosine similarity equivalent to a dot product . We remove English stopwords and cap the vocabulary size to 15,000 (Luxury Beaut. or 20,000 (Video Game. We also apply a minimum document frequency threshold . in_d. to remove extremely rare tokens that would not generalize across users/items. These choices are reported in Table 5 and are held fixed across all experiments. Because the representation is sparse and non-negative, the term-level contribution to cosine similarity is always nonnegative, enabling the exact faithfulness decomposition used in Section F. The evidence selection step is deterministic given the aspect term set. For each candidate evidence sentence, we compute a match score equal to the number of aspect terms appearing as substrings . We select the top-scoring sentence. , breaking ties by preferring shorter sentences to improve This produces an extractive explanation that is easy to audit: every aspect term in the explanation can be located in the cited sentences. Importantly, for ReviewSim and RGXRec, the aspect terms are derived directly from the TFAeIDF vectors used to compute s_text, which is why faithfulness can be evaluated exactly. To measure whether evidence is consistent with the userAos held-out review, we estimate sentiment polarity from a fixed opinion lexicon. We use the positive and negative word lists distributed with the HuAe Liu sentiment lexicon and compute polarity as (. )/. Sentiment agreement is the fraction of test cases where the evidence polarity and held-out review polarity have the same sign. Although this lexicon-based score is coarse, it is fully reproducible and does not require additional supervised Results and Discussions 1 Results Recommendation accuracy Tables 6 and 7 report the sampled top-N ranking results on the test sets. Overall, the strongest baseline differs by domain. In Luxury Beauty. ReviewSim performs strongly, indicating that review language captures stable product attributes . , scent, texture, skin sensitivit. that generalize from training history to the next purchase. In Video Games. MetaGraphKNN and SVD-MF dominate ReviewSim, which suggests that behavioral co-occurrence and latent collaborative structure are more informative than sparse textual overlap for predicting the next game. RGXRec improves the overall ranking on Luxury Beauty. Specifically. RGXRec reaches NDCG@10 of 3606, exceeding both ReviewSim . and SVD-MF . On Video Games. RGXRec yields NDCG@10 of 0. 2341, which is below MetaGraphKNN and SVD-MF but above the popularity baseline, showing that incorporating review evidence does not collapse ranking performance even when the textonly signal is weak. Figure 3 and Figure 4 visualize NDCG@10 across methods. The results highlight that a single model family is not universally best across categories. hybridization can be beneficial when text and interactions provide complementary information. Available online: https://ejournal. id/jeecs | 14 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Figure 3. Luxury Beauty: NDCG@10 for all methods . ampled evaluatio. Figure 4. Video Games: NDCG@10 for all methods . ampled evaluatio. Table 6. Recommendation performance on Luxury Beauty . est set. 99 negative samples per use. NDCG@5 NDCG@10 NDCG@20 Recall@5 Recall@10 Recall@20 MRR Pop MetaGraph KNN SVD-MF ReviewSim RGXRec Table 7. Recommendation performance on Video Games . est set. 99 negative samples per use. NDCG@5 NDCG@10 NDCG@20 Recall@5 Recall@10 Recall@20 Pop MetaGraph KNN SVD-MF ReviewSim RGXRec MRR Explanation quality and faithfulness Tables 8 and 9 report explanation metrics. Evidence Coverage and ROUGE-1 evaluate alignment to the held-out review, while Faithfulness and Comprehensiveness Drop quantify model-level dependence on the extracted evidence. In both datasets, personalized extractive explanations (SVD-MF post-hoc. ReviewSim. RGXRe. achieve higher coverage and ROUGE than item-only explanations (Pop and MetaGraphKNN postho. This reflects that including a user evidence sentence tends to introduce preference words that also appear in the userAos held-out review. Available online: https://ejournal. id/jeecs | 15 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Faithfulness differentiates models that truly use review text from those that do not. ReviewSim achieves average faithfulness of 0. 3715 on Luxury Beauty and 0. 2993 on Video Games, meaning that the extracted aspect terms capture a substantial fraction of the TFAeIDF similarity mass. RGXRec scales this faithfulness by . =0. 25 due to the hybrid scoring, yielding faithfulness of 0. 0929 (Luxury Beaut. and 0748 (Video Game. Interaction-only models have zero textual faithfulness by definition because their inputs do not include review text. Figure 5Ae7 visualize coverage and faithfulness. These findings illustrate a key practical point: a post-hoc review quote can look relevant . igh coverag. even when it is not causally connected to the recommenderAos score. Therefore, reporting both coverage-style metrics and faithfulness metrics is necessary for evidence-based explainable recommendation . , . , . , . Figure 5. Luxury Beauty: evidence coverage across explanation strategies Figure 6. Video Games: evidence coverage across explanation strategies Figure 7. Video Games: average model faithfulness . across methods Available online: https://ejournal. id/jeecs | 16 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Pop MetaGraphKN SVD-MF ReviewSim RGXRec Pop MetaGraphKN SVD-MF ReviewSim RGXRec Table 8. Explanation quality and faithfulness on Luxury Beauty . est se. Coverage ROUGE1-F1 SentAgree Faithfulness CompDrop SuffSim Table 9. Explanation quality and faithfulness on Video Games . est se. Coverage ROUGE1-F1 SentAgree Faithfulness CompDrop SuffSim Ablation and hyperparameter sensitivity Table 10 isolates the contribution of collaborative signals and review signals by comparing SVD-MF (=. ReviewSim (=. , and the hybrid RGXRec (=0. In Luxury Beauty, the hybrid improves both NDCG@10 and Recall@10, indicating complementary information between interactions and review In Video Games, the collaborative component dominates, but the hybrid retains competitive accuracy while enabling review-grounded evidence and non-zero faithfulness. To make the accuracyAe faithfulness trade-off explicit. Table 11 and Figure 8Ae9 report performance as varies. As increases, ranking accuracy approaches the interaction-only model while textual faithfulness decreases linearly because less weight is placed on the review similarity component. We select =0. 75 as a balanced operating point: it is near-optimal for Luxury Beauty and yields substantially more faithfulness than =1 on Video Games with a moderate accuracy cost. Table 10. Ablation of collaborative and review components . est set. NDCG@10 Recall@10 MRR Luxury_Beauty:ReviewSim Luxury_Beauty:SVD-MF Luxury_Beauty:RGXRec Video_Games:ReviewSim Video_Games:SVD-MF Video_Games:RGXRec Table 11. AccuracyAefaithfulness trade-off as a function of . Video Games results are computed on a fixed 5,000-user subset for efficiency, whereas Luxury Beauty uses the full test set ('Luxury_Beauty', 0. ('Luxury_Beauty', 0. ('Luxury_Beauty', 0. ('Luxury_Beauty', 0. ('Luxury_Beauty', 1. ('Video_Games. ', 0. ('Video_Games. ', 0. ('Video_Games. ', 0. ('Video_Games. ', 0. ('Video_Games. ', 1. NDCG@10 Available online: https://ejournal. id/jeecs Recall@10 Faithfulness_model | 17 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Figure 8. Luxury Beauty: NDCG@10 and scaled faithfulness versus Figure 9. Video Games: NDCG@10 and scaled faithfulness versus . Failure analysis, qualitative examples, and runtime. To understand where review-grounded explanations struggle, we categorize RGXRec test cases into four groups: . NoSharedAspects, where the userAos TFAeIDF top terms and the itemAos TFAeIDF top terms do not overlap . o the extracted aspects fall back to item-only term. LowCoverage (<0. , where the extracted evidence covers few of the held-out reviewAos top terms. LowFaith (<0. , where the extracted aspects capture little of the text similarity mass. Other, which includes well-covered and faithful Figure 10 shows the failure type distribution for Video Games. The dominant failure mode in Video Games is NoSharedAspects. This is consistent with the weak performance of the text-only ReviewSim baseline: many users and games do not share distinctive vocabulary in short review snippets, so extractive overlap explanations become less personalized. Luxury Beauty contains more standardized attribute language . , "smell", "moisturizing", "sensitive"), which produces stronger overlap and higher coverage. This observation suggests that domainspecific review style affects both ranking and explanation. Figure 11 shows a high-coverage and highfaithfulness example where the extracted aspect terms align with both the user evidence sentence and the item evidence sentences, and the held-out review repeats these terms. Figure 12 shows a low-coverage example where the evidence text does not reflect the held-out reviewAos primary topics, illustrating that simple lexical overlap can miss paraphrases and implicitly stated reasons. These examples motivate future extensions that use semantic matching or aspect extraction beyond surface terms. Table 12 reports measured preprocessing and training times for the main pipeline components. The review document construction and TFAeIDF fitting are fast relative to SVD training on the larger Video Games Available online: https://ejournal. id/jeecs | 18 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 set, and the exact term-level faithfulness computation scales linearly with the number of test users because it avoids re-running the recommender under perturbations. Figure 10. RGXRec failure type distribution on Video Games Figure 11. Example explanation with high coverage and faithfulness (Video Game. Figure 12. Example explanation with low evidence coverage (Video Game. Available online: https://ejournal. id/jeecs | 19 | JEECS (Journal of Electrical Engineering and Computer Science. Vol. No. June 2026, pp. e-ISSN: 2579-5392 p-ISSN: 2528-0260 Luxury_Beauty Video_Games Table 12. Measured runtime . for key pipeline stages on the two datasets DocBuild_s TFIDFfit_s SVDfit_s ExplainEval_s 2 Discussion The results show that review-grounded signals are not equally useful across domains. In Luxury Beauty, review language repeatedly describes stable product aspects such as scent, texture, and skin sensitivity, so lexical overlap captures meaningful userAeitem alignment and the hybrid model improves both NDCG and Recall. In Video Games, user vocabulary is more diverse and the metadata graph is denser, which explains why collaborative and graph-based signals remain stronger for ranking. A second observation is that explanation relevance and explanation faithfulness should be reported separately. Personalized evidence sentences can improve coverage and ROUGE, but interaction-only models still have zero textual faithfulness because their scores do not depend on review text. RGXRec therefore provides a more defensible explanation setting than post-hoc quoting: even when its faithfulness is lower than ReviewSim due to the collaborative component, the textual evidence still corresponds to a defined portion of the hybrid score. The sensitivity analysis further clarifies the role of . Lower values increase review-grounded faithfulness but may reduce ranking quality, whereas higher values favor ranking accuracy at the cost of textual explainability. The selected =0. 75 offers a practical compromise because it keeps competitive recommendation performance while preserving non-zero model-level faithfulness. This study has two main limitations. First, the extractive explanation module relies on lexical overlap and may miss paraphrases or multi-word aspects. Second, the experiments use sampled ranking with one positive item per user. Even with these limitations, the pipeline is reproducible, computationally light, and suitable as a baseline for future extensions using richer text encoders or stronger collaborative models. Conclusion This paper presented RGXRec, a review-grounded hybrid recommender that combines collaborative latent factors with TF-IDF review similarity and produces extractive evidence from reviews. The main contribution is an end-to-end evaluation setting that reports ranking quality together with evidence coverage. ROUGE-1, sentiment agreement, and an exact term-attribution faithfulness score for the text Experimental results on Luxury Beauty and Video Games show that the usefulness of review-grounded explanation is domain dependent. RGXRec achieved the strongest overall results in Luxury Beauty and maintained competitive ranking with non-zero textual faithfulness in Video Games, where collaborative and metadata signals were stronger. Overall, the study shows that explainable recommendation should not be evaluated by human-readable evidence alone. the explanation must also be tied to the scoring mechanism. The proposed pipeline can therefore serve as a reproducible baseline for future work on more expressive yet faithful review-aware recommenders. References