paper-with-me

홈 › Papers

GPT-HTree: A Decision Tree Framework Integrating Hierarchical Clustering and Large Language Models for Explainable Classification

2025-01-23 · Te Pei, Fuat Alican, Aaron Ontoyin Yin, Yigit Ihlamur

This paper introduces GPT-HTree, a framework combining hierarchical clustering, decision trees, and large language models (LLMs) to address this challenge. By leveraging hierarchical clustering to segment individuals based on salient features, resampling techniques to balance class distributions, and decision trees to tailor classification paths within each cluster, GPT-HTree ensures both accuracy and interpretability. LLMs enhance the framework by generating human-readable cluster descriptions, bridging quantitative analysis with actionable insights.

📄 PDF Abstract BibTeX arXiv:2501.13743

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Diagnostic Text-guided Representation Learning in Hierarchical Classification for Pathological Whole Slide Image

2024-11-16 · Jiawen Li, Qiehe Sun, Renao Yan, Yizhi Wang 외

With the development of digital imaging in medical microscopy, artificial intelligent-based analysis of pathological whole slide images (WSIs) provides a powerful tool for cancer diagnosis. Limited by the expensive cost …

ClassificationDiagnosticimage-classificationImage Classification+3

Torchtree: flexible phylogenetic model development and inference using PyTorch

2024-06-26 · Mathieu Fourment, Matthew Macaulay, Christiaan J Swanepoel, Xiang Ji 외

Bayesian inference has predominantly relied on the Markov chain Monte Carlo (MCMC) algorithm for many years. However, MCMC is computationally laborious, especially for complex phylogenetic models of time trees. This bott…

Bayesian InferenceVariational Inference

A Better Way to Attend: Attention with Trees for Video Question Answering

2019-09-05 · Hongyang Xue, Wenqing Chu, Zhou Zhao, Deng Cai

We propose a new attention model for video question answering. The main idea of the attention models is to locate on the most informative parts of the visual data. The attention mechanisms are quite popular these days. H…

Question AnsweringVideo Question Answering

Approximate Model Counting by Partial Knowledge Compilation

2018-05-18 · Yong Lai

Model counting is the problem of computing the number of satisfying assignments of a given propositional formula. Although exact model counters can be naturally furnished by most of the knowledge compilation (KC) methods…

model

Archtree: on-the-fly tree-structured exploration for latency-aware pruning of deep neural networks

2023-11-17 · Rémi Ouazan Reboul, Edouard Yvinec, Arnaud Dapogny, Kevin Bailly

Deep neural networks (DNNs) have become ubiquitous in addressing a number of problems, particularly in computer vision. However, DNN inference is computationally intensive, which can be prohibitive e.g. when considering …