IRCLApr 24, 2025

Unveiling the Hidden: Movie Genre and User Bias in Spoiler Detection

arXiv:2504.17834v3h-index: 8Has CodeECML/PKDD
Originality Incremental advance
AI Analysis

This work improves spoiler detection for movie review platforms like IMDb and Rotten Tomatoes, enhancing user experience by reducing unwanted plot reveals, though it appears incremental as it builds on existing detection methods.

The paper tackles spoiler detection in movie reviews by addressing the limitations of existing text-only methods that overlook movie genres and user bias, introducing the GUSD framework that incorporates genre-specific data and user behavior modeling to achieve state-of-the-art results on benchmark datasets.

Spoilers in movie reviews are important on platforms like IMDb and Rotten Tomatoes, offering benefits and drawbacks. They can guide some viewers' choices but also affect those who prefer no plot details in advance, making effective spoiler detection essential. Existing spoiler detection methods mainly analyze review text, often overlooking the impact of movie genres and user bias, limiting their effectiveness. To address this, we analyze movie review data, finding genre-specific variations in spoiler rates and identifying that certain users are more likely to post spoilers. Based on these findings, we introduce a new spoiler detection framework called GUSD (The code is available at https://github.com/AI-explorer-123/GUSD) (Genre-aware and User-specific Spoiler Detection), which incorporates genre-specific data and user behavior bias. User bias is calculated through dynamic graph modeling of review history. Additionally, the R2GFormer module combines RetGAT (Retentive Graph Attention Network) for graph information and GenreFormer for genre-specific aggregation. The GMoE (Genre-Aware Mixture of Experts) model further assigns reviews to specialized experts based on genre. Extensive testing on benchmark datasets shows that GUSD achieves state-of-the-art results. This approach advances spoiler detection by addressing genre and user-specific patterns, enhancing user experience on movie review platforms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes