← Latest papers
💬 NLP

PEARL: Self-Evolving Assistant for Time Management with Reinforcement Learning

This paper introduces PEARL, a reinforcement learning framework equipped with an external preference memory that significantly improves large language models' performance in resolving long-horizon calendar conflicts by dynamically learning and adapting to user preferences, as demonstrated on the newly proposed CalConflictBench.

Original authors: Bingxuan Li, Jeonghwan Kim, Cheng Qian, Xiusi Chen, Eitan Anzenberg, Niran Kundapur, Heng Ji

Published 2026-04-09
📖 5 min read🧠 Deep dive

Original authors: Bingxuan Li, Jeonghwan Kim, Cheng Qian, Xiusi Chen, Eitan Anzenberg, Niran Kundapur, Heng Ji

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a busy CEO or a research lab director. Your calendar is a chaotic battlefield. Every day, you get hit with overlapping invitations: a critical board meeting clashes with a team brainstorming session, which also overlaps with a doctor's appointment.

You have to make a split-second decision: Go to the meeting? Reschedule the doctor? Decline the team?

Doing this manually is exhausting. It drains hours of your week. You might hire a human assistant to help, but even they get overwhelmed. They don't know your deep, personal preferences (like "I hate back-to-back meetings" or "I always prioritize my boss over my peers") unless you tell them every single time. Over months, they start guessing wrong, and you end up missing important things.

This paper asks a big question: Can we teach an AI (a Large Language Model) to be the perfect, super-smart assistant that learns exactly how you make these decisions and gets better at it over time?

Here is the breakdown of their solution, using some everyday analogies.

1. The Problem: The "Amnesiac" Assistant

The researchers first tested existing AI models to see if they could handle this job. They created a test called CALCONFLICTBENCH.

Think of this test like a video game where the AI has to manage a calendar for an entire year. Every week, the AI faces a new scheduling conflict.

  • The Result: The AI failed miserably. It was like a student taking a final exam who forgot everything they learned in the first week.
  • Why? The AI was "amnesiac." It could read the current meeting details, but it couldn't remember why it chose a specific meeting last month. It couldn't learn patterns like, "Oh, whenever James is in the meeting, I should attend," or "I always skip the 3 PM meetings unless it's an emergency."
  • The Stat: The best AI models made mistakes about 35% of the time. That's like flipping a coin and hoping for the right answer.

2. The Solution: PEARL (The "Smart Notebook" Assistant)

To fix this, the team built PEARL. The name stands for Preference Evolving Agent with Reinforcement Learning.

Think of PEARL not just as a robot, but as an assistant with two superpowers:

A. The "Strategy Hub" (The External Notebook)

Standard AI tries to remember everything by stuffing it all into its "brain" (context window). But the brain gets foggy and forgets details when the list gets too long.

PEARL uses an external notebook called the Strategy Hub.

  • How it works: Every time the AI makes a decision, it doesn't just say "Yes" or "No." It writes a note in its notebook: "Ah, I see. The user prioritizes 'Urgent Deadlines' over 'Internal Syncs'."
  • The Magic: Before making a new decision, the AI opens this notebook, reads the notes it wrote last week, and updates them if the user's habits have changed. It's like a human assistant who keeps a "User Preferences" binder and constantly rewrites it to stay accurate.

B. Reinforcement Learning (The "Coach")

Usually, AI learns by reading a book once (Supervised Learning). But PEARL learns by playing the game and getting coached.

  • The Coach: The system acts like a strict coach. After every decision round, the coach says:
    • "Good job picking the right meeting!" (Reward)
    • "Bad job! You picked the wrong one because you forgot the user hates morning meetings." (Penalty)
  • Curriculum Learning: The coach is smart. In the beginning, the coach focuses on helping the AI learn what the user likes. Later, the coach focuses on applying those likes perfectly. It's like teaching a kid to drive: first, you teach them the rules; later, you teach them how to handle traffic.

3. The Results: From "Clueless" to "Expert"

When they tested PEARL on the same difficult calendar game:

  • The Improvement: PEARL didn't just get slightly better; it got 55% better than the next best AI.
  • The Learning Curve: While other AIs kept making the same mistakes over and over, PEARL started with some errors but quickly learned the user's style. By the end of the "year," it was making almost perfect decisions.
  • The Error Reduction: It reduced the mistake rate by 76%.

The Big Picture Analogy

Imagine you are teaching a new intern how to manage your schedule.

  • Old AI: You give the intern a list of rules. They try to follow them, but when a new, weird situation comes up, they panic and guess. They don't remember what you did last time.
  • PEARL: You give the intern a notebook and a mentor.
    1. Every time they make a choice, they write down why they chose it in the notebook.
    2. The mentor (the reward system) checks their work. If they guessed wrong, the mentor says, "No, remember, you always skip Tuesday meetings."
    3. The intern updates the notebook.
    4. Next week, they open the notebook, see the pattern, and make the right choice automatically.

Why This Matters

This isn't just about calendars. It proves that AI can learn long-term habits and personal preferences if we give it the right tools (a memory notebook) and the right training method (learning from mistakes over time).

Instead of just being a "chatbot" that answers questions, PEARL shows we can build agents that evolve, adapt, and truly understand you over months and years, saving us from the headache of managing our own time.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →