<?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>AI in biomedical knowledge graphs &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/ai-in-biomedical-knowledge-graphs/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 19:12:39 +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>AI in biomedical knowledge graphs &#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>Joint entity and relation embedding advances multi-relational knowledge graph completion</title>
		<link>https://scienmag.com/joint-entity-and-relation-embedding-advances-multi-relational-knowledge-graph-completion/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 19:12:36 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced neural architectures for knowledge graphs]]></category>
		<category><![CDATA[AI in biomedical knowledge graphs]]></category>
		<category><![CDATA[artificial intelligence for knowledge graph completion]]></category>
		<category><![CDATA[biomedical knowledge graph linking genes and diseases]]></category>
		<category><![CDATA[Deep Learning for Graph Data]]></category>
		<category><![CDATA[deep learning in knowledge graph completion]]></category>
		<category><![CDATA[embedding-based relation prediction]]></category>
		<category><![CDATA[entity and relation embedding]]></category>
		<category><![CDATA[graph neural network architectures]]></category>
		<category><![CDATA[improving knowledge graph connectivity]]></category>
		<category><![CDATA[joint embedding models]]></category>
		<category><![CDATA[joint entity and relation embedding]]></category>
		<category><![CDATA[Knowledge graph completion]]></category>
		<category><![CDATA[knowledge graph connectivity issues]]></category>
		<category><![CDATA[knowledge graph inference]]></category>
		<category><![CDATA[missing link prediction]]></category>
		<category><![CDATA[missing link prediction in knowledge graphs]]></category>
		<category><![CDATA[multi-relational data embedding]]></category>
		<category><![CDATA[multi-relational data modeling]]></category>
		<category><![CDATA[multi-relational knowledge graph embedding]]></category>
		<category><![CDATA[multi-relational knowledge graphs]]></category>
		<category><![CDATA[neural network for knowledge graphs]]></category>
		<guid isPermaLink="false">https://scienmag.com/joint-entity-and-relation-embedding-advances-multi-relational-knowledge-graph-completion/</guid>

					<description><![CDATA[Knowledge graphs have quietly become the connective tissue of the modern web. They sit behind search engines that anticipate your questions, recommendation systems that seem to read your mind, question-answering assistants that fetch facts from sprawling databases, and biomedical platforms that link genes to diseases to candidate drugs. Yet for all their power, these vast [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Knowledge graphs have quietly become the connective tissue of the modern web. They sit behind search engines that anticipate your questions, recommendation systems that seem to read your mind, question-answering assistants that fetch facts from sprawling databases, and biomedical platforms that link genes to diseases to candidate drugs. Yet for all their power, these vast networks of entities and relationships are riddled with holes. Real-world knowledge graphs are, almost by definition, incomplete: facts are missing, connections are unrecorded, and whole swaths of relationships simply never made it into the database. A task known as knowledge graph completion—predicting the missing links—has therefore become one of the most active fronts in artificial intelligence research, and a new study now offers a fresh attack on one of its most stubborn technical weaknesses.</p>
<p>The study, published in the journal Knowledge and Information Systems by a team from Beijing Technology and Business University, China University of Political Science and Law, and the Beijing Academy of Agriculture and Forestry Sciences, introduces a neural architecture called the Joint Entity and Relation Embedding Network, or JERENet. Led by DianHui Mao, with contributions from RuiXuan Li, HuaYi Ma, Zhihua Zhao, and JianWei Wu, the work addresses a problem that has dogged embedding-based knowledge graph models for nearly a decade: their tendency to perform well on simple, one-to-one relationships while stumbling badly on complex ones.</p>
<p>To understand why this matters, it helps to think about how knowledge graphs encode relationships. Entities—the &#8220;things&#8221; in the graph, whether people, places, chemical compounds, or abstract concepts—are connected by relations such as &#8220;born in,&#8221; &#8220;works for,&#8221; or &#8220;has side effect.&#8221; Some relations are neatly one-to-one: each person has exactly one biological mother, and each passport belongs to one citizen. Others are messier. A relation like &#8220;is a citizen of&#8221; can link one person to many countries over a lifetime (a 1-to-N relation), or many people to a single country (N-to-1). Worse still are N-to-N relations such as &#8220;has collaborated with,&#8221; where both sides fan out into multiplicities. Early embedding models, inspired by translation-style vector arithmetic, treat relations as simple geometric transformations of entity vectors—an elegant idea that works beautifully for one-to-one cases but geometrically cannot accommodate a single entity vector stretching to cover multiple valid answers at once.</p>
<p>The consequence is measurable and persistent. Benchmark evaluations of knowledge graph completion methods routinely show sharp performance drops when the test set is partitioned by relation type, with the hardest categories—N-to-1 and N-to-N—lagging far behind. For applications that depend on these predictions, the implications ripple outward: a biomedical knowledge graph that fails to complete many-to-many drug–target interactions may miss repurposing opportunities; a recommendation engine built on incomplete multi-relational data may simply never surface the relevant item.</p>
<p>JERENet&#8217;s central move is to abandon the assumption that a relation can be represented adequately by a single embedding vector acting on a single entity vector. Instead, the model jointly embeds entities and relations while explicitly exploiting two complementary sources of information: the multi-relational features connecting an entity to its neighbors, and the structural signature of the neighborhood surrounding it. In effect, JERENet asks not just &#8220;what kind of entity is this?&#8221; but &#8220;what kinds of relationships does this entity participate in, and what does its local graph environment look like?&#8221; That combination allows the model to construct a richer representation for the hard cases—entities entangled in many relations of varying cardinality—where a lone entity vector is simply too blunt an instrument.</p>
<p>The architecture draws on a lineage of graph neural network techniques that have transformed relational learning in recent years. Graph convolutional networks demonstrated that neighborhood information could be aggregated into node representations through layers of message passing; graph attention networks refined this by letting models learn which neighbors matter most. JERENet builds on this tradition but couples it more tightly to the relational structure of knowledge graphs, ensuring that the embedding of an entity reflects not only its identity but the pattern of its connections. The relation representations, in turn, are learned jointly with the entity representations rather than as an afterthought, so that the geometry of the embedding space adapts to the multiplicity structure of the relations themselves.</p>
<p>The second pillar of the method is a familiar trick borrowed from a different corner of machine learning: adversarial training. Originally popularized through generative adversarial networks, the idea of pitting a model against deliberately crafted hard examples has proven remarkably versatile. In JERENet, the researchers construct adversarial samples—perturbed or corrupted versions of training triples that are designed to be as confusable as possible with genuine facts. By forcing the model to distinguish true statements from these near-misses during training, the approach sharpens the decision boundary in embedding space. The model learns not merely to score true triples highly, but to actively push apart facts and their deceptive look-alikes, which the authors report leads to more robust and discriminative representations, particularly for the complex-relation categories where naive corruption strategies fail to generate meaningful training signal.</p>
<p>The empirical evaluation was conducted on two of the most widely used public benchmarks in the field: WN18RR, a subset of WordNet containing lexical and semantic relationships between English words and concepts, and FB15k-237, a large extraction from Freebase covering encyclopedic facts about the world. These datasets were specifically designed, in earlier work, to expose leakage artifacts in their predecessors, and they remain the standard proving grounds for link prediction. The metric of choice is typically the ranking task: given a triple with one entity masked, the model must rank the correct answer against all other candidate entities, with performance summarized by measures such as mean reciprocal rank and the proportion of correct answers appearing in the top one, three, or ten predictions.</p>
<p>Across these benchmarks, the authors report that JERENet achieves performance that is superior to, or at least comparable with, state-of-the-art baseline methods. The gains are most pronounced, as the design predicts, in the relation categories involving complex cardinalities—the 1-to-N, N-to-1, and N-to-N slices of the test data where previous embedding approaches faltered. The adversarial training component contributes an additional layer of robustness, helping the model resist the spurious shortcuts that can otherwise let embedding systems score well on benchmarks while learning shallow patterns. Taken together, the results suggest that the combination of joint embedding with neighborhood- and relation-aware representation learning, hardened by adversarial pressure, is a productive recipe for multi-relational completion.</p>
<p>The significance of the work extends beyond leaderboard positions. Knowledge graph completion is increasingly viewed as a foundational capability for knowledge-enhanced artificial intelligence more broadly. Surveys of knowledge-enhanced text generation, for instance, show how downstream systems that compose fluent language depend critically on the completeness and accuracy of the structured knowledge they consult. As large language models are integrated with retrieval over structured knowledge sources, the quality of link prediction in those sources translates directly into the factual reliability of the systems built atop them. Methods like JERENet, which squeeze better predictions out of the complex relational fabric of real knowledge, are therefore part of the infrastructure that will determine how trustworthy these hybrid AI systems become.</p>
<p>There are, of course, caveats and open questions. The authors note that no new datasets were generated or analyzed in the study, meaning the evaluation rests entirely on established benchmarks whose quirks—distribution biases, entity popularity effects, and the subtle artifacts of how triples were originally sampled—are well documented in the literature. Scaling adversarial training to the largest industrial knowledge graphs, which contain hundreds of millions of entities, remains an engineering challenge, as does adapting the approach to dynamic graphs where facts change over time. The work was supported by the Beijing Science Foundation, the Ministry of Education of China, and the Beijing Academy of Agriculture and Forestry Sciences, reflecting the growing institutional investment in structured knowledge technology across both academic and applied domains.</p>
<p>Nevertheless, the study lands at a moment of genuine momentum for the field. The past several years have seen a rapid diversification of knowledge graph embedding techniques—from translation-based models through bilinear and complex-valued formulations, to convolutional approaches that treat entity–relation pairs as images, to composition-based graph convolutional networks that propagate information across multi-hop relational paths. Each generation has chipped away at specific failure modes. JERENet&#8217;s contribution is to identify the cardinality problem as a persistent weak point and to attack it with an architecture that makes multiplicity a first-class citizen of the learned representation rather than a pathological edge case to be averaged away.</p>
<p>For practitioners, the message is pragmatic: when your knowledge graph is dense with many-to-many relationships—precisely the situation in domains like healthcare, law, and scientific literature where entities rarely connect in tidy pairs—models that jointly embed entities and relations while mining neighborhood structure deserve a close look. For researchers, the study adds another data point to an emerging consensus that representation learning on graphs benefits most when multiple signals—local topology, relational semantics, and adversarially robust training objectives—are fused rather than traded off. As knowledge graphs continue to swell in size and importance, techniques like JERENet point toward completion methods that are not just incrementally better, but structurally attuned to the messy, many-to-many reality of human knowledge itself.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Multi-relational knowledge graph completion using joint entity and relation embeddings with adversarial training (JERENet)</p>
<p><strong>Article Title:</strong> Multi-relational knowledge graph completion with joint embedding of entities and relations</p>
<p><strong>Article References:</strong> Mao, D., Li, R., Ma, H., Zhao, Z., &amp; Wu, J. (2026). Multi-relational knowledge graph completion with joint embedding of entities and relations. <em>Knowledge and Information Systems, 68</em>(1), Article 234. <a href="https://doi.org/10.1007/s10115-026-02789-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10115-026-02789-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10115-026-02789-z" target="_blank" rel="noopener noreferrer">10.1007/s10115-026-02789-z</a></p>
<p><strong>Keywords:</strong> knowledge graph completion, multi-relational knowledge graph, entity and relation embedding, adversarial learning, link prediction, graph neural networks, complex relations, WN18RR, FB15k-237</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192839</post-id>	</item>
	</channel>
</rss>
