← Latest papers
💬 NLP

Fixing FOLIO and MALLS: Verified Annotations and an LLM-assisted Framework to Focus Human Relabeling

This paper reveals significant annotation errors in the FOLIO and MALLS NL-to-FOL benchmarks, releases corrected ground truths that substantially improve LLM evaluation metrics, and proposes an LLM-assisted framework that enables efficient human relabeling to achieve high dataset accuracy with minimal review effort.

Original authors: Andrea Brunello, Cristian Curaba, Luca Geatti, Michele Mignani, Angelo Montanari, Nicola Saccomanno

Published 2026-06-03
📖 4 min read☕ Coffee break read

Original authors: Andrea Brunello, Cristian Curaba, Luca Geatti, Michele Mignani, Angelo Montanari, Nicola Saccomanno

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 trying to teach a robot to understand human logic. To do this, you give the robot a textbook full of stories written in plain English, paired with their "mathematical translations" into a strict language called First-Order Logic (FOL). The robot studies these pairs to learn how to translate new stories on its own.

This paper is about discovering that the textbook was full of typos and mistakes, and then building a smarter way to fix it without reading every single page by hand.

Here is the breakdown of what the researchers found and did:

1. The Problem: The "Textbook" Was Broken

The researchers looked at two popular datasets (FOLIO and MALLS) that everyone uses to test these AI robots. They acted like a team of strict editors going through the answer keys.

  • The Discovery: They found that about 39% of the answers in FOLIO and 36% in MALLS were actually wrong.
    • Some translations were just gibberish (syntax errors).
    • Some were logical nonsense (semantic errors).
    • Some of the original English sentences were so vague that they could be interpreted in multiple ways, but the textbook only gave one answer.
  • The Consequence: Because the "answer key" was broken, the robots were being graded unfairly. A robot might have given a perfectly correct translation, but because it didn't match the wrong answer in the book, it got marked down.
  • The Fix: The team manually corrected these errors. When they re-tested the top AI models using the new, correct answer keys, the robots' scores jumped dramatically—by 9 to 22 percentage points. It turned out the robots were smarter than we thought; the test was just broken.

2. The Challenge: You Can't Read Every Page

Now that they knew the books were messy, the team faced a new problem: How do you fix a massive library of books without spending 100 years reading every single page?

If you hire a human to check every single translation, it costs too much time and money. If you let a computer check them, computers aren't perfect at understanding human nuance yet.

3. The Solution: The "Spot-Check" Strategy

The researchers invented a smart assistant system (an LLM-assisted framework) that acts like a metal detector for errors.

Instead of asking a human to check every single page, the system works like this:

  1. The AI Scout: A powerful AI reads the translation and asks, "Does this look right to me?"
  2. The Filter:
    • If the AI says, "This looks perfect," the human skips it. (The researchers found the AI is very good at spotting correct answers; it rarely flags a good answer as bad).
    • If the AI says, "This looks suspicious," or "I'm not sure," it puts a red flag on that page.
  3. The Human Expert: The human reviewer only looks at the pages with red flags.

4. The Result: Doing Less, Getting More

This "spot-check" method was incredibly efficient.

  • Old Way (Random Checking): To get a dataset that is 90% accurate, a human would have to read through 70% to 74% of the entire library.
  • New Way (Smart Spot-Checking): By only looking at the pages the AI flagged as suspicious, the human reached 90% accuracy after reading only 13% to 24% of the library.

The Takeaway

Think of it like looking for a needle in a haystack.

  • Before: You were told to pull out every single piece of hay and check it to find the needles.
  • Now: You have a magnet (the AI) that pulls out the metal (the errors). You only have to inspect the metal the magnet found.

The paper concludes that by using AI to guide human attention toward the most likely mistakes, we can clean up massive datasets much faster and cheaper, ensuring that future AI systems are trained on high-quality, accurate information. They have released the corrected datasets and the code for this "spot-check" system so others 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 →