← Latest papers
💻 computer science

Closed-loop Auto Research for Molecular Property Prediction: Discovering and Certifying Generalizable Improvements

This paper introduces a closed-loop Auto Research framework that uses language-model agents to edit molecular representations, model code, and external evidence, successfully discovering and certifying generalizable improvements across multiple molecular property benchmarks while distinguishing true transferable gains from non-transferable selection variance and distribution shifts through rigorous held-out testing.

Original authors: Jingjie Ning, Xiaochuan Li, Ji Zeng, Chenyan Xiong, Guolin Ke

Published 2026-07-15
📖 6 min read🧠 Deep dive

Original authors: Jingjie Ning, Xiaochuan Li, Ji Zeng, Chenyan Xiong, Guolin Ke

Original paper licensed under CC BY 4.0 (https://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 detective trying to solve a mystery: How do we make computers better at predicting how drugs will behave in the human body?

Usually, scientists try to tune a computer program like they are adjusting the knobs on a radio, hoping to find the clearest signal. But this paper asks a bolder question: What if the computer could rewrite its own radio, swap out its antenna, and even go out into the world to find new, secret radio stations to listen to?

This is Closed-loop Auto Research. It's a team of AI agents that don't just tweak settings; they actually edit the code, change how they see molecules, and hunt for new data. But here's the catch: just because the computer thinks it found a better signal doesn't mean it's real. It might just be "hallucinating" because it memorized the practice test.

The Big Experiment: Three Ways to Improve

The researchers set up a massive challenge with 36 different drug-prediction tasks (like checking if a drug is toxic or how long it lasts in the body). They gave their AI agents three specific "tools" to fix the computer's performance, but with a strict rule: The agents could only use one tool at a time.

  1. The Feature Tool: Changing how the computer "sees" the molecule (like switching from a black-and-white photo to a 3D model).
  2. The Model Tool: Changing the brain of the computer (switching the math engine it uses to make predictions).
  3. The Data Tool: Going out and finding new, external facts to teach the computer (like reading a new textbook).

The "Magic Trick" vs. The "Real Deal"

Here is where the paper gets really clever. Usually, AI researchers look at how well a model does on a "validation set" (a practice test) and say, "Great job!" But this paper argues that's dangerous. It's like a student who memorizes the answers to the practice quiz but fails the real exam.

To prove their AI was actually smart and not just lucky, they used a "Held-Out Certification" protocol.

  • Step 1: The AI picks its best "one-tool" fix based on the practice test.
  • Step 2: They freeze that fix. They retrain the computer from scratch.
  • Step 3: They test it once on a brand-new set of questions the AI has never seen before.

This is the ultimate reality check. If the score drops, the AI was just guessing. If the score stays high, the AI actually learned something real.

What They Found: It Depends on the Game

The results were surprising because the "best tool" changed depending on which drug-benchmark they were playing.

  • On the TDC Benchmark (22 tasks): The Data Tool was the winner. By finding new, clean external data, the AI improved its real-world score by 0.013.
  • On the Polaris Benchmark (4 tasks): The Model Tool was the champion. Changing the computer's brain improved the real score by a huge 0.042.
  • On MoleculeNet (10 tasks): Both the Feature and Model tools worked, giving a combined real-world boost of 0.011.

The Takeaway: There is no single "magic wand." The right fix depends entirely on the specific problem you are trying to solve.

The Two Traps: When AI Lies to You

The paper also exposed two ways AI can trick itself into thinking it's improving when it's actually getting worse. They call these "Non-Transfer Signatures."

  1. The "Lucky Guess" Trap (Selection Variance):
    On the TDC benchmark, the AI tried to fix the problem by changing its brain (Model Tool). On the practice test, it looked amazing, scoring 0.041 better than before. But on the real test? It barely moved, scoring only 0.003.
    Why? The AI found a "lucky" setting that worked perfectly for the practice questions but was just noise. It was like a student who guessed "C" on every question and got a perfect score on the practice test by chance, but failed the real one.

  2. The "Wrong Classroom" Trap (Distribution Shift):
    On the Polaris benchmark, the AI tried to fix the problem by adding new data (Data Tool). It looked great on the practice test (0.022 improvement). But on the real test, it actually got worse (-0.019).
    Why? The new data the AI found was from a different "universe" than the test questions. It was like studying a textbook about French cooking when the test is about Italian cooking. Even though the AI was smart, the data didn't match the reality it needed to predict.

The Safety Net: No Cheating Allowed

One of the coolest parts of this study was how they handled the "Data Tool." Since the AI was allowed to go find new data, there was a risk it might accidentally "cheat" by finding the exact same molecules it was supposed to be tested on.

The researchers built a "Contamination Filter"—a strict security guard.

  • If a new data file had even a tiny bit of the test molecules in it (more than 5% overlap), the guard rejected the whole file.
  • They rejected three major data sources because they overlapped with the test set by 64% to 89%.
  • Only data that passed this strict check was allowed in.

Even with this security guard, the "Wrong Classroom" trap still happened (on Polaris), proving that just avoiding cheating isn't enough; the data has to be the right kind of data.

The Final Showdown: AI vs. Standard Tools

To make sure their "Auto Research" team wasn't just doing something a standard computer program could do, they ran a race against a matched-trial AutoML control (a standard, non-agent AI that just tweaks settings).

  • The Standard AI managed a tiny improvement of 0.006 on the real test.
  • The Auto Research Agent scored 0.042.

The paper suggests that the agent's ability to actually rewrite the code and curate new evidence gave it a massive advantage that standard tuning couldn't match.

The Bottom Line

This paper shows that AI can indeed discover real, useful improvements for drug discovery, but only if you test it on data it has never seen.

If you just look at the practice scores, you might get fooled by lucky guesses or mismatched data. But if you use this "Held-Out Certification" method, you can separate the real discoveries from the fake ones. The lesson isn't just for drug discovery; it's a rule for any AI trying to learn: Don't trust the practice test. Trust the final exam.

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 →