<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>identifying hidden fraud patterns &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/identifying-hidden-fraud-patterns/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 19:27:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>identifying hidden fraud patterns &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Dual-Layer Knowledge Graph Catches Corporate Financial Fraud With 94 Percent Accuracy</title>
		<link>https://scienmag.com/dual-layer-knowledge-graph-catches-corporate-financial-fraud-with-94-percent-accuracy/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 19:27:12 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[accuracy and precision in fraud detection]]></category>
		<category><![CDATA[advanced auditing technologies]]></category>
		<category><![CDATA[company ownership and transaction links]]></category>
		<category><![CDATA[corporate auditing]]></category>
		<category><![CDATA[Corporate financial fraud detection]]></category>
		<category><![CDATA[dual-layer knowledge graph]]></category>
		<category><![CDATA[enterprise relationships]]></category>
		<category><![CDATA[financial data analysis]]></category>
		<category><![CDATA[financial fraud detection]]></category>
		<category><![CDATA[financial indicators]]></category>
		<category><![CDATA[fraud pattern mining]]></category>
		<category><![CDATA[graph mining]]></category>
		<category><![CDATA[Graph Neural Networks]]></category>
		<category><![CDATA[identifying hidden fraud patterns]]></category>
		<category><![CDATA[interpretability of fraud rules]]></category>
		<category><![CDATA[interpretable AI]]></category>
		<category><![CDATA[logistic regression]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning in auditing]]></category>
		<category><![CDATA[multi-company fraud investigation]]></category>
		<category><![CDATA[relationships between financial accounts]]></category>
		<category><![CDATA[rule learning]]></category>
		<category><![CDATA[semantic architecture for fraud detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=197888</guid>

					<description><![CDATA[A new dual-layer knowledge graph model detects corporate financial fraud with up to 94.2 percent accuracy while providing auditors with fully traceable, human-readable rules.]]></description>
										<content:encoded><![CDATA[<p>Corporate financial fraud has become one of the most stubborn problems in modern auditing, and a newly published study suggests that the answer may lie in teaching machines to read financial data the way a seasoned investigator does: by following both the numbers and the relationships behind them. Researchers have unveiled a financial fraud detection model built on a dual-layer knowledge graph, a semantic architecture that simultaneously captures the internal logic of a company&#8217;s accounts and the web of ownership, investment, and transaction links that connect it to other enterprises. In experiments spanning 700 companies, the method achieved an accuracy of 94.2 percent, a precision of 92.7 percent, and a recall of 93.5 percent, while producing rules that auditors can actually read, trace, and act upon.</p>
<p>The core idea is deceptively simple. Traditional fraud detection systems typically treat each company as an isolated bundle of financial ratios, feeding static indicators into a classifier and hoping that suspicious patterns reveal themselves. But real fraud rarely lives inside a single balance sheet. It hides in the interplay between inflated revenue figures and the related-party transactions that manufactured them, or in equity structures designed to obscure who ultimately benefits from an asset transfer. The new framework, described in the journal Discover Artificial Intelligence, addresses this by splitting the modeling task into two cooperating layers. A semantic layer encodes the contextual logic among financial indicators within a single firm, such as the dependency chain linking operating revenue, growth rates, and profit. A relational layer maps the organizational connections between enterprises, including shareholding, investment, supply-chain collaboration, and cross-shareholding structures.</p>
<p>What binds the two layers together is a cross-layer entity mapping mechanism. Every financial indicator node is linked to its parent company through an identifier-based mapping edge, allowing the system to trace a path that begins with an anomalous accounting entry inside one firm and ends at a suspicious organizational relationship with another. This turns the knowledge graph into something more powerful than a static diagram: it becomes a reasoning substrate on which fraud patterns can be discovered automatically. The construction pipeline itself is methodical. Raw financial statement data first undergoes preprocessing, with outliers removed, missing values imputed using industry-level medians, and indicator names standardized. Core financial objects such as assets, liabilities, revenue, receivables, inventory, and cash flow are then extracted as semantic entities, and directed edges are drawn between them according to accounting identities and known dependency relationships, including revenue-to-profit, asset-to-liability, and receivable-to-revenue links.</p>
<p>Once the dual-layer graph exists, the second stage of the framework comes into play: fraud pattern mining. Rather than relying on hand-crafted rules written by compliance experts, the system enumerates representative paths from both the semantic and relational layers and combines them into candidate pattern rules of the form &#8216;antecedent paths imply fraud feature.&#8217; Each candidate is then evaluated using three classical statistical measures: support, which reflects how often the pattern appears in the data; confidence, which measures the conditional probability that the fraud feature follows when the antecedent paths hold; and lift, which quantifies how much stronger the association is than random chance. Rules are retained only if they clear minimum thresholds of 0.05 support, 0.70 confidence, and 1.10 lift, with the maximum search path limited to three hops. After 100 iterations of mining, approximately 390 high-quality rules survived the filtering process, with average support exceeding 0.069.</p>
<p>The third stage converts these symbolic rules into a form a machine can classify with. Each enterprise is represented as a 390-dimensional binary rule vector, where each dimension indicates whether that company&#8217;s graph triggers a particular retained rule. This vector feeds into a deliberately lightweight classifier: an L2-regularized logistic regression model trained with the Adam optimizer. The choice is intentional and philosophically important. Because logistic regression is linear in its features, the contribution of every triggered rule to the final fraud probability remains transparent, avoiding the interpretive fog that surrounds deep neural networks. The system can therefore tell an auditor not merely that a company looks risky, but exactly which combination of abnormal revenue growth, swelling accounts receivable, declining cash flow, and related-party transaction paths produced that verdict.</p>
<p>The experimental results are striking, particularly in comparison with strong baselines. The study benchmarked the dual-layer knowledge graph approach against XGBoost, a leading feature-based machine learning method, along with three graph neural network paradigms: the Graph Attention Network, the Relational Graph Convolutional Network, and a Heterogeneous Graph Neural Network. On the full 700-enterprise dataset, drawn from a publicly accessible fraud detection competition dataset and covering manufacturing, service, technology, and trading sectors, the new method led on all eight performance metrics. Beyond its 94.2 percent accuracy, the model recorded an area under the ROC curve of 0.95 and a Matthews correlation coefficient of 0.88, the latter being especially significant given the imbalanced nature of fraud data, where fraudulent firms numbered only 140 against 560 legitimate ones. Improvements in F1 score and AUC over every baseline were statistically significant at the 0.05 level across five repeated runs.</p>
<p>Scalability and efficiency also favored the new approach. As the number of enterprises grew from 100 to 700, the dual-layer model maintained the highest precision, recall, and F1 scores at every scale, indicating that additional financial and relational information consistently improved learning rather than destabilizing it. In graph construction tests, building a 1000-node graph took roughly 170 seconds with the new method, compared with about 210 seconds for the heterogeneous graph neural network and more than 240 seconds for XGBoost, while node coverage reached 88.6 percent, the highest among the compared systems. In a multi-enterprise scenario focused on the manufacturing industry, detection accuracy peaked at 97 percent with an AUC of 0.975 and a rule trigger rate of 87 percent, suggesting the framework is especially potent where supply-chain transactions, inventory movements, and affiliated procurement generate dense, observable relationship paths.</p>
<p>Perhaps the most compelling aspect of the study is the way it handles interpretability, long the Achilles&#8217; heel of artificial intelligence in regulated domains. The mined rules are not abstract feature weights but complete narrative paths connecting business facts to fraud conclusions. One representative revenue-inflation rule, with support of 0.084, confidence of 0.88, and lift of 1.72, links an abnormal increase in operating revenue, a simultaneous rise in accounts receivable, and a decline in operating cash flow to related-party transaction paths in the relational layer. A cost-understatement rule pairs an unusually high gross margin with cost growth lagging revenue growth and concentrated purchases from affiliated suppliers. An asset-diversion rule connects a high proportion of other receivables with transfers to affiliated enterprises and shared controlling shareholders. When any of these rules fires, an auditor can walk backward from the fraud label to the specific accounts, entities, and transaction structures that warrant investigation, transforming a black-box score into actionable audit evidence.</p>
<p>The framework is not without boundaries, and the author is candid about them. Cross-layer path enumeration and rule matching could impose heavy computational costs at very large scale, pointing toward a future need for distributed graph storage, incremental updating, and smarter path pruning. The learned rules were trained on manufacturing, service, technology, and trading enterprises, and may not transfer cleanly to financial institutions or public-sector organizations with different accounting structures. National differences in accounting standards, disclosure requirements, and fraud definitions could also complicate entity mapping and rule applicability abroad. Moreover, the current graph captures structured financial and organizational information only, leaving temporal dynamics, audit narratives, and regulatory announcements outside its scope. The model is best understood, the study argues, as an audit-support tool that prioritizes high-risk firms and pinpoints where to look, not as an automatic replacement for professional judgment.</p>
<p>Even with those caveats, the work signals a meaningful shift in how machine learning might confront financial crime. By refusing to treat accuracy and interpretability as competing objectives, the dual-layer knowledge graph demonstrates that a system can outperform both conventional classifiers and modern graph neural networks while exposing its reasoning in human-readable rules. For regulators sifting through thousands of listed companies and auditors chasing increasingly sophisticated schemes of equity layering and profit inflation, that combination of performance and transparency could prove transformative. Future work will extend the model to larger cross-industry and cross-regional datasets, incorporating temporal graph learning, multimodal evidence, and adaptive rule updating, moves that could push intelligent fraud detection from the research lab into the daily toolkit of financial supervision.</p>
<p><strong>Subject of Research:</strong> A dual-layer knowledge graph model for interpretable detection of corporate financial fraud</p>
<p><strong>Article Title:</strong> Financial fraud detection model based on dual-layer knowledge graph</p>
<p><strong>Article References:</strong> Jiang, Y. (2026). Financial fraud detection model based on dual-layer knowledge graph. <em>Discover Artificial Intelligence, 6</em>(1), Article 1124. <a href="https://doi.org/10.1007/s44163-026-02097-z" rel="noopener noreferrer">https://doi.org/10.1007/s44163-026-02097-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44163-026-02097-z" rel="noopener noreferrer">10.1007/s44163-026-02097-z</a></p>
<p><strong>Keywords:</strong> financial fraud detection, dual-layer knowledge graph, graph mining, interpretable AI, rule learning, corporate auditing, machine learning, graph neural networks, enterprise relationships, financial indicators, fraud pattern mining, logistic regression</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">197888</post-id>	</item>
	</channel>
</rss>
