← Latest papers
💬 NLP

VIDEE: Visual and Interactive Decomposition, Execution, and Evaluation of Text Analytics with Intelligent Agents

This paper introduces VIDEE, a human-agent collaborative system that empowers entry-level analysts to perform advanced text analytics through a three-stage workflow of decomposition, execution, and evaluation, demonstrating its effectiveness and usability across varying levels of expertise.

Original authors: Sam Yu-Te Lee, Chenyang Ji, Shicheng Wen, Lifu Huang, Dongyu Liu, Kwan-Liu Ma

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

Original authors: Sam Yu-Te Lee, Chenyang Ji, Shicheng Wen, Lifu Huang, Dongyu Liu, Kwan-Liu Ma

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 have a giant pile of messy letters, news articles, or customer reviews, and you want to find the hidden stories inside them. In the past, doing this required you to be a computer wizard who knows complex coding languages (like Python) and advanced math. It was like trying to fix a car engine without ever having opened a hood before.

Recently, "AI agents" (smart computer programs) have gotten better at doing these tasks automatically. But the authors of this paper found a problem: if you just tell an AI, "Analyze this text," it often gets lazy, makes things up (hallucinations), or creates a messy, broken plan. It's like hiring a very confident but inexperienced intern who tries to do everything in one giant, chaotic step and ends up with a report full of fake facts.

To fix this, the researchers built a system called VIDEE. Think of VIDEE not as a robot that does the work for you, but as a smart construction site where you are the Site Manager and the AI is your crew.

Here is how VIDEE works, broken down into three simple stages:

1. The Blueprint Stage (Decomposition)

The Problem: If you ask an AI to "find the themes in these 2,000 letters," it might just guess one simple way to do it and stick with it, even if it's a bad idea.
The VIDEE Solution: VIDEE uses a special search tool (called Monte-Carlo Tree Search) that acts like a branching map.

  • Imagine you are planning a road trip. Instead of just picking one route, the AI draws a tree with dozens of possible paths.
  • As the AI explores these paths, it stops to ask you (the human): "Is this step too complicated? Does this step make sense after the last one? Is this step actually important?"
  • You can tweak the map, delete bad branches, or tell the AI to explore a different direction. You are steering the ship, ensuring the plan is solid before any work begins.

2. The Construction Stage (Execution)

The Problem: Once a plan is made, AI often tries to write code to do it. But if the plan is complex, the AI might write code that crashes, or it might pretend it finished a task when it actually didn't.
The VIDEE Solution: VIDEE turns your "Blueprint" into a step-by-step assembly line.

  • The AI breaks the big goal into tiny, concrete tasks (like "read the letter," "find the names," "group the names").
  • It builds a pipeline where you can see every single step.
  • You can click "Execute" on just one step to see if it works. If the AI tries to do something weird, you can spot it immediately. It's like checking the foundation of a house before pouring the concrete.

3. The Inspection Stage (Evaluation)

The Problem: How do you know the AI didn't just make up the results?
The VIDEE Solution: VIDEE acts like a quality control inspector.

  • After the AI finishes a step, it automatically generates a "report card" for that step.
  • It uses other AI "judges" to grade the work based on rules you set (e.g., "Did this summary capture the main idea?").
  • These results are shown to you visually. For example, if you are analyzing customer complaints, VIDEE might show a colorful chart where you can see which complaints are "Happy" and which are "Angry," and exactly which letters belong to which group. You can click on a dot in the chart to read the actual letter.

What Happened When They Tested It?

The researchers ran two types of tests:

  1. The "Robot Only" Test: They let a standard AI try to analyze text on its own.

    • Result: The robot failed often. It made up data, got confused by long documents, and created messy, illogical plans. It was like a driver who keeps trying to drive through a wall because they think it's a door.
  2. The "Human + Robot" Test (VIDEE): They let people use the VIDEE system.

    • Result: The system worked much better. Even people who had never coded before could use it to find insights in text data.
    • Key Discovery: People trusted the results more because they could see the step-by-step process. When an AI just gives you an answer (a "black box"), you don't know if it's lying. But when you see the AI build the answer step-by-step and you get to check the work, you feel confident.

The Big Takeaway

VIDEE proves that we don't need to choose between "AI does everything" and "Humans do everything." The best approach is a partnership.

  • The AI is great at generating ideas, writing code, and doing the heavy lifting.
  • The Human is essential for checking the logic, spotting the fake stuff, and making sure the plan makes sense.

By giving humans a visual map to control the AI, VIDEE makes powerful text analysis accessible to regular people (like journalists or researchers) without needing to be computer scientists, while still keeping the results reliable and honest.

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 →