← Latest papers
💬 NLP

DR Tulu: Reinforcement Learning with Evolving Rubrics for Deep Research

The paper introduces DR Tulu, an open-source deep research model trained via Reinforcement Learning with Evolving Rubrics (RLER) that co-evolves evaluation criteria with the policy, enabling it to outperform existing open agents and rival proprietary systems on long-form research tasks while being significantly more cost-effective.

Original authors: Rulin Shao, Akari Asai, Shannon Zejiang Shen, Hamish Ivison, Varsha Kishore, Jingming Zhuo, Xinran Zhao, Molly Park, Samuel G. Finlayson, David Sontag, Tyler Murray, Sewon Min, Pradeep Dasigi, Luca So
Published 2026-05-18
📖 5 min read🧠 Deep dive

Original authors: Rulin Shao, Akari Asai, Shannon Zejiang Shen, Hamish Ivison, Varsha Kishore, Jingming Zhuo, Xinran Zhao, Molly Park, Samuel G. Finlayson, David Sontag, Tyler Murray, Sewon Min, Pradeep Dasigi, Luca Soldaini, Faeze Brahman, Wen-tau Yih, Tongshuang Wu, Luke Zettlemoyer, Yoon Kim, Hannaneh Hajishirzi, Pang Wei Koh

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

The Big Picture: Teaching a Robot to Be a Researcher

Imagine you want to teach a robot to write a long, detailed research report on a complex topic, like "How do genetic mutations cause rare diseases?" or "What is the history of renewable energy?"

Most AI models today are like students who only study for short quizzes. They are great at answering simple questions like "What is the capital of France?" but they struggle when asked to write a 20-page report that requires digging through hundreds of websites, checking facts, and citing sources.

The authors of this paper built a new AI called DR Tulu. It's the first open-source model specifically trained to be a "Deep Researcher." It doesn't just guess; it plans, searches the web, reads papers, and writes a long, well-sourced report.

The Problem: How Do You Grade a Long Report?

To teach an AI to do better, you usually use a method called Reinforcement Learning. Think of this like training a dog:

  1. The dog (AI) does a trick.
  2. If it does it right, it gets a treat (a reward).
  3. If it does it wrong, it gets no treat.

The problem with long research reports is that it's hard to know what a "good" report looks like.

  • Static Rubrics (The Old Way): Imagine a teacher giving the dog a fixed checklist: "Must have 5 paragraphs. Must mention the year 1990." If the dog writes a brilliant report about 1991, the teacher fails it because it didn't follow the rigid checklist. The checklist doesn't know what the dog actually found.
  • The "Closed-Book" Problem: If you ask an AI to write the checklist based only on what it already knows, it might miss new facts it just discovered on the internet.

The Solution: "Evolving Rubrics" (The Smart Teacher)

The paper introduces a new method called RLER (Reinforcement Learning with Evolving Rubrics).

Imagine a Smart Teacher who doesn't use a fixed checklist. Instead, the teacher watches the student (the AI) do their research in real-time.

  1. The Student Searches: The student goes out, finds new facts, and writes a draft.
  2. The Teacher Adapts: The Smart Teacher looks at what the student found. "Oh, I didn't know that fact existed! I should add a new rule to my checklist: 'Must explain this new fact.'"
  3. The Feedback Loop: The teacher updates the checklist while the student is learning. If the student tries to cheat (like copying text without reading it), the teacher immediately adds a rule: "No cheating allowed."

In technical terms, the paper calls these Evolving Rubrics. They are evaluation criteria that change and get smarter as the AI explores more information. This allows the AI to learn from its own discoveries rather than being stuck with a static set of rules.

The Result: A Super-Researcher on a Budget

The authors trained DR Tulu using this "Smart Teacher" method. Here is what happened:

  • It's Smarter: DR Tulu outperformed other open-source research models by a huge margin. It wrote better reports, found more accurate facts, and cited sources correctly.
  • It Rivals the Giants: It performed just as well as (and sometimes better than) expensive, proprietary systems from big companies like OpenAI and Google.
  • It's Cheap: This is the biggest win. The expensive systems cost about $1.80 per question. DR Tulu costs about $0.002 per question. That's roughly 1,000 times cheaper.

The "Genetic Disease" Test

To prove it really works, the team gave DR Tulu a very hard task: analyzing genetic mutations to see if they could be treated with specific drugs. This is a task usually reserved for human medical experts.

  • DR Tulu successfully searched through medical databases, found relevant papers, and synthesized a report.
  • It was able to compete with the most expensive, closed-source AI systems on this task.
  • Other open-source models failed because they couldn't find the right citations or verify the facts.

The Toolkit: "dr-agent-lib"

The paper also released a "toolbox" called dr-agent-lib.

  • Think of this as a Swiss Army Knife for AI researchers.
  • It lets the AI use different tools: Google Search, reading specific webpages, and searching academic papers.
  • Crucially, the AI learns to pick the right tool for the job. If the question is about science, it uses the "Paper Search" tool. If it's about general news, it uses "Web Search." It doesn't just use one tool blindly.

Summary

The paper presents DR Tulu, an open-source AI that learns to do deep, long-form research. It uses a special training method (Evolving Rubrics) where the AI's "grading rules" update in real-time based on what the AI discovers. This makes the AI much smarter, more accurate, and significantly cheaper than the current state-of-the-art research tools. The authors have shared the code, data, and the model so anyone can use it.

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 →