<?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>NDCG &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/ndcg/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:42:44 +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>NDCG &#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>Fusing Browsing, Clicks and Purchases to Sharpen E-Commerce Recommendations</title>
		<link>https://scienmag.com/fusing-browsing-clicks-and-purchases-to-sharpen-e-commerce-recommendations/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:42:44 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[Amazon dataset]]></category>
		<category><![CDATA[behavioral signal interdependencies]]></category>
		<category><![CDATA[browsing and purchase data fusion]]></category>
		<category><![CDATA[data fusion]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[E-commerce recommendation systems]]></category>
		<category><![CDATA[improving recommendation accuracy]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[modeling user interest heterogeneity]]></category>
		<category><![CDATA[multi-behavior recommendation]]></category>
		<category><![CDATA[multi-channel user data integration]]></category>
		<category><![CDATA[multi-source user behavior data]]></category>
		<category><![CDATA[NDCG]]></category>
		<category><![CDATA[personalization]]></category>
		<category><![CDATA[personalized shopping experiences]]></category>
		<category><![CDATA[recommendation system challenges]]></category>
		<category><![CDATA[recommendation systems]]></category>
		<category><![CDATA[shopping cart abandonment analysis]]></category>
		<category><![CDATA[sparse data]]></category>
		<category><![CDATA[temporal dynamics]]></category>
		<category><![CDATA[temporal dynamics in e-commerce]]></category>
		<category><![CDATA[user behavior modeling]]></category>
		<category><![CDATA[user intent prediction]]></category>
		<category><![CDATA[user interest embeddings]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196487</guid>

					<description><![CDATA[A new study shows that fusing browsing, clicking, carting and purchasing signals into a shared temporal representation space improves recommendation accuracy and stability, especially for inactive users.]]></description>
										<content:encoded><![CDATA[<p>Every click, scroll and abandoned shopping cart on an e-commerce platform tells a fragment of a story about a shopper&#8217;s intent. Modern recommendation engines, however, have long struggled to assemble those fragments into a coherent picture. A study published in the Journal of Ambient Intelligence and Humanized Computing now proposes a personalized recommendation method built on the fusion of multi-source user behavior data, aiming to capture user interests more completely and consistently than conventional single-behavior approaches. The work, led by Lina Zhu of Changzhi Vocational and Technical College in Shanxi, China, tackles one of the most persistent weaknesses of e-commerce recommender systems: the failure to model the heterogeneity and interdependencies that exist among the many different behavioral signals a user leaves behind.</p>
<p>The core problem the research addresses is well known among practitioners. Browsing a product, clicking on it, adding it to a cart and finally purchasing it are actions of very different kinds, each carrying its own weight and its own temporal rhythm. When recommendation systems treat these signals in isolation, or simply pool them without accounting for their structural differences, the resulting picture of user interest becomes both incomplete and inconsistent. A user who browses dozens of laptops but purchases none is signaling something quite different from a user who browses two and buys one, and a system that cannot distinguish between these patterns will make unstable, inaccurate suggestions. Zhu&#8217;s framework responds by performing unified and standardized modeling of these diverse behavioral signals, so that each action type is represented in a form that can be compared and combined with the others.</p>
<p>Central to the method is the idea that preferences are not static. The framework constructs differentiated feature representations under temporal semantic constraints, meaning that the timing and sequence of behaviors shape how those behaviors are encoded. Preference intensity, how strongly a user leans toward a product category, and temporal dynamics, how that leaning shifts over time, are captured as distinct but related properties of the representation. This dual emphasis allows the model to reflect the reality that a user&#8217;s interest in, say, running shoes in January may fade by March, while their interest in a different category may surge in the interim. By encoding these dynamics explicitly rather than relying on aggregate counts, the method seeks to preserve the freshness and decay of interests that traditional collaborative filtering approaches often flatten away.</p>
<p>The fusion stage of the framework is where the technical architecture becomes most distinctive. Rather than concatenating features from different behavior sources or averaging their predictions, the method introduces a collaborative fusion mechanism operating within a shared representation space. In this space, multi-source behavioral information is jointly modeled so that the resulting user interest embeddings are structurally consistent, meaning they share a common geometry across behavior types, and informationally complementary, meaning each source contributes what the others lack. A purchase history, for example, is sparse but highly reliable, while browsing data is abundant but noisy; the fusion mechanism is designed to let the reliability of one signal compensate for the noise of another without allowing the noisy signal to overwhelm the trustworthy one.</p>
<p>Once these fused interest embeddings are generated, the framework performs user-item matching directly in the learned representation space. Items are embedded alongside users, and recommendations are produced by measuring the proximity between a user&#8217;s fused interest vector and candidate item vectors. Because the interest representation already accounts for multiple behavior types and their temporal structure, the matching step inherits that richness, and the authors argue this is what enables the improved accuracy and stability observed in their experiments.</p>
<p>The evaluation was conducted on the publicly available Amazon multi-behavior dataset, a widely used benchmark that records browsing, adding to cart and purchasing actions alongside clicks. Under the adopted evaluation setting, the proposed approach achieved a Precision@10 of 0.412, a Recall@10 of 0.356 and an NDCG@10 of 0.437. Precision@10 measures the fraction of the top ten recommended items that were actually relevant, Recall@10 captures how many of the user&#8217;s relevant items appeared in the top ten, and NDCG@10 rewards systems that place the most relevant items near the top of the ranked list. Together, these metrics indicate that the fused representations produce rankings that are both accurate and well ordered.</p>
<p>Perhaps the most consequential finding concerns users who interact rarely with the platform. Sparse data has long been the Achilles&#8217; heel of personalization: users with few recorded actions leave too little evidence for most models to form a reliable interest profile, a phenomenon related to the cold-start and data-scarcity problems documented across the recommender systems literature. On inactive user subsets of the Amazon dataset, the method achieved an NDCG@10 of 0.398, showing that recommendation performance is retained even under the evaluated sparse interaction conditions. The authors attribute this resilience to the fusion design itself, in which weak evidence from one behavior source can be reinforced by complementary evidence from another, so that even a short click history can be enriched by consistent browsing patterns.</p>
<p>The significance of this work sits within a broader research wave on multi-behavior recommendation, where graph neural networks, attention mechanisms, contrastive learning and transformer architectures have all been applied to model interactions among behavior types. Recent studies have explored preference differences among behaviors, cross-attentive behavior-aware graph convolutions, hypergraph-enhanced multi-interest learning and temporal graph transformers, reflecting a consensus that purchase-level feedback alone is too sparse to support high-quality personalization at scale. Zhu&#8217;s contribution aligns with this consensus but places particular emphasis on the structural consistency of the shared representation space and the explicit use of temporal semantic constraints, two aspects the author identifies as the limiting factors when multi-source data is modeled insufficiently.</p>
<p>The author is careful to scope the claims. The experiments demonstrate effectiveness within the adopted evaluation setting on the Amazon multi-behavior dataset, and the study notes that the applicability of the learned representations to other e-commerce platforms and different behavioral distributions requires further empirical validation. The paper also reports that no datasets were generated or analyzed during the study beyond those used in the evaluation, and the declared funding for the work is listed as not applicable. Nevertheless, the reported results on inactive users suggest a practical direction for an industry problem that costs platforms real revenue: most visitors to a large online store interact only lightly, and any method that extracts reliable signals from sparse behavioral traces has immediate commercial value.</p>
<p>For the field of ambient intelligence and humanized computing, the study adds to a growing body of evidence that the future of personalization lies not in harvesting ever more data, but in modeling the relationships among the data already collected. As machine learning continues to transform e-commerce, from purchase-intention prediction to sentiment-enhanced recommendation, frameworks that respect the heterogeneity, interdependence and temporal structure of human behavior may prove to be the ones that finally deliver recommendations that feel genuinely personal. The open question, which the study itself flags, is whether interest embeddings learned on one platform&#8217;s behavioral distribution will transfer cleanly to another, a challenge that will shape the next generation of multi-source fusion research.</p>
<p><strong>Subject of Research:</strong> Personalized e-commerce recommendation using multi-source user behavior data fusion</p>
<p><strong>Article Title:</strong> Personalized recommendation methods for e-commerce based on multi-source user behavior data fusion</p>
<p><strong>Article References:</strong> Personalized recommendation methods for e-commerce based on multi-source user behavior data fusion. (n.d.). <a href="https://doi.org/10.1007/s12652-026-05129-9" rel="noopener noreferrer">https://doi.org/10.1007/s12652-026-05129-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12652-026-05129-9" rel="noopener noreferrer">10.1007/s12652-026-05129-9</a></p>
<p><strong>Keywords:</strong> e-commerce, recommendation systems, multi-behavior recommendation, data fusion, user behavior modeling, temporal dynamics, user interest embeddings, NDCG, sparse data, Amazon dataset, machine learning, personalization</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196487</post-id>	</item>
	</channel>
</rss>
