A self-training CNN on 10,000 labeled CIFAR-10 images reaches 0.897 accuracy, but missing implementation details and baseline comparisons make the result unverifiable.
Unveiling the Potential of Graph Neural Networks in SME Credit Risk Assessment
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper takes the graph neural network as the technical framework, integrates the intrinsic connections between enterprise financial indicators, and proposes a model for enterprise credit risk assessment. The main research work includes: Firstly, based on the experience of predecessors, we selected 29 enterprise financial data indicators, abstracted each indicator as a vertex, deeply analyzed the relationships between the indicators, constructed a similarity matrix of indicators, and used the maximum spanning tree algorithm to achieve the graph structure mapping of enterprises; secondly, in the representation learning phase of the mapped graph, a graph neural network model was built to obtain its embedded representation. The feature vector of each node was expanded to 32 dimensions, and three GraphSAGE operations were performed on the graph, with the results pooled using the Pool operation, and the final output of three feature vectors was averaged to obtain the graph's embedded representation; finally, a classifier was constructed using a two-layer fully connected network to complete the prediction task. Experimental results on real enterprise data show that the model proposed in this paper can well complete the multi-level credit level estimation of enterprises. Furthermore, the tree-structured graph mapping deeply portrays the intrinsic connections of various indicator data of the company, and according to the ROC and other evaluation criteria, the model's classification effect is significant and has good "robustness".
fields
cs.CV 1years
2024 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Leveraging Semi-Supervised Learning to Enhance Data Mining for Image Classification under Limited Labeled Data
A self-training CNN on 10,000 labeled CIFAR-10 images reaches 0.897 accuracy, but missing implementation details and baseline comparisons make the result unverifiable.