Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,695 papers · 148 categories

Trend · papers per month

4182123164 · May 202619922001200920172026
48 results for Financial Document Causality

SAE-FiRE extracts key financial info from long documents, improving earnings surprise predictions.

problem Predicting earnings surprises from long, redundant financial documents.
method Sparse Autoencoder feature selection to filter out noise and identify key dimensions.
result SAE-FiRE significantly outperforms baseline approaches in financial datasets.

HybridRAG combines KGs and vector retrieval for financial document Q&A.

problem Challenges in extracting and interpreting financial text data.
method Integrates Knowledge Graphs and Vector Retrieval Augmented Generation.
result HybridRAG outperforms traditional methods in Q&A systems for financial documents.

Proposes TNCM-VAE for generating causal financial time series.

problem Lack of causal reasoning in market generators.
method Combines VAE with structural causal models, enforcing causal constraints through DAGs and using causal Wasserstein distance.
result Superior performance in counterfactual probability estimation, L1 distances as low as 0.03-0.10.

Does adding a theorem to a paper affect its chance of acceptance? Does labeling a post with the author's gender affect the post popularity? This paper develops a method to estimate such causal effects from observational text data, adjusting for confounding features of the text such as the subject or writing quality. We…

2019-05-29abs ↗pdf ↗

The paper introduces a framework to assess nonlinear causality in financial markets.

problem Identifying and quantifying co-dependence between financial instruments.
method Transfer entropy and convergent cross-mapping methods to assess linear and nonlinear causality.
result Stock indices exhibit significant nonlinear causality, and correlation underestimates causality.

Causal-NECO VaR improves financial risk assessment under market turbulence.

problem Inaccurate risk assessment in volatile markets.
method Causal Network Contagion Value at Risk (Causal-NECO VaR) using causal network framework.
result Robust and invariant predictive power in unstable financial environments.

We introduce a framework to infer lead-lag networks between the states of elements of complex systems, determined at different timescales. As such networks encode the causal structure of a system, infering lead-lag networks for many pairs of timescales provides a global picture of the mutual influence between timescale…

2019-01-03abs ↗pdf ↗

Study detects unlawful insider trading using SHAP and CF, identifying key features.

problem Detecting and explaining unlawful insider trading with MNPI.
method Combining Shapley Values and Causal Forest approaches.
result Identifies key features explaining unlawful insider trading.

Decomposes financial networks to reveal cause-effect hierarchies during crises.

problem Complex financial networks are hard to interpret due to Granger causality.
method Helmholtz-Hodge-Kodaira decomposition to separate networks into rotational and gradient components.
result Precious metals and pharmaceutical products are identified as causal drivers during crises.

This paper introduces a new method to better understand financial market causality.

problem Lack of comprehensive understanding of distributional causality in financial markets.
method Combines piecewise quantile regression with a piecewise linear embedding scheme.
result Uncovered significant tail-tail causal effects and substantial causal asymmetry in cryptocurrency return series.

DoWhy-GCM extends causal inference in graphical models for diverse queries.

problem Addressing diverse causal queries in graphical causal models.
method Specify cause-effect relations via a causal graph, fit causal mechanisms, pose causal queries.
result Identification of root causes, attribution of causal influences, diagnosis of causal structures.

FinCARE combines financial data and AI reasoning to improve causal analysis of financial performance.

problem Correlation-based analysis fails to capture true causal relationships in financial performance.
method Hybrid framework integrating causal discovery algorithms with financial domain knowledge from SEC filings and LLM reasoning.
result KG+LLM-enhanced methods improve causal discovery across PC, GES, and NOTEARS by 36-366%.

TS-K-means improves financial data clustering with dynamic time warping.

problem Inadequate handling of temporal dependencies in financial time series data.
method Integrates Dynamic Time Warping into Time Series K-means for financial data.
result TS-K-means outperforms traditional K-means in financial data analysis.

Study shows how financial report sentiment impacts bank profitability.

problem Understanding causal effects of financial report sentiment on bank profitability.
method Causal forest machine learning methodology, FinancialBERT sentiment scores, SHAP analysis, comprehensive dataset.
result Statistically significant causal associations between balance sheet and expense management variables and profitability.

Unified framework improves robust causal inference, overcoming Gaussian barriers and optimization issues.

problem Improving robust causal inference in non-Gaussian settings.
method Combines gamma-Divergence, GNC, and Gatekeeper mechanism.
result Enhanced robustness and global optimization in causal effect estimation.

This study examines the evolving causal structure of equity risk factors.

