A Training-Free, Alignment-Free Approach to Corporate Intelligence: Application to SEC Filings
Summary
The paper proposes a training-free and alignment-free approach to corporate intelligence using deterministic sparse seed vectors for analyzing SEC filings, enabling efficient document comparison and semantic event detection without large language models.
View Cached Full Text
Cached at: 09/11/26, 08:32 AM
# A Training-Free, Alignment-Free Approach to Corporate Intelligence: Application to SEC Filings Source: [https://arxiv.org/abs/2609.11620](https://arxiv.org/abs/2609.11620) [View PDF](https://arxiv.org/pdf/2609.11620) > Abstract:High\-dimensional dense text embeddings and large language models face real obstacles in financial\-disclosure analysis: context\-window limits, hallucination risk, high computational cost, and the arbitrary rotation of vector spaces across independently trained models\. We present a training\-free, alignment\-free framework for corporate intelligence built on deterministic sparse seed vectors\. Hashing word strings into a fixed high\-dimensional basis places all documents and all temporal epochs in a common coordinate system by construction, removing any need for training or alignment\. Accumulating these seed vectors across sentence contexts yields corpus\-specific semantic signatures that compose linearly, supporting sub\-second document comparison, issuer fingerprinting, tracking of how an issuer's vocabulary shifts between filings, and thematic sentence extraction, all on ordinary CPU hardware\. Demonstrating the approach on a multi\-year corpus of SEC filings \(10\-K, 10\-Q, 8\-K\), we show how material corporate events, among them Boeing's 737 MAX crisis, Intel's supply\-chain disruptions, and Bunge's acquisition of Viterra, emerge as distinct, interpretable semantic profiles, each traceable to the exact source sentences that produced it, with no domain\-specific training and no LLM inference\. ## Submission history From: Jean\-François Delpech \[[view email](https://arxiv.org/show-email/8ba0323d/2609.11620)\] **\[v1\]**Thu, 10 Sep 2026 14:32:35 UTC \(830 KB\)
Similar Articles
@rohanpaul_ai: This was long needed for AI in finance. Making SEC filings readable for machines without flattening the accounting logi…
Researchers from Stanford, UC, and Nanjing University release SEFD, a dataset of 152B tokens from SEC filings converted to layout-faithful MultiMarkdown, preserving table structure for LLM training with minimal overlap with Common Crawl.
Beyond Semantic Similarity: A Two-Phase Non-Parametric Retrieval Workflow for Corporate Credit Underwriting
Proposes a two-phase non-parametric retrieval workflow for corporate credit underwriting that separates high-recall retrieval from utility ranking, using on-premise open-source models for compliance. The system addresses the similarity-utility gap in standard RAG pipelines for financial document analysis.
idSCD: Identifying Training Datasets through Semantic Correlation Descriptors
This paper introduces idSCD, a white-box method that uses semantic correlation descriptors to identify whether a dataset was used in training a model, outperforming existing baselines across multiple settings.
DECODEM: Data Extraction from Corporate Organizational Documents via Enhanced Methods
Introduces DECODEM, benchmark datasets for evaluating automated extraction of corporate governance variables from legal documents using large language models, showing high accuracy for many provisions.
Improving the Completeness and Comparability of Segment Disclosures: A Large Language Model Approach
This paper proposes an LLM-based framework to extract segment disclosures from 10-K filings, improving completeness and comparability through retrieval-augmented systems for longitudinal and cross-firm analysis.