paper-with-me

Papers

Heterogeneous Graph Pre-training Based Model for Secure and Efficient Prediction of Default Risk Propagation among Bond Issuers

2025-01-04 · Xurui Li, Xin Shan, Wenhao Yin, Haijiao Wang

Efficient prediction of default risk for bond-issuing enterprises is pivotal for maintaining stability and fostering growth in the bond market. Conventional methods usually rely solely on an enterprise's internal data for risk assessment. In contrast, graph-based techniques leverage interconnected corporate information to enhance default risk identification for targeted bond issuers. Traditional graph techniques such as label propagation algorithm or deepwalk fail to effectively integrate a enterprise's inherent attribute information with its topological network data. Additionally, due to data scarcity and security privacy concerns between enterprises, end-to-end graph neural network (GNN) algorithms may struggle in delivering satisfactory performance for target tasks. To address these challenges, we present a novel two-stage model. In the first stage, we employ an innovative Masked Autoencoders for Heterogeneous Graph (HGMAE) to pre-train on a vast enterprise knowledge graph. Subsequently, in the second stage, a specialized classifier model is trained to predict default risk propagation probabilities. The classifier leverages concatenated feature vectors derived from the pre-trained encoder with the enterprise's task-specific feature vectors. Through the two-stage training approach, our model not only boosts the importance of unique bond characteristics for specific default prediction tasks, but also securely and efficiently leverage the global information pre-trained from other enterprises. Experimental results demonstrate that our proposed model outperforms existing approaches in predicting default risk for bond issuers.

📄 PDF Abstract BibTeX arXiv:2501.03268

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

Relational Graph Modeling for Credit Default Prediction: Heterogeneous GNNs and Hybrid Ensemble Learning

2026-01-21 · Yvonne Yang, Eranki Vasistha arxiv

Credit default risk arises from complex interactions among borrowers, financial institutions, and transaction-level behaviors. While strong tabular models remain highly competitive in credit scoring, they may fail to exp…

Ensemble Learning

Heterogeneous Information Network based Default Analysis on Banking Micro and Small Enterprise Users

2022-04-24 · Zheng Zhang, Yingsheng Ji, Jiachen Shen, Xi Zhang 외

Risk assessment is a substantial problem for financial institutions that has been extensively studied both for its methodological richness and its various practical applications. With the expansion of inclusive finance, …

Feature EngineeringImplicit Relations

Predicting Credit Risk for Unsecured Lending: A Machine Learning Approach

2021-10-05 · K. S. Naik

Since the 1990s, there have been significant advances in the technology space and the e-Commerce area, leading to an exponential increase in demand for cashless payment solutions. This has led to increased demand for cre…

BIG-bench Machine Learning

Unveiling the Landscape of LLM Deployment in the Wild: An Empirical Study

2025-05-05 · Xinyi Hou, Jiahao Han, Yanjie Zhao, Haoyu Wang

Background: Large language models (LLMs) are increasingly deployed via open-source and commercial frameworks, enabling individuals and organizations to self-host advanced AI capabilities. However, insecure defaults and m…

Financial Default Prediction via Motif-preserving Graph Neural Network with Curriculum Learning

2024-03-11 · Daixin Wang, Zhiqiang Zhang, Yeyu Zhao, Kai Huang 외

User financial default prediction plays a critical role in credit risk forecasting and management. It aims at predicting the probability that the user will fail to make the repayments in the future. Previous methods main…

Binary ClassificationGraph Neural Network