Guidelines for the Annotation and Visualization of Legal Argumentation Structures in Chinese Judicial Decisions

This paper proposes a systematic framework for annotating and visualizing legal argumentation structures in Chinese judicial decisions by defining four proposition types and five relational types to enable consistent, reproducible computational analysis of judicial reasoning.

Kun Chen, Xianglei Liao, Kaixue Fei, Yi Xing, Xinrui Li

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

Imagine you are trying to understand a complex recipe for a cake. You could just read the list of ingredients and the final result, but to truly understand how the baker made it, you need to see the steps: "Mix flour and eggs," "Add sugar," "Bake at 350 degrees."

This paper is essentially a instruction manual for turning a judge's written decision into a clear, step-by-step recipe.

In the legal world, judges write long documents explaining why they decided a case the way they did. This is called "legal reasoning." Currently, computers and even humans often struggle to see the logical structure hidden inside these long paragraphs. This paper proposes a new system to "annotate" (label) and "visualize" (draw) these arguments so they are easy to read, teach, and analyze by computers.

Here is a breakdown of the paper using simple analogies:

1. The Problem: The "Wall of Text"

Judges write decisions in natural language. It's like a long, winding story.

  • The Issue: If you ask a computer, "What facts did the judge rely on to convict this person?" the computer might get lost in the story. It sees words, but not the logic.
  • The Goal: The authors want to turn that "wall of text" into a flowchart or a blueprint. This makes it possible to teach law students, check if a judge's logic is sound, and build AI that can actually explain why it made a decision.

2. The Building Blocks: "Propositions" (The Bricks)

Before you can build a house, you need bricks. In this system, the "bricks" are called Propositions.
Instead of looking at whole sentences, the annotators break the text down into tiny, logical statements that can be proven true or false. They sort these bricks into four boxes:

  • General Facts (GF): The "Rules of the World." (e.g., "Water freezes at 0°C.")
  • General Rules (GM): The "Laws." (e.g., "The Civil Code says you must pay your debts.")
  • Specific Facts (SF): The "Story of this Case." (e.g., "John borrowed $100 from Mary.")
  • Specific Rules (SM): The "Verdict." (e.g., "Therefore, John must pay Mary $100.")

Analogy: Think of a courtroom like a courtroom drama.

  • GF is the physics of the room (gravity exists).
  • GM is the rulebook of the game (FIFA rules).
  • SF is what actually happened in the match (Player A kicked the ball).
  • SM is the referee's final call (Player A is offside).

3. The Glue: "Relations" (How the Bricks Connect)

Just having bricks isn't enough; you need mortar to hold them together. The paper defines five types of "glue" (relationships) that connect the bricks:

  1. Support (The "Yes" Glue): One brick holds up another. (Fact A + Law B = Conclusion C).
  2. Attack (The "No" Glue): One brick knocks another down. (Evidence X proves that Fact A is a lie).
  3. Joint (The "Team" Glue): Two or more bricks must work together to hold up the roof. If you remove one, the whole thing collapses. (You need both the contract and the signature to prove a deal).
  4. Match (The "Puzzle Piece" Glue): This is special. It connects a General Rule to a Specific Fact. It's like saying, "This specific puzzle piece (Fact) fits perfectly into this specific slot in the rulebook (Law)."
  5. Identity (The "Twin" Glue): Two bricks say the exact same thing in different words. (We treat them as one).

4. The Blueprint: Visualizing the Argument

Once the text is broken into bricks and glued together, the paper says: "Draw it!"

They created a visual language so you can see the logic at a glance:

  • Rectangles = The Bricks (Facts and Rules).
  • Circles = The Glue (The relationships).
    • Solid Circle: Support (Good!).
    • Hollow Circle: Attack (Bad!).
    • Circle with a "+": Teamwork (Joint or Match).
    • Slash (/): Twins (Identity).

Why do this? Imagine looking at a tangled ball of yarn. It's impossible to see the pattern. Now, imagine that yarn has been untangled and laid out on a table with arrows showing exactly how one thread leads to the next. That is what this visualization does for a judge's decision.

5. The Recipe for Success: How to Do It

The paper doesn't just give the theory; it gives a strict recipe for humans to follow so they don't mess it up:

  1. Training: Teach the annotators the rules.
  2. Practice: Have them try on a few cases to find confusing spots.
  3. Double-Check: Have two people label the same text independently. If they disagree, a "referee" (expert) decides who is right.
  4. Consistency: Make sure everyone is using the same dictionary and rules.

Why Does This Matter? (The "So What?")

  • For Law Students: Instead of memorizing a 50-page case, they can look at a diagram and instantly see the logic. It's like having a cheat sheet for how judges think.
  • For Judges: It helps them check their own work. "Did I actually connect the facts to the law, or did I just skip a step?"
  • For AI (Robots): This is the big one. Current AI can guess the outcome of a case, but it can't explain why. By feeding this structured "blueprint" data to AI, we can build Explainable AI. Imagine a robot lawyer that doesn't just say "You lose," but says, "You lose because Fact A didn't match Law B, and here is the diagram proving it."

Summary

This paper is a user manual for decoding the brain of the law. It turns messy, complex legal text into a clean, structured, and visual map. It bridges the gap between human logic and computer code, ensuring that when we use AI in the courtroom, we can actually understand and trust the reasoning behind the decisions.