← Latest papers
💬 NLP

Compact Prompting in Instruction-tuned LLMs for Joint Argumentative Component Detection

This paper proposes a novel approach that reframes Argumentative Component Detection as a language generation task using compact instruction-based prompts on instruction-tuned Large Language Models, achieving state-of-the-art performance by directly identifying argumentative spans from plain text without relying on pre-segmented components.

Original authors: Sofiane Elguendouze, Erwan Hain, Elena Cabrio, Serena Villata

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

Original authors: Sofiane Elguendouze, Erwan Hain, Elena Cabrio, Serena Villata

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 reading a long, messy letter from a friend. In this letter, your friend is trying to convince you of something. They mix their main point (the Claim) with the reasons why they think that (the Premises). Sometimes they jump back and forth, sometimes they hide their reasons inside long sentences, and sometimes they don't use clear punctuation to tell you where one thought ends and another begins.

The Problem:
For a long time, computers trying to read these letters had a hard time. Most old computer programs worked like a clumsy assembly line:

  1. Step 1: A robot tries to cut the letter into neat little sentences.
  2. Step 2: A second robot looks at those sentences and guesses which ones are "Claims" and which are "Premises."

If the first robot cuts the letter in the wrong spot, the second robot gets confused, and the whole job fails. It's like trying to build a house by first asking a stranger to cut all the bricks, and then hoping the mason can build a wall with the pieces they gave you.

The New Idea (The Paper's Solution):
The researchers in this paper asked: "What if we just asked a super-smart, well-read robot to read the whole letter and rewrite it, but this time, it puts little colored tags around the important parts as it writes?"

Instead of cutting and pasting, they taught a Large Language Model (LLM)—which is basically a very advanced AI that has read almost everything on the internet—to act like a highlighting expert.

Here is how they did it, using a simple analogy:

The "Highlighting Chef" Analogy

Imagine you have a raw, uncut steak (the plain text).

  • Old Way: You first try to slice the steak into perfect cubes (segmentation), and then you try to figure out which cubes are the lean meat and which are the fat (classification). If you slice it wrong, the fat and lean get mixed up.
  • New Way (This Paper): You give the steak to a Master Chef (the Instruction-Tuned LLM). You say, "Chef, look at this steak. As you describe it back to me, please wrap the lean meat in Gold Foil and the fat in Silver Foil."

The Chef doesn't just slice; they understand the whole steak at once. They know that the "Gold Foil" (the Claim) might be right next to the "Silver Foil" (the Premise), or that a Premise might be hidden inside a long sentence. They do the cutting and the labeling at the exact same time.

How They Taught the Chef

The researchers didn't just tell the AI, "Find the claims." They gave it a specific recipe (called a Compact Prompt).

  • They took thousands of examples where humans had already marked the text with tags like <claim> and <premise>.
  • They taught the AI: "Here is the raw text. Here is the version with the tags. Now, you do the same thing."
  • The AI learned to generate the text with the tags built-in, rather than just guessing labels for pre-cut pieces.

The Results: Why It Matters

When they tested this "Highlighting Chef" on different types of writing—from formal school essays to messy, interrupted political debates—it worked better than any previous method.

  1. It's Smarter: It got almost as good as a human expert (99% as good!).
  2. It's Flexible: It handled messy, real-world text (like a heated debate) much better than the old "assembly line" robots.
  3. It Found Hidden Gems: Sometimes, the AI found arguments that the human annotators missed! It's like the Chef saying, "Hey, I think this sentence is actually a reason for the main point, even though you didn't tag it."

The One Catch (The "Hallucination" Problem)

There is one small flaw. Sometimes, the Chef gets too creative.

  • The Goal: "Rewrite this text exactly, just add tags."
  • The Mistake: The AI might accidentally change a word. For example, if the text says "She's been doing this for 30 years," the AI might write "She's been doing this job for 30 years."
  • Why it matters: Even though the meaning is the same, the computer grading the test sees a different word and marks it wrong. It's like the Chef adding a pinch of salt that wasn't in the original recipe. The researchers are working on how to stop the AI from being too creative.

The Big Picture

This paper is a big step forward because it stops treating argument detection as a boring, two-step math problem. Instead, it treats it as a creative writing task. By asking the AI to "write the story with the tags included," they solved a very difficult puzzle that has stumped computers for years.

It's like moving from trying to assemble a puzzle by sorting pieces into piles, to simply looking at the picture and painting the borders directly onto the canvas.

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 →