arXiv — NLP / Computation & Language · · 4 min read

Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection

Mirrored from arXiv — NLP / Computation & Language for archival readability. Support the source by reading on the original site.

Computer Science > Computation and Language

arXiv:2512.07246 (cs)
[Submitted on 8 Dec 2025 (v1), last revised 29 Jul 2026 (this version, v3)]

Title:Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection

Authors:Mengqi Wang (1), Jianwei Wang (1), Qing Liu (2), Xiwei Xu (2), Zhenchang Xing (2), Liming Zhu (2), Michael Bain (1), Wenjie Zhang (1) ((1) UNSW Sydney, (2) Data61, CSIRO)
View a PDF of the paper titled Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection, by Mengqi Wang (1) and 9 other authors
View PDF HTML (experimental)
Abstract:Error detection (ED), which aims to identify incorrect or inconsistent cell values in tabular data, is important for ensuring data quality. Recent state-of-the-art ED methods leverage the pre-trained knowledge and semantic capability of large language models (LLMs) to directly label whether a cell is erroneous. However, this LLM-as-a-labeler pipeline produces predictions through an implicit black-box process with limited traceability and explicit justification, and relies on stochastic single-pass inference, resulting in inconsistent and insufficiently robust detections across contexts. To address these limitations, we propose an LLM-as-an-inducer framework that uses an LLM to induce a decision tree for ED, termed TreeED, and ensembles multiple such trees for consensus detection, termed ForestED. Based on prompts derived from data context, decision tree specifications, and output requirements, TreeED queries the LLM to induce a decision tree skeleton whose root-to-leaf paths specify the stepwise procedure for evaluating a sample. Each tree contains three types of nodes: (1) rule nodes that perform simple validation checks, such as format or range constraints; (2) Graph Neural Network (GNN) nodes that capture complex patterns, such as functional dependencies; and (3) leaf nodes that output the final decision as error or clean. ForestED employs uncertainty sampling to obtain multiple informative row subsets and constructs a decision tree for each subset using TreeED. It then applies an Expectation-Maximization-based algorithm to jointly estimate tree reliability and optimize the consensus ED prediction. Experiments demonstrate that our methods are accurate, explainable, and robust, achieving an average F1-score improvement of 16.1% over the best baseline.
Comments: 15 pages, 7 figures. Accepted at KDD 2026
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2512.07246 [cs.CL]
  (or arXiv:2512.07246v3 [cs.CL] for this version)
  https://doi.org/10.48550/arXiv.2512.07246
arXiv-issued DOI via DataCite

Submission history

From: Mengqi Wang [view email]
[v1] Mon, 8 Dec 2025 07:40:48 UTC (839 KB)
[v2] Mon, 27 Jul 2026 11:55:13 UTC (496 KB)
[v3] Wed, 29 Jul 2026 04:24:14 UTC (496 KB)
Full-text links:

Access Paper:

    View a PDF of the paper titled Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection, by Mengqi Wang (1) and 9 other authors
  • View PDF
  • HTML (experimental)
  • TeX Source

Current browse context:

cs.CL
< prev   |   next >
Change to browse by:
cs

References & Citations

Loading...

BibTeX formatted citation

loading...
Data provided by:

Bookmark

BibSonomy Reddit
Bibliographic Tools

Bibliographic and Citation Tools

Bibliographic Explorer Toggle
Bibliographic Explorer (What is the Explorer?)
Connected Papers Toggle
Connected Papers (What is Connected Papers?)
Litmaps Toggle
Litmaps (What is Litmaps?)
scite.ai Toggle
scite Smart Citations (What are Smart Citations?)
Code, Data, Media

Code, Data and Media Associated with this Article

alphaXiv Toggle
alphaXiv (What is alphaXiv?)
Links to Code Toggle
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub Toggle
DagsHub (What is DagsHub?)
GotitPub Toggle
Gotit.pub (What is GotitPub?)
Huggingface Toggle
Hugging Face (What is Huggingface?)
ScienceCast Toggle
ScienceCast (What is ScienceCast?)
Demos

Demos

Replicate Toggle
Replicate (What is Replicate?)
Spaces Toggle
Hugging Face Spaces (What is Spaces?)
Spaces Toggle
TXYZ.AI (What is TXYZ.AI?)
Related Papers

Recommenders and Search Tools

Link to Influence Flower
Influence Flower (What are Influence Flowers?)
Core recommender toggle
CORE Recommender (What is CORE?)
About arXivLabs

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from arXiv — NLP / Computation & Language