problem Redundancy and risk contagion in multi-factor strategies during financial crises.
method Causal structure learning methods applied to US equity market data over 29 years.
result Statistically significant sparsifying trend of causal structure during normal times, but densification during financial stress.

CSHT predicts financial returns from news using a novel transformer model on a sphere.

problem Financial forecasting from news and sentiment.
method Granger-causal hypergraph structure, Riemannian geometry, causally masked Transformer attention.
result CSHT outperforms baselines in return prediction, regime classification, and asset ranking.

Defines explanations for classifier outcomes using causal concepts.

problem Understanding classifier outcomes in a causal context.
method Proposes a new definition of explanation based on causality, compares it with existing notions, and evaluates it experimentally.
result Experimental evaluation shows the new definition's effectiveness on financial datasets.

GenAI adoption paradoxically lowers ROE for U.S. banks, with spillovers but systemic risk concerns.

problem Productivity paradox and implementation costs in U.S. banking sector with AI adoption.
method Dynamic Spatial Durbin Models (DSDM) and Synthetic Difference-in-Differences (SDID) for causal inference.
result AI adoption leads to a 428-basis-point decline in ROE for banks, with spillovers but systemic risk implications.

Study causal financial signals for non-stationary markets, improving short-term forecasts.

problem Short-term forecasting in non-stationary financial markets under causal constraints.
method Construct causal signals from heterogeneous micro-features using causal centering, linear aggregation, Kalman filter, and forward-like operator.
result Causally constructed observables can exhibit substantial economic relevance in specific regimes but degrade under regime shifts.

SAGE-FIN detects financial fraud using GNNs and Granger causality.

problem Detecting fraud in financial networks with limited labeled data and lack of explainability.
method Semi-supervised GNN approach with Granger causal explanations.
result SAGE-FIN outperforms on real-world financial network dataset with explainable flagged items.

Study explores financial market linkages between Japan and US markets.

problem Inconsistency in empirical studies regarding financial market causal linkages.
method Causal discovery methods including VAR-LiNGAM and LPCMCI with domain knowledge.
result VAR-LiNGAM reveals causal influences among financial markets, while LPCMCI identifies potential latent confounders.

New method for identifying causal relationships in financial time series data.

problem Identifying causal relationships in nonstationary financial time series data.
method Refined constraint-based causal discovery algorithm (CD-NOTS) for nonstationary time series data.
result CD-NOTS effectively identifies causal connections in financial applications.

We outline what we believe are the prerequisites and building-blocks for successfully devising trading models and other financial applications based on a complex systems perspective.

2014-05-23abs ↗pdf ↗

This paper improves retrieval for LLMs in financial document Q&A.

problem Suboptimal text chunk retrieval by RAG causes inaccuracies in LLM responses.
method Sophisticated chunking techniques, query expansion, metadata annotations, re-ranking algorithms, and embedding fine-tuning.
result Enhanced retrieval quality improves LLM performance and reliability.

LLMs perform well in financial sentiment analysis without fine-tuning.

problem Challenges in financial terminology, emotions, and ambiguous expressions.
method In-context learning methods for financial document-sentiment pairs.
result LLMs can generalize in-context demonstrations to new financial documents.

Critiques causal reductionism in financial studies, suggesting alternative approaches.

problem Limitations of unidirectional causation in self-referencing systems like finance.
method Critical assessment of causal inference in empirical finance, using ecological models.
result Current financial tools may be limited to ex post inference, especially in reflexive contexts.

AI helps simplify complex ship finance processes.

problem Complexity in ship finance due to data and regulatory requirements.
method Integrates large language models for document comprehension, information extraction, and workflow automation.
result AI-assisted systems can support maritime finance professionals in managing complex information and reporting requirements.

In our previous study we have presented an approach to studying lead--lag effect in financial markets using information and network theories. Methodology presented there, as well as previous studies using Pearson's correlation for the same purpose, approached the concept of lead--lag effect in a naive way. In this pape…

2014-07-18abs ↗pdf ↗

Framework for causal signals in non-stationary financial markets.

problem Constructing causal signals in non-stationary financial time series.
method Combines normalized indicators and causally computed derivatives, with hysteresis-based decision mapping.
result Demonstrates risk-reshaping effect with smoother trajectories and reduced drawdowns.

Study uses topic modeling and sentiment analysis to uncover hedge fund performance insights.

problem Hedge fund opacity and limited disclosure make them hard to analyze.
method Applied topic modeling and sentiment analysis to hedge fund documents using DistilBERT and Top2Vec.
result Automated topic modeling and sentiment analysis can predict hedge fund performance.