Recommender Systems

Do comparisons help users evaluate items better than isolated descriptions?

Can framing product evaluations relationally—by comparing to other items—ground assessment in user reasoning better than absolute descriptions? This matters because recommendation explanations often ask users to do comparison work mentally.

Note · 2026-05-03 · sourced from Recommenders LLMs
What breaks when specialized AI models reach real users? How do recommendation feeds shape what people see and believe?

Standard recommendation explanations evaluate items in isolation: "this piano sounds natural." A user has to do the comparison work in their head, judging this evaluation against their experience with other pianos. Comparative recommendations ground the evaluation by referencing another item: "This piano sounds more natural than my Sony NWZ-A855." The relational frame embeds the comparison the user would otherwise construct.

Comparing Apples to Apples generates these comparative sentences from user reviews. A BERT classifier, fine-tuned on manually labeled examples, identifies comparative sentences in product reviews. From a corpus of 258,816 comparative sentences and associated reviews, the system extracts aspects (sound quality, price-to-value, longevity) and their associated sentiments per item. These aspects feed into abstractive generation: the system generates new comparative sentences highlighting features relevant to a particular user, using product and user information as conditioning.

Two aspects are personalizable: which features matter to the user (extracted from their review history), and which positive or negative aspects to emphasize. A user who has historically focused on price will get price comparisons; one who has focused on sound quality will get sound comparisons. Human evaluation on Comparativeness, Relevance, and Fidelity confirms the generated sentences are both true to the source material and useful for purchase decisions.

The general principle: when evaluation is the goal, relational explanations carry more information than absolute ones because relational framing matches how humans evaluate. A recommendation system producing relational descriptions is closer to user reasoning than one that lists attributes per item.


Source: Recommenders LLMs

Related concepts in this collection

Concept map
16 direct connections · 90 in 2-hop network ·medium cluster

Click a node to walk · click center to open · click Open full network for a force-directed map

your link semantically near linked from elsewhere
Original note title

comparative recommendations ground item evaluation by referencing other items — abstractive aspect-controlled generation from review-extracted aspects