AnTenA: Actionable and Explainable Tensor Analysis System with Large Language Models
Dawon Ahn, Auder Der, Evangelos E. Papalexakis
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/dawonahn/ecml_pkdd_antenaOfficialIn paper★ 0
Abstract
Accurately explaining hidden patterns in multi-aspect data has typically been done by leveraging labels and/or accompanying auxiliary metadata. However, labels and auxiliary data may be inaccurate (e.g. nonstandard, inconsistent), insufficient (e.g. static tabular metadata for time-dependent recordings), or unavailable. % We propose ( ), which leverages the knowledge of large language models (LLMs) to explain the hidden patterns in human narratives. uses task-agnostic and task-specific prompts to explain extracted co-clustered latent patterns from tensor decomposition. To evaluate these explanations, we test the LLMs on forward and backward inference tasks. % Our demo system is available at https://github.com/dawonahn/ECML_PKDD_AnTenA.