Aspect-Opinion Triple: A structured representation (aspect, opinion, sentiment) extracted from a review (e.g., 'Screen', 'Bright', 'Positive')
Hallucination: In this context, when an LLM generates aspects not in the controlled vocabulary or opinions not supported by the source text
ADR: Aspect Drift Rateโthe proportion of extracted aspects that do not match the pre-defined controlled vocabulary
OFR: Opinion Fidelity Rateโthe semantic consistency between the extracted opinion and the best-matching span in the original review
Agglomerative Clustering: A bottom-up clustering method used here to group semantically similar aspect terms (e.g., 'ambiance' and 'atmosphere') into a single representative concept
SemSim: A metric calculating the semantic similarity (cosine similarity of embeddings) between an extracted opinion and spans within the source review