LGAIIRMar 16

Embedding-Aware Feature Discovery: Bridging Latent Representations and Interpretable Features in Event Sequences

arXiv:2603.1571391.0h-index: 4Has Code
AI Analysis

It addresses the problem of integrating interpretable features with embeddings for production systems in finance, representing a novel method for a known bottleneck.

The paper tackles the disconnect between learned embeddings and handcrafted features in industrial financial event sequences by introducing Embedding-Aware Feature Discovery (EAFD), which bridges this gap and achieves up to +5.8% relative gains over state-of-the-art pretrained embeddings.

Industrial financial systems operate on temporal event sequences such as transactions, user actions, and system logs. While recent research emphasizes representation learning and large language models, production systems continue to rely heavily on handcrafted statistical features due to their interpretability, robustness under limited supervision, and strict latency constraints. This creates a persistent disconnect between learned embeddings and feature-based pipelines. We introduce Embedding-Aware Feature Discovery (EAFD), a unified framework that bridges this gap by coupling pretrained event-sequence embeddings with a self-reflective LLM-driven feature generation agent. EAFD iteratively discovers, evaluates, and refines features directly from raw event sequences using two complementary criteria: \emph{alignment}, which explains information already encoded in embeddings, and \emph{complementarity}, which identifies predictive signals missing from them. Across both open-source and industrial transaction benchmarks, EAFD consistently outperforms embedding-only and feature-based baselines, achieving relative gains of up to $+5.8\%$ over state-of-the-art pretrained embeddings, resulting in new state-of-the-art performance across event-sequence datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes