← Latest papers
💬 NLP

SC-Taxo: Hierarchical Taxonomy Generation under Semantic Consistency Constraints using Large Language Models

The paper proposes SC-Taxo, a framework that leverages large language models with a bidirectional heading generation mechanism to address structural inconsistencies and semantic misalignment in scientific taxonomy generation by ensuring hierarchical semantic consistency.

Original authors: Shiqiang Cai, Nianhong Niu, Shizhu He, Kang Liu, Jun Zhao

Published 2026-05-04
📖 4 min read☕ Coffee break read

Original authors: Shiqiang Cai, Nianhong Niu, Shizhu He, Kang Liu, Jun Zhao

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 walk into a massive library that is growing so fast every day that the librarians can't keep up. Books are being thrown onto shelves randomly. Some books about "Advanced Physics" are sitting next to "How to Bake a Cake," and others are buried so deep you can't find them. This is the problem scientists face with the explosion of research papers today. They need a way to organize this chaos into a clear, logical map—a taxonomy—so people can find what they need.

The paper introduces a new tool called SC-Taxo to solve this. Here is how it works, explained simply:

The Problem: The "Confused Librarian"

Existing methods for organizing these papers are like librarians who are either:

  1. Too rigid: They just group books by how similar the words look on the cover, which often puts unrelated things together.
  2. Too imaginative: They use powerful AI (Large Language Models) to write the labels, but the AI gets distracted. It might read a single sentence in a paper about "math" and decide the whole book belongs in a "Math" section, even if the book is actually about "Robotics." This creates a messy map where "Python Code" sits right next to "Faster R-CNN" (a complex algorithm), confusing the hierarchy.

The main issue is semantic consistency: The labels don't match the structure, and the structure doesn't match the meaning.

The Solution: SC-Taxo (The "Double-Check" System)

SC-Taxo is like hiring a team of two expert librarians who constantly check each other's work, rather than just one person guessing.

1. The Two Paths (The "Skeleton" and the "Brain")

Instead of asking the AI to build the whole map from scratch, SC-Taxo starts with two separate approaches:

  • The Skeleton (Structural Path): It uses math to group papers based on how similar they are, creating a rough "skeleton" tree. This is stable but has no names on the branches yet.
  • The Brain (Semantic Path): It uses a smart AI to read the papers and come up with a list of cool concepts and names. This is full of ideas but might be structurally messy.

2. The Deep Fusion (The "Four-Round Debate")

This is the magic part. The system forces the "Skeleton" and the "Brain" to talk to each other in four rounds of debate to fix mistakes:

  • Round 1 (Reality Check): The system asks, "Does this AI-generated concept actually exist in the group of papers we found?" If the AI invented a fake concept, it gets thrown out.
  • Round 2 (Naming): Now that we know the groups are real, the AI gives them proper names based on what's actually inside.
  • Round 3 (Parent-Child Check): This ensures the hierarchy makes sense. If a parent branch is "Supervised Learning," the child branch can't suddenly be "Mathematical Concepts." The AI is forced to look at the parent's name and the child's content to make sure they fit together perfectly.
  • Round 4 (Sibling Check): This looks at "brother" branches (sibling nodes) to make sure they aren't saying the same thing or missing a key topic. It ensures the map is balanced and complete.

3. The Quality Control (The Final Polish)

Before handing over the final map, the system does a final sweep:

  • It scores every label to make sure it's specific and useful.
  • It deletes duplicate labels (like "AI" and "Artificial Intelligence" appearing twice).
  • It checks that the tree isn't too deep or too shallow.

Why It Works (The Results)

The authors tested this on English scientific papers and a tricky set of Chinese papers.

  • Better Structure: The resulting maps looked much more like the "gold standard" maps made by human experts.
  • Fewer Mistakes: It stopped the AI from getting distracted by single words and putting "Python Code" next to high-level algorithms.
  • Language Proof: It worked just as well on Chinese papers as English ones, proving it understands the ideas, not just the specific words.

The Bottom Line

SC-Taxo is a framework that stops AI from "hallucinating" (making things up) when organizing scientific knowledge. By forcing the AI to constantly check its work against the actual data and its own structure, it creates a clean, logical, and reliable map of scientific knowledge that humans can actually use.

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 →