When Relevance Meets Novelty: Dual-Stable Periodic Optimization for Serendipitous Recommendation

This paper proposes the Co-Evolutionary Alignment (CoEA) method, which integrates a Dual-Stable Interest Exploration module to model both group identity and individual interests and a Periodic Collaborative Optimization mechanism to establish a dynamic closed-loop feedback system, thereby overcoming the limitations of static optimization and biased interest modeling in LLM-enhanced serendipitous recommendation.

Hongxiang Lin, Hao Guo, Zeshun Li, Erpeng Xue, Yongqian He, Zhaoyu Hu, Lei Wang, Sheng Chen, Long Zeng

Published 2026-03-05
📖 5 min read🧠 Deep dive

Imagine you have a very smart, well-read friend who loves recommending movies, restaurants, and books to you.

The Problem with Current Friends (Traditional Systems):
Right now, most recommendation systems are like that friend who only remembers what you liked last week. If you watched three cooking shows, they will only show you more cooking shows. If you buy running shoes, they only show you more running gear.

  • The Trap: You get stuck in a "feedback loop." You see the same things over and over, you get bored (content fatigue), and you never discover that you actually love gardening or jazz music.
  • The AI Attempt: Recently, people tried using super-smart AI (Large Language Models) to break this loop. They built a system with two AIs: one that knows what you like (Relevance) and one that tries to find cool, new stuff (Novelty).
  • The Flaw: Even these AI duos have two big problems:
    1. They forget who you really are: They only look at what you clicked today. They miss the fact that you are a "tech enthusiast" or a "foodie" in the grand scheme of your life. So, the "New Stuff" AI suggests things that are weirdly random, not actually interesting to you.
    2. They don't learn from mistakes: They set up the system once, and then it just sits there. If you start liking something new, the system doesn't update its strategy. It's like a teacher who grades your test once and never teaches you again.

The Solution: CoEA (The "Co-Evolving" Friend)

The authors of this paper propose a new method called CoEA (Co-Evolutionary Alignment). Think of it as upgrading your recommendation friend into a super-observant, lifelong mentor who evolves with you.

Here is how it works, using two main tricks:

1. The "Dual-Stable" Lens (Seeing the Big Picture and the Moment)

Most systems look at your history like a single, blurry photo. CoEA looks at two photos at the same time:

  • The Long-Term Portrait (Group Identity): It looks at your entire life history to figure out your "tribe." Are you a "Tech Geek"? A "Parent on the Go"? A "Budget Traveler"? This is your Group ID. It's stable; you don't change your tribe every day.
  • The Short-Term Snapshot (Current Mood): It looks at what you clicked just now. Maybe you're a "Tech Geek," but right now you're looking for a "Kitchen Gadget."

The Analogy: Imagine you are a Baker (Long-term identity).

  • Old System: You bought flour yesterday. Today, it only shows you more flour.
  • CoEA: It knows you are a Baker (Group ID). It sees you are currently looking at a specific type of mixer (Short-term). It suggests, "Hey, since you're a Baker, you might also love this obscure sourdough starter kit you've never seen." It balances who you are with what you need right now.

2. The "Periodic Loop" (The Never-Ending Study Session)

This is the secret sauce. Instead of setting the system and forgetting it, CoEA runs a continuous training loop.

  • Step 1 (The Explorer): The "Novelty AI" suggests a bunch of new, weird categories based on your profile.
  • Step 2 (The Judge): The "Relevance AI" acts like a strict editor. It checks: "Does this actually fit this user?" It gives a score.
  • Step 3 (The Feedback): If the "Novelty AI" suggests something good, the "Relevance AI" says "Good job!" If it suggests something bad, it says "Nope, try again."
  • Step 4 (The Update): The "Novelty AI" learns from this feedback and gets smarter. Then, the cycle starts again with new data.

The Analogy: Think of it like a musical band practicing together.

  • The "Novelty AI" is the guitarist trying out new, crazy riffs.
  • The "Relevance AI" is the drummer keeping the beat and saying, "That riff was cool, but that one was off-key."
  • They practice together every day (Periodic Optimization). Over time, the guitarist gets better at playing riffs that fit the band's style perfectly, without losing their creativity.

Why This Matters (The Results)

The researchers tested this on real data from Meituan (a massive Chinese delivery app) and a movie dataset.

  • Better Quality: People actually clicked on the recommendations more often because they felt relevant.
  • Better Discovery: People found new categories they loved (like finding a new hobby) without getting bored.
  • Real World Success: When they put this in the actual Meituan app, it made the company more money (more orders) and showed users more diverse items.

Summary

CoEA is like a recommendation system that finally "gets" you. It knows your deep personality (your group identity) and your current mood. It doesn't just guess once; it constantly learns from your reactions, getting better at suggesting the perfect mix of "familiar comfort" and "exciting new discoveries." It breaks the echo chamber and helps you find the serendipitous moments you didn't know you were looking for.