期刊文献+
共找到120篇文章
< 1 2 6 >
每页显示 20 50 100
MKGViLT:visual-and-language transformer based on medical knowledge graph embedding
1
作者 CUI Wencheng SHI Wentao SHAO Hong 《High Technology Letters》 2025年第1期73-85,共13页
Medical visual question answering(MedVQA)aims to enhance diagnostic confidence and deepen patientsunderstanding of their health conditions.While the Transformer architecture is widely used in multimodal fields,its app... Medical visual question answering(MedVQA)aims to enhance diagnostic confidence and deepen patientsunderstanding of their health conditions.While the Transformer architecture is widely used in multimodal fields,its application in MedVQA requires further enhancement.A critical limitation of contemporary MedVQA systems lies in the inability to integrate lifelong knowledge with specific patient data to generate human-like responses.Existing Transformer-based MedVQA models require enhancing their capabitities for interpreting answers through the applications of medical image knowledge.The introduction of the medical knowledge graph visual language transformer(MKGViLT),designed for joint medical knowledge graphs(KGs),addresses this challenge.MKGViLT incorporates an enhanced Transformer structure to effectively extract features and combine modalities for MedVQA tasks.The MKGViLT model delivers answers based on richer background knowledge,thereby enhancing performance.The efficacy of MKGViLT is evaluated using the SLAKE and P-VQA datasets.Experimental results show that MKGViLT surpasses the most advanced methods on the SLAKE dataset. 展开更多
关键词 knowledge graph(kg) medical vision question answer(MedVQA) vision-andlanguage transformer
在线阅读 下载PDF
融合K-BERT与KG-BART的测井文本生成方法研究
2
作者 曹茂俊 田明家 肖阳 《智能科学与技术学报》 2025年第4期444-453,共10页
测井文本生成是油气勘探开发中的关键环节,其质量直接影响地层构造解释的效率与准确性。现有方法主要包括基于模板的规则策略、统计摘要技术以及基于循环神经网络(recurrent neural network,RNN)/Transformer的小规模数据驱动模型,但这... 测井文本生成是油气勘探开发中的关键环节,其质量直接影响地层构造解释的效率与准确性。现有方法主要包括基于模板的规则策略、统计摘要技术以及基于循环神经网络(recurrent neural network,RNN)/Transformer的小规模数据驱动模型,但这些方法普遍存在领域知识利用率不足、长文本语境与逻辑一致性差以及缺少多任务协同机制等问题。针对中文测井文本的高专业性与复杂性,提出一种融合知识增强型基于Transformer的双向编码器表示(knowledge-enhanced bidirectional encoder representations from transformer,K-BERT)语义理解与知识图谱增强型双向自回归Transformer(knowledge graph-enhanced bidirectional and auto-regressive transformer,KG-BART)生成能力的多任务模型K2-KGLogGen。该模型通过引入测井领域知识图谱以增强语义感知,利用分类模块提供类别语境引导,并借助自注意力机制实现分类与生成的协同优化。实验结果表明,在分类任务中,K2-KGLogGen模型的F1-score相较于现有主流模型均有显著提升。其中,相较于K-BERT(单任务)提升约2.2%,相较于BERT模型、文本卷积神经网络(text convolutional neural network,TextCNN)、支持向量机+词频-逆文档频率(support vector machine+term frequency-inverse document frequency,SVM+TF-IDF)分别提升3.2%、4.7%及9.3%;在生成任务中,ROUGE-1、ROUGE-2和ROUGE-L分别达0.63、0.41和0.54,显著优于Transformer、文本到文本迁移Transformer(text-to-text transfer transformer, T5)、统一语言模型(unified language model,UniLM)、指针生成网络(pointer generator network,PGN)和BART等方法。消融实验进一步验证了自注意力机制与知识注入模块对性能提升的关键作用,表明K2-KGLogGen模型在专业测井文本生成中具有显著优势,并在其他高专业性技术文本生成任务中具有推广价值。 展开更多
关键词 测井文本生成 多任务学习 知识图谱 K-BERT kg-BART 注意力融合机制
原文传递
Knowledge graph construction and complementation for research projects 被引量:1
3
作者 LI Tongxin LIN Mu +2 位作者 WANG Weiping LI Xiaobo WANG Tao 《Journal of Systems Engineering and Electronics》 2025年第3期725-735,共11页
Tracking and analyzing data from research projects is critical for understanding research trends and supporting the development of science and technology strategies.However,the data from these projects is often comple... Tracking and analyzing data from research projects is critical for understanding research trends and supporting the development of science and technology strategies.However,the data from these projects is often complex and inadequate,making it challenging for researchers to conduct in-depth data mining to improve policies or management.To address this problem,this paper adopts a top-down approach to construct a knowledge graph(KG)for research projects.Firstly,we construct an integrated ontology by referring to the metamodel of various architectures,which is called the meta-model integration conceptual reference model.Subsequently,we use the dependency parsing method to extract knowledge from unstructured textual data and use the entity alignment method based on weakly supervised learning to classify the extracted entities,completing the construction of the KG for the research projects.In addition,a knowledge inference model based on representation learning is employed to achieve knowledge completion and improve the KG.Finally,experiments are conducted on the KG for research projects and the results demonstrate the effectiveness of the proposed method in enriching incomplete data within the KG. 展开更多
关键词 research projects knowledge graph(kg) kg completion
在线阅读 下载PDF
智能汽车信息物理系统知识图谱模块化设计
4
作者 李沛谕 董宏辉 +4 位作者 员鹤书 张琪 尚冲 尹宏丰 林予松 《汽车工程》 北大核心 2026年第2期264-273,共10页
针对智能汽车信息物理系统(IVCPS)知识图谱目前缺乏一套完整的跨领域模块化设计的理论体系与实现方法的问题,本文通过知识表示、自上而下的复杂体系解构以及以需求驱动为中心的自下而上的动态模块集成等关键技术的研究,实现了面向IVCPS... 针对智能汽车信息物理系统(IVCPS)知识图谱目前缺乏一套完整的跨领域模块化设计的理论体系与实现方法的问题,本文通过知识表示、自上而下的复杂体系解构以及以需求驱动为中心的自下而上的动态模块集成等关键技术的研究,实现了面向IVCPS知识图谱的跨领域模块设计体系的构建与应用。通过标准化接口和分层、分类相结合的模块化设计实现了模块之间的松耦合整合,支持硬件模块可插拔、软件模块可迭代、系统模块可持续演进,形成可扩展的一体化的系统框架,有效支撑功能定制和动态组合的IVCPS开发新模式。 展开更多
关键词 智能汽车信息物理系统 知识图谱 模块化设计 模块组合
在线阅读 下载PDF
基于大模型文档知识抽取的领域知识图谱增量构建
5
作者 陈俊臻 王淑营 罗浩然 《计算机工程与应用》 北大核心 2026年第5期191-203,共13页
针对工业领域知识图谱构建中面临的标注样本稀缺、文档多源异构、语义结构复杂等挑战,提出一种基于大型预训练语言模型的领域知识图谱增量构建方法LLM-KG。该方法利用GPT-4模型自动生成高质量的标注样本,降低人工标注成本的同时提升训... 针对工业领域知识图谱构建中面临的标注样本稀缺、文档多源异构、语义结构复杂等挑战,提出一种基于大型预训练语言模型的领域知识图谱增量构建方法LLM-KG。该方法利用GPT-4模型自动生成高质量的标注样本,降低人工标注成本的同时提升训练数据的覆盖性与准确性;借助LoRA(low-rank adaptation)技术对轻量级语言模型进行领域微调,实现对领域文档中实体与关系的高精度抽取。为提升新增实体和关系的对齐质量,LLM-KG引入语义块划分机制,并结合向量数据库进行Top-k实体召回,最终由大语言模型对召回结果进行语义一致性判断与筛选,从而实现更加准确的实体融合与关系补全。在公开数据集DDI及风电装备数据集上进行了实验验证,结果表明,LLM-KG在准确率、召回率和F1值上均优于对比方法,展现出良好的领域适应性与增量构建能力。 展开更多
关键词 知识图谱(kg) 大模型微调 文档信息抽取 增量构建
在线阅读 下载PDF
IHRAG:面向LLM的迭代式混合检索增强生成
6
作者 谢雨霏 李琳 +3 位作者 李涛 何柳 高贝琳 何志婷 《计算机系统应用》 2026年第3期13-22,共10页
在医疗领域,检索增强生成(RAG)被提出以减少大语言模型幻觉,并提供更多的可解释性和可控性,然而现有技术面临对低频实体的召回能力较弱、难以处理模糊冗长或多义性强的查询的问题,本文提出一种面向大语言模型的迭代式混合检索增强生成(i... 在医疗领域,检索增强生成(RAG)被提出以减少大语言模型幻觉,并提供更多的可解释性和可控性,然而现有技术面临对低频实体的召回能力较弱、难以处理模糊冗长或多义性强的查询的问题,本文提出一种面向大语言模型的迭代式混合检索增强生成(iterative hybrid retrieval-augmented generation,IHRAG)方法以提升对复杂问题的意图解析能力,增强模型在知识挖掘方面的表现,使大语言模型生成更加准确的回答.该框架通过动态路由机制协同调度向量检索的语义泛化能力与知识图谱的结构化推理能力,结合医疗本体驱动的查询解构算法,将复杂临床问题分解为可检索的原子子问题,并引入知识缺口感知的神经符号扩展模型与“检索-验证-迭代”闭环优化机制,构建了从表层信息提取到深层知识挖掘的递进式发现流程.实验结果表明,IHRAG在Qwen、DeepSeek等不同规模基础模型上均显著提升性能,最高可使准确性提升11.12个百分点,优秀回答率提升17个百分点. 展开更多
关键词 大语言模型 检索增强生成 知识图谱 混合检索 医疗问答
在线阅读 下载PDF
知识图谱的复杂逻辑查询方法研究综述
7
作者 陈昱胤 李贯峰 +1 位作者 秦晶 肖毓航 《计算机科学》 北大核心 2026年第2期273-288,共16页
复杂逻辑查询作为一种深度挖掘知识图谱底层逻辑关系的技术,旨在通过从现有事实中进行推理,来精准回答复杂查询。该技术在语义搜索、推荐系统等场景中表现优异,促进了知识图谱在人工智能领域的深入发展。然而,目前针对复杂逻辑查询方法... 复杂逻辑查询作为一种深度挖掘知识图谱底层逻辑关系的技术,旨在通过从现有事实中进行推理,来精准回答复杂查询。该技术在语义搜索、推荐系统等场景中表现优异,促进了知识图谱在人工智能领域的深入发展。然而,目前针对复杂逻辑查询方法的研究仍旧不足,整合大语言模型的系统性综述尤为匮乏。鉴于以上现状,深入探讨了涵盖几何对象、概率分布、模糊逻辑及大语言模型四大类别的复杂逻辑查询技术,全面回顾了现有模型的技术特点,并系统总结了这些方法所采用的典型数据集及评价指标。在此基础上,进一步剖析了各方法的优势与局限,旨在为复杂逻辑查询技术的发展提供全面而深入的理论参考。最后,指出了当前复杂逻辑查询技术面临的挑战,并探讨了潜在的研究方向,为未来技术的革新与发展提供有益启示。 展开更多
关键词 复杂逻辑查询 知识图谱 推理 大语言模型
在线阅读 下载PDF
QA-KGNet:一种语言模型驱动的知识图谱问答模型 被引量:17
8
作者 乔少杰 杨国平 +5 位作者 于泳 韩楠 覃晓 屈露露 冉黎琼 李贺 《软件学报》 EI CSCD 北大核心 2023年第10期4584-4600,共17页
基于知识图谱的问答系统可以解析用户问题,已成为一种检索知识、自动回答所询问题的有效途径.知识图谱问答系统通常是利用神经程序归纳模型,将自然语言问题转化为逻辑形式,在知识图谱上执行该逻辑形式能够得到答案.然而,使用预训练语言... 基于知识图谱的问答系统可以解析用户问题,已成为一种检索知识、自动回答所询问题的有效途径.知识图谱问答系统通常是利用神经程序归纳模型,将自然语言问题转化为逻辑形式,在知识图谱上执行该逻辑形式能够得到答案.然而,使用预训练语言模型和知识图谱的知识问答系统包含两个挑战:(1)给定问答(questionanswering, QA)上下文,需要从大型知识图谱(knowledge graph, KG)中识别相关知识;(2)对QA上下文和KG进行联合推理.基于此,提出一种语言模型驱动的知识图谱问答推理模型QA-KGNet,将QA上下文和KG连接起来形成一个工作图,使用语言模型计算给定QA上下文节点与KG节点的关联度,并使用多头图注意力网络更新节点表示.在Commonsense QA、OpenBookQA和Med QA-USMLE真实数据集上进行实验来评估QA-KGNet的性能,实验结果表明:QA-KGNet优于现有的基准模型,表现出优越的结构化推理能力. 展开更多
关键词 知识图谱 预训练语言模型 QA上下文 多头图注意力网络 联合推理
在线阅读 下载PDF
A Survey of Knowledge Graph Construction Using Machine Learning 被引量:2
9
作者 Zhigang Zhao Xiong Luo +1 位作者 Maojian Chen Ling Ma 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第4期225-257,共33页
Knowledge graph(KG)serves as a specialized semantic network that encapsulates intricate relationships among real-world entities within a structured framework.This framework facilitates a transformation in information ... Knowledge graph(KG)serves as a specialized semantic network that encapsulates intricate relationships among real-world entities within a structured framework.This framework facilitates a transformation in information retrieval,transitioning it from mere string matching to far more sophisticated entity matching.In this transformative process,the advancement of artificial intelligence and intelligent information services is invigorated.Meanwhile,the role ofmachine learningmethod in the construction of KG is important,and these techniques have already achieved initial success.This article embarks on a comprehensive journey through the last strides in the field of KG via machine learning.With a profound amalgamation of cutting-edge research in machine learning,this article undertakes a systematical exploration of KG construction methods in three distinct phases:entity learning,ontology learning,and knowledge reasoning.Especially,a meticulous dissection of machine learningdriven algorithms is conducted,spotlighting their contributions to critical facets such as entity extraction,relation extraction,entity linking,and link prediction.Moreover,this article also provides an analysis of the unresolved challenges and emerging trajectories that beckon within the expansive application of machine learning-fueled,large-scale KG construction. 展开更多
关键词 Knowledge graph(kg) semantic network relation extraction entity linking knowledge reasoning
在线阅读 下载PDF
Semantic-aware graph convolution network on multi-hop paths for link prediction 被引量:1
10
作者 彭斐 CHEN Shudong +2 位作者 QI Donglin YU Yong TONG Da 《High Technology Letters》 EI CAS 2023年第3期269-278,共10页
Knowledge graph(KG) link prediction aims to address the problem of missing multiple valid triples in KGs. Existing approaches either struggle to efficiently model the message passing process of multi-hop paths or lack... Knowledge graph(KG) link prediction aims to address the problem of missing multiple valid triples in KGs. Existing approaches either struggle to efficiently model the message passing process of multi-hop paths or lack transparency of model prediction principles. In this paper,a new graph convolutional network path semantic-aware graph convolution network(PSGCN) is proposed to achieve modeling the semantic information of multi-hop paths. PSGCN first uses a random walk strategy to obtain all-hop paths in KGs,then captures the semantics of the paths by Word2Sec and long shortterm memory(LSTM) models,and finally converts them into a potential representation for the graph convolution network(GCN) messaging process. PSGCN combines path-based inference methods and graph neural networks to achieve better interpretability and scalability. In addition,to ensure the robustness of the model,the value of the path thresholdKis experimented on the FB15K-237 and WN18RR datasets,and the final results prove the effectiveness of the model. 展开更多
关键词 knowledge graph(kg) link prediction graph convolution network(GCN) knowledge graph completion(kgC) multi-hop paths semantic information
在线阅读 下载PDF
LKPNR: Large Language Models and Knowledge Graph for Personalized News Recommendation Framework 被引量:1
11
作者 Hao Chen Runfeng Xie +4 位作者 Xiangyang Cui Zhou Yan Xin Wang Zhanwei Xuan Kai Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第6期4283-4296,共14页
Accurately recommending candidate news to users is a basic challenge of personalized news recommendation systems.Traditional methods are usually difficult to learn and acquire complex semantic information in news text... Accurately recommending candidate news to users is a basic challenge of personalized news recommendation systems.Traditional methods are usually difficult to learn and acquire complex semantic information in news texts,resulting in unsatisfactory recommendation results.Besides,these traditional methods are more friendly to active users with rich historical behaviors.However,they can not effectively solve the long tail problem of inactive users.To address these issues,this research presents a novel general framework that combines Large Language Models(LLM)and Knowledge Graphs(KG)into traditional methods.To learn the contextual information of news text,we use LLMs’powerful text understanding ability to generate news representations with rich semantic information,and then,the generated news representations are used to enhance the news encoding in traditional methods.In addition,multi-hops relationship of news entities is mined and the structural information of news is encoded using KG,thus alleviating the challenge of long-tail distribution.Experimental results demonstrate that compared with various traditional models,on evaluation indicators such as AUC,MRR,nDCG@5 and nDCG@10,the framework significantly improves the recommendation performance.The successful integration of LLM and KG in our framework has established a feasible way for achieving more accurate personalized news recommendation.Our code is available at https://github.com/Xuan-ZW/LKPNR. 展开更多
关键词 Large language models news recommendation knowledge graphs(kg)
在线阅读 下载PDF
NGDcrm:a numeric graph dependency-based conflict resolution method for knowledge graph 被引量:1
12
作者 Ma Jiangtao Wang Yanjun +1 位作者 Chen Xueting Qiao Yaqiong 《High Technology Letters》 EI CAS 2021年第2期153-162,共10页
Knowledge graph(KG)conflict resolution is to solve knowledge conflicts problem in the construction of KG.Aiming at the problem of KG conflict resolution,a KG conflict resolution algorithm NGDcrm is proposed,which is a... Knowledge graph(KG)conflict resolution is to solve knowledge conflicts problem in the construction of KG.Aiming at the problem of KG conflict resolution,a KG conflict resolution algorithm NGDcrm is proposed,which is a numeric graph dependency-based conflict resolution method.NGDcrm utilizes the dependency graph to perform arithmetic calculation and predicate comparison of numerical entity knowledge in the KG.NGDcrm first uses a parallel segmentation method to segment the KG;then,it extracts the features of the KG according to KG embedding;finally,it uses numerical graph dependencies to detect and correct the wrong facts in the KG based on the extracted features.The experimental results on real data show that NGDcrm is better than the state-of-the-art knowledge conflict resolution method.Among them,the AUC value of NGDcrm on the DBpedia dataset is 15.4%higher than the state-of-the-art method. 展开更多
关键词 dependency graph knowledge conflict resolution knowledge graph(kg) numeric graph dependency(NGD)
在线阅读 下载PDF
改进KG-BERT算法的涉毒案件法条预测方法 被引量:2
13
作者 杨通超 唐向红 《软件导刊》 2022年第5期79-83,共5页
涉毒案件法条预测任务存在案情复杂度高、案件与案件之间相似度大等难点,传统方法大多集中于对案情的语义学习,而忽略了法条知识的作用,导致法条预测性能不佳。因此,基于KG-BERT算法提出改进后的KG-Law⁃former算法。改进后的算法可同时... 涉毒案件法条预测任务存在案情复杂度高、案件与案件之间相似度大等难点,传统方法大多集中于对案情的语义学习,而忽略了法条知识的作用,导致法条预测性能不佳。因此,基于KG-BERT算法提出改进后的KG-Law⁃former算法。改进后的算法可同时学习案情知识和法条知识,并通过法条知识更好地指导预测。实验结果证明,该方法在宏F1值上较传统方法提升了10%~30%,达到79%,并在准确率Acc、宏精确率MP和宏召回率MR等指标上均有一定提升,证明了在法条预测中融入法条知识可以提高预测性能。 展开更多
关键词 涉毒案件 法条预测 知识图谱补全 kg-BERT 多标签分类
在线阅读 下载PDF
Application of graph neural network and feature information enhancement in relation inference of sparse knowledge graph
14
作者 Hai-Tao Jia Bo-Yang Zhang +4 位作者 Chao Huang Wen-Han Li Wen-Bo Xu Yu-Feng Bi Li Ren 《Journal of Electronic Science and Technology》 EI CAS CSCD 2023年第2期44-54,共11页
At present,knowledge embedding methods are widely used in the field of knowledge graph(KG)reasoning,and have been successfully applied to those with large entities and relationships.However,in research and production ... At present,knowledge embedding methods are widely used in the field of knowledge graph(KG)reasoning,and have been successfully applied to those with large entities and relationships.However,in research and production environments,there are a large number of KGs with a small number of entities and relations,which are called sparse KGs.Limited by the performance of knowledge extraction methods or some other reasons(some common-sense information does not appear in the natural corpus),the relation between entities is often incomplete.To solve this problem,a method of the graph neural network and information enhancement is proposed.The improved method increases the mean reciprocal rank(MRR)and Hit@3 by 1.6%and 1.7%,respectively,when the sparsity of the FB15K-237 dataset is 10%.When the sparsity is 50%,the evaluation indexes MRR and Hit@10 are increased by 0.8%and 1.8%,respectively. 展开更多
关键词 Feature information enhancement graph neural network Natural language processing Sparse knowledge graph(kg)inference
在线阅读 下载PDF
RotatS:temporal knowledge graph completion based on rotation and scaling in 3D space
15
作者 余泳 CHEN Shudong +3 位作者 TONG Da QI Donglin PENG Fei ZHAO Hua 《High Technology Letters》 EI CAS 2023年第4期348-357,共10页
As the research of knowledge graph(KG)is deepened and widely used,knowledge graph com-pletion(KGC)has attracted more and more attentions from researchers,especially in scenarios of in-telligent search,social networks ... As the research of knowledge graph(KG)is deepened and widely used,knowledge graph com-pletion(KGC)has attracted more and more attentions from researchers,especially in scenarios of in-telligent search,social networks and deep question and answer(Q&A).Current research mainly fo-cuses on the completion of static knowledge graphs,and the temporal information in temporal knowl-edge graphs(TKGs)is ignored.However,the temporal information is definitely very helpful for the completion.Note that existing researches on temporal knowledge graph completion are difficult to process temporal information and to integrate entities,relations and time well.In this work,a rotation and scaling(RotatS)model is proposed,which learns rotation and scaling transformations from head entity embedding to tail entity embedding in 3D spaces to capture the information of time and rela-tions in the temporal knowledge graph.The performance of the proposed RotatS model have been evaluated by comparison with several baselines under similar experimental conditions and space com-plexity on four typical knowl good graph completion datasets publicly available online.The study shows that RotatS can achieve good results in terms of prediction accuracy. 展开更多
关键词 knowledge graph(kg) temporal knowledge graph(Tkg) knowledge graph com-pletion(kgC) rotation and scaling(RotatS)
在线阅读 下载PDF
知识图谱与大语言模型协同共生模式及其教育应用综述 被引量:14
16
作者 李晓理 刘春芳 耿劭坤 《计算机工程与应用》 北大核心 2025年第15期1-13,共13页
近年,人工智能技术,特别是大语言模型、知识图谱技术的迅速发展,为教育的数字化、智能化转型提供了重要的技术条件。分别分析了大语言模型与知识图谱两技术在智能教育领域的应用优势、现状以及存在的问题。在此基础上,深入探讨了知识图... 近年,人工智能技术,特别是大语言模型、知识图谱技术的迅速发展,为教育的数字化、智能化转型提供了重要的技术条件。分别分析了大语言模型与知识图谱两技术在智能教育领域的应用优势、现状以及存在的问题。在此基础上,深入探讨了知识图谱与大语言模型的协同共生模式,包括两者相互增强的方式方法,并对协同技术研究现状进行了归纳分析,总结了近年来在教育领域的相关应用。最后,对知识图谱与大语言模型技术联合应用于教育领域的发展趋势进行了总结与展望。 展开更多
关键词 知识图谱(kg) 大语言模型(LLM) 智能教育
在线阅读 下载PDF
视觉语言模型引导的青瓷跨模态知识图谱构建 被引量:1
17
作者 肖刚 方静雯 +3 位作者 张豪 刘莹 周晓峰 徐俊 《中国图象图形学报》 北大核心 2025年第5期1318-1333,共16页
目的青瓷是中华民族文化瑰宝中的璀璨明珠,也是中外交流的文化使者。在文化数智化背景下,构建青瓷跨模态知识图谱是推动青瓷文化保护传承的关键技术之一。在此过程中,实现不同模态间相同实体的匹配至关重要,涉及到对齐等价实体的不同模... 目的青瓷是中华民族文化瑰宝中的璀璨明珠,也是中外交流的文化使者。在文化数智化背景下,构建青瓷跨模态知识图谱是推动青瓷文化保护传承的关键技术之一。在此过程中,实现不同模态间相同实体的匹配至关重要,涉及到对齐等价实体的不同模态特征。为最大程度地提升青瓷图像与文本间的匹配度,提出了一种基于视觉语言预训练(vision-language pretraining,VLP)模型的图像多特征映射的跨模态实体对齐方法。方法首先从青瓷图像中提取轮廓、纹理和色彩方面的局部特征。接着引入带门控的多元融合器来动态地融合多个图像特征。进一步通过多层全连接网络,学习将融合特征映射到一个合适的中间表示空间,以引导文本编码器生成与图像特征更加匹配的文本特征。最后借助InfoNCE(information noise contrastive estimation)损失函数对模型进行训练和优化。结果在自建的ChinaWare数据集上,将本文方法与基准方法CN-CLIP(contrastive vision-language pretraining in Chinese)、CoOp(context optimization)、CoCoOp(conditional context optimization)和Pic2Word(mapping pictures to words)进行实验对比。在跨模态对齐任务中,本文方法在MR(mean recall)指标上相较于上述方法,在最佳情况下分别提升了3.2%和5.6%。结论本文提出的跨模态实体对齐方法可以在不改变VLP模型参数的前提下,充分挖掘图像特征有效的中间表示来完成文本特征的重构,提高了青瓷细节特征的跨模态识别准确度。最终利用所提方法成功构建了一个包含8949个节点和18211条关系的青瓷跨模态知识图谱。 展开更多
关键词 视觉语言模型 跨模态 实体对齐 知识图谱(kg) 青瓷
原文传递
融合多视图对比学习和知识图谱的推荐算法 被引量:3
18
作者 王光 姜皓 《计算机系统应用》 2025年第6期118-127,共10页
当前多数图对比学习驱动的推荐系统模型倾向于依赖单一视图进行训练,这种做法不可避免地限制了模型对复杂数据特征的全面捕捉能力.为此,提出一种融合多视图对比学习和知识图谱的推荐算法MKCLR(multi-view knowledge contrastive learnin... 当前多数图对比学习驱动的推荐系统模型倾向于依赖单一视图进行训练,这种做法不可避免地限制了模型对复杂数据特征的全面捕捉能力.为此,提出一种融合多视图对比学习和知识图谱的推荐算法MKCLR(multi-view knowledge contrastive learning recommendation).首先,使用了3种视图增强方法,分别是随机边丢弃,添加均匀噪声扰动和随机游走算法,为知识图谱和用户-物品图构建3个对比视图;其次,通过LightGCN进行编码,并为之构建多组对比学习任务,来最大化地提取和利用多视图数据中的丰富信息;最后,将主推荐任务与对比学习结合起来进行联合训练,在MIND、Last-FM和Alibaba-iFashion这3个基准数据集上进行实验,结果表明,MKCLR在Recall和NDCG这两个评价指标上分别平均提升5.78%和8.68%,证明了所提方法的有效性. 展开更多
关键词 图神经网络 多视图增强 对比学习 知识图谱 推荐算法
在线阅读 下载PDF
基于知识图谱的药物推荐方法研究综述
19
作者 彭琳 汪宇 +2 位作者 叶青 程春雷 贺佳 《计算机应用研究》 北大核心 2025年第11期3225-3235,共11页
药物推荐通过分析个体健康状况、病史、遗传信息以及生活方式等因素,为患者提供个性化的药物治疗方案,但该技术在实际应用中仍面临数据稀疏性、冷启动和可解释性等问题。知识图谱因其丰富的结构化语义知识,作为推荐系统的辅助信息,可有... 药物推荐通过分析个体健康状况、病史、遗传信息以及生活方式等因素,为患者提供个性化的药物治疗方案,但该技术在实际应用中仍面临数据稀疏性、冷启动和可解释性等问题。知识图谱因其丰富的结构化语义知识,作为推荐系统的辅助信息,可有效解决这些问题并提升系统性能。为此,综述了基于知识图谱的药物推荐方法的发展现状及其在各种问题中的应用。首先系统梳理了相关背景知识,指出了药物推荐中存在的共性问题和领域问题;从问题和技术两个角度详细讨论了基于知识图谱的药物推荐方法的优势和局限性,包括传统的知识图谱推荐方法、融合多模态知识图谱的推荐方法和融合大语言模型的知识图谱推荐方法。最后对该领域的未来发展前景提出了展望。 展开更多
关键词 知识图谱 推荐系统 药物推荐 多模态知识图谱 大语言模型
在线阅读 下载PDF
基于知识图谱和对话结构的问诊推荐方法
20
作者 徐春 吉双焱 +3 位作者 马欢 孙恩威 王萌萌 苏明钰 《计算机应用》 北大核心 2025年第4期1157-1168,共12页
针对现有的问诊推荐方法未能充分利用医患间丰富的对话信息和无法捕捉患者实时的健康需求和偏好的问题,提出一种基于知识图谱和对话结构的问诊推荐方法(KGDS)。首先,构建包含评论情感分析和医学专业知识的医疗知识图谱(KG),增强医生和... 针对现有的问诊推荐方法未能充分利用医患间丰富的对话信息和无法捕捉患者实时的健康需求和偏好的问题,提出一种基于知识图谱和对话结构的问诊推荐方法(KGDS)。首先,构建包含评论情感分析和医学专业知识的医疗知识图谱(KG),增强医生和患者的细粒度特征表示;其次,在患者表示学习部分,设计一种患者查询编码器,从词级和句级这2个层面提取查询文本的关键特征,并通过注意力机制加强医患向量间的高阶特征交互;再次,建模诊断对话,充分利用医患间丰富的对话信息增强医患特征表示;最后,设计基于对比学习的对话模拟器,捕捉患者的动态需求和实时偏好,利用模拟的对话表示辅助推荐得分的预测。在真实数据集上的实验结果表明,KGDS相较于最优基线方法在曲线下面积(AUC)、平均值倒数秩(MRR@15)、推荐多样性(Diversity@15)、调和平均值(F1@15)、命中率(HR@15)和归一化折损累计增益(NDCG@15)上分别提高了1.82、1.78、3.85、3.06、10.02和4.51个百分点,验证了KGDS的有效性,且可见情感分析和KG的纳入增强了推荐结果的可解释性。 展开更多
关键词 知识图谱 对话结构 问诊推荐 评论情感分析 注意力机制 可解释性
在线阅读 下载PDF
上一页 1 2 6 下一页 到第
使用帮助 返回顶部