首页 > 最新文献

World Wide Web最新文献

英文 中文
Community aware graph embedding learning for item recommendation 针对项目推荐的社区感知图嵌入式学习
Pub Date : 2023-12-07 DOI: 10.1007/s11280-023-01224-5
Pengyi Hao, Zhaojie Qian, Shuang Wang, Cong Bai

Due to the heterogeneity of a large amount of real-world data, meta-paths are widely used in recommendation. Such recommendation methods can represent composite relationships between entities, but cannot explore reliable relations between nodes and influence among meta-paths. For solving this problem, a Community Aware Graph Embedding Learning method for Item Recommendation(CAEIRec) is proposed. By adaptively constructing communities for nodes in the graph of entities, the correlations of nodes are embedded in graph learning from the aspect of community structure. Semantic information of users and items are jointly learnt in the embedding. Finally, the embeddings of users and items are fed to extend matrix factorization for getting the top recommendations. A series of comprehensive experiments are conducted on two different public datasets. The empirical results show that CAEIRec is an encouraging recommendation method by the comarison with the state-of-the-art methods. Source code of CAEIRec is available at https://github.com/a545187002/CAEIRec-tensorflow.

由于大量真实世界数据的异质性,元路径被广泛应用于推荐中。这类推荐方法可以表示实体之间的复合关系,但无法探索节点之间的可靠关系和元路径之间的影响。为了解决这个问题,我们提出了一种用于项目推荐的社区感知图嵌入学习方法(CAEIRec)。通过自适应地为实体图中的节点构建社群,从社群结构的角度将节点的相关性嵌入到图学习中。在嵌入过程中,用户和项目的语义信息被共同学习。最后,将用户和项目的嵌入信息输入到扩展矩阵因式分解中,以获得顶级推荐。我们在两个不同的公共数据集上进行了一系列综合实验。实证结果表明,与最先进的方法相比,CAEIRec 是一种令人鼓舞的推荐方法。CAEIRec 的源代码见 https://github.com/a545187002/CAEIRec-tensorflow。
{"title":"Community aware graph embedding learning for item recommendation","authors":"Pengyi Hao, Zhaojie Qian, Shuang Wang, Cong Bai","doi":"10.1007/s11280-023-01224-5","DOIUrl":"https://doi.org/10.1007/s11280-023-01224-5","url":null,"abstract":"<p>Due to the heterogeneity of a large amount of real-world data, meta-paths are widely used in recommendation. Such recommendation methods can represent composite relationships between entities, but cannot explore reliable relations between nodes and influence among meta-paths. For solving this problem, a <b>C</b>ommunity <b>A</b>ware Graph <b>E</b>mbedding Learning method for <b>I</b>tem <b>Rec</b>ommendation(<b>CAEIRec</b>) is proposed. By adaptively constructing communities for nodes in the graph of entities, the correlations of nodes are embedded in graph learning from the aspect of community structure. Semantic information of users and items are jointly learnt in the embedding. Finally, the embeddings of users and items are fed to extend matrix factorization for getting the top recommendations. A series of comprehensive experiments are conducted on two different public datasets. The empirical results show that CAEIRec is an encouraging recommendation method by the comarison with the state-of-the-art methods. Source code of CAEIRec is available at https://github.com/a545187002/CAEIRec-tensorflow.</p>","PeriodicalId":501180,"journal":{"name":"World Wide Web","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138580742","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Entity alignment via graph neural networks: a component-level study 通过图形神经网络的实体对齐:一个组件级的研究
Pub Date : 2023-11-29 DOI: 10.1007/s11280-023-01221-8
Yanfeng Shu, Ji Zhang, Guangyan Huang, Chi-Hung Chi, Jing He

Entity alignment plays an essential role in the integration of knowledge graphs (KGs) as it seeks to identify entities that refer to the same real-world objects across different KGs. Recent research has primarily centred on embedding-based approaches. Among these approaches, there is a growing interest in graph neural networks (GNNs) due to their ability to capture complex relationships and incorporate node attributes within KGs. Despite the presence of several surveys in this area, they often lack comprehensive investigations specifically targeting GNN-based approaches. Moreover, they tend to evaluate overall performance without analysing the impact of individual components and methods. To bridge these gaps, this paper presents a framework for GNN-based entity alignment that captures the key characteristics of these approaches. We conduct a fine-grained analysis of individual components and assess their influences on alignment results. Our findings highlight specific module options that significantly affect the alignment outcomes. By carefully selecting suitable methods for combination, even basic GNN networks can achieve competitive alignment results.

实体对齐在知识图(KGs)的集成中起着至关重要的作用,因为它试图识别不同知识图中引用相同现实世界对象的实体。最近的研究主要集中在基于嵌入的方法上。在这些方法中,人们对图神经网络(gnn)的兴趣日益浓厚,因为它们能够捕捉复杂的关系,并将节点属性整合到kg中。尽管在这一领域已有几项研究,但它们往往缺乏专门针对基于gnn的方法的全面研究。此外,他们倾向于评估整体性能,而不分析单个组件和方法的影响。为了弥合这些差距,本文提出了一个基于gnn的实体对齐框架,该框架捕捉了这些方法的关键特征。我们对单个组件进行细粒度分析,并评估它们对对齐结果的影响。我们的发现突出了显著影响对齐结果的特定模块选项。通过仔细选择合适的组合方法,即使是基本的GNN网络也可以获得具有竞争力的对齐结果。
{"title":"Entity alignment via graph neural networks: a component-level study","authors":"Yanfeng Shu, Ji Zhang, Guangyan Huang, Chi-Hung Chi, Jing He","doi":"10.1007/s11280-023-01221-8","DOIUrl":"https://doi.org/10.1007/s11280-023-01221-8","url":null,"abstract":"<p>Entity alignment plays an essential role in the integration of knowledge graphs (KGs) as it seeks to identify entities that refer to the same real-world objects across different KGs. Recent research has primarily centred on embedding-based approaches. Among these approaches, there is a growing interest in graph neural networks (GNNs) due to their ability to capture complex relationships and incorporate node attributes within KGs. Despite the presence of several surveys in this area, they often lack comprehensive investigations specifically targeting GNN-based approaches. Moreover, they tend to evaluate overall performance without analysing the impact of individual components and methods. To bridge these gaps, this paper presents a framework for GNN-based entity alignment that captures the key characteristics of these approaches. We conduct a fine-grained analysis of individual components and assess their influences on alignment results. Our findings highlight specific module options that significantly affect the alignment outcomes. By carefully selecting suitable methods for combination, even basic GNN networks can achieve competitive alignment results.</p>","PeriodicalId":501180,"journal":{"name":"World Wide Web","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138536768","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cross-domain aspect-based sentiment analysis using domain adversarial training 使用领域对抗训练的跨领域基于方面的情感分析
Pub Date : 2023-11-22 DOI: 10.1007/s11280-023-01217-4
Joris Knoester, Flavius Frasincar, Maria Mihaela Truşcǎ

Over the last decades, the increasing popularity of the Web came together with an extremely large volume of reviews on products and services useful for both companies and customers to adjust their behaviour with respect to the expressed opinions. Given this growth, Aspect-Based Sentiment Analysis (ABSA) has turned out to be an important tool required to understand people’s preferences. However, despite the large volume of data, the lack of data annotations restricts the supervised ABSA analysis to only a limited number of domains. To tackle this problem a transfer learning strategy is implemented by extending the state-of-the-art LCR-Rot-hop++ model for ABSA with the methodology of Domain Adversarial Training (DAT). The output is a cross-domain deep learning structure, called DAT-LCR-Rot-hop++. The major advantage of DAT-LCR-Rot-hop++ is the fact that it does not require any labeled target domain data. The results are obtained for six different domain combinations with testing accuracies ranging from 35% up until 74%, showing both the limitations and benefits of this approach. Once DAT-LCR-Rot-hop++ is able to find the similarities between domains, it produces good results. However, if the domains are too distant, it is not capable of generating domain-invariant features. This result is amplified by our additional analysis to add the neutral aspects to the positive or negative class. The performance of DAT-LCR-Rot-hop++ is very dependent on the similarity between distributions of source and target domain and the presence of a dominant sentiment class in the training set.

在过去的几十年里,随着网络的日益普及,大量关于产品和服务的评论对公司和客户都很有用,他们可以根据所表达的意见来调整自己的行为。鉴于这种增长,基于方面的情感分析(ABSA)已被证明是了解人们偏好所需的重要工具。然而,尽管数据量很大,但缺乏数据注释限制了监督ABSA分析仅局限于有限的领域。为了解决这一问题,采用领域对抗训练(DAT)的方法扩展了最先进的LCR-Rot-hop++ ABSA模型,实现了一种迁移学习策略。输出是一个跨域深度学习结构,称为DAT-LCR-Rot-hop++。DAT-LCR-Rot-hop++的主要优点是它不需要任何标记的目标域数据。在6种不同的域组合中获得了测试精度从35%到74%的结果,显示了该方法的局限性和优点。一旦DAT-LCR-Rot-hop++能够找到域之间的相似性,它就会产生良好的结果。但是,如果域距离过远,则无法生成域不变特征。我们将中性方面添加到正类或负类的额外分析放大了这个结果。dat - lcr - rot -hop++的性能非常依赖于源域和目标域分布之间的相似性以及训练集中是否存在主导情感类。
{"title":"Cross-domain aspect-based sentiment analysis using domain adversarial training","authors":"Joris Knoester, Flavius Frasincar, Maria Mihaela Truşcǎ","doi":"10.1007/s11280-023-01217-4","DOIUrl":"https://doi.org/10.1007/s11280-023-01217-4","url":null,"abstract":"<p>Over the last decades, the increasing popularity of the Web came together with an extremely large volume of reviews on products and services useful for both companies and customers to adjust their behaviour with respect to the expressed opinions. Given this growth, Aspect-Based Sentiment Analysis (ABSA) has turned out to be an important tool required to understand people’s preferences. However, despite the large volume of data, the lack of data annotations restricts the supervised ABSA analysis to only a limited number of domains. To tackle this problem a transfer learning strategy is implemented by extending the state-of-the-art LCR-Rot-hop++ model for ABSA with the methodology of Domain Adversarial Training (DAT). The output is a cross-domain deep learning structure, called DAT-LCR-Rot-hop++. The major advantage of DAT-LCR-Rot-hop++ is the fact that it does not require any labeled target domain data. The results are obtained for six different domain combinations with testing accuracies ranging from 35% up until 74%, showing both the limitations and benefits of this approach. Once DAT-LCR-Rot-hop++ is able to find the similarities between domains, it produces good results. However, if the domains are too distant, it is not capable of generating domain-invariant features. This result is amplified by our additional analysis to add the neutral aspects to the positive or negative class. The performance of DAT-LCR-Rot-hop++ is very dependent on the similarity between distributions of source and target domain and the presence of a dominant sentiment class in the training set.</p>","PeriodicalId":501180,"journal":{"name":"World Wide Web","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138536763","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Death comes but why: A multi-task memory-fused prediction for accurate and explainable illness severity in ICUs 死亡来了,但为什么:多任务记忆融合预测准确和可解释的重症监护疾病严重程度
Pub Date : 2023-11-16 DOI: 10.1007/s11280-023-01211-w
Weitong Chen, Wei Emma Zhang, Lin Yue

Predicting the severity of an illness is crucial in intensive care units (ICUs) if a patient‘s life is to be saved. The existing prediction methods often fail to provide sufficient evidence for time-critical decisions required in dynamic and changing ICU environments. In this research, a new method called MM-RNN (multi-task memory-fused recurrent neural network) was developed to predict the severity of illnesses in intensive care units (ICUs). MM-RNN aims to address this issue by not only predicting illness severity but also generating an evidence-based explanation of how the prediction was made. The architecture of MM-RNN consists of task-specific phased LSTMs and a delta memory network that captures asynchronous feature correlations within and between multiple organ systems. The multi-task nature of MM-RNN allows it to provide an evidence-based explanation of its predictions, along with illness severity scores and a heatmap of the patient’s changing condition. The results of comparison with state-of-the-art methods on real-world clinical data show that MM-RNN delivers more accurate predictions of illness severity with the added benefit of providing evidence-based justifications.

在重症监护病房(icu),如果要挽救病人的生命,预测疾病的严重程度至关重要。现有的预测方法往往不能为动态和变化的ICU环境中所需的时间关键决策提供足够的证据。本研究提出了一种新的方法,称为MM-RNN(多任务记忆融合递归神经网络),用于预测重症监护病房(icu)疾病的严重程度。MM-RNN的目标是解决这一问题,不仅预测疾病严重程度,而且对预测是如何做出的给出基于证据的解释。MM-RNN的架构由特定任务的阶段性lstm和捕获多个器官系统内部和之间的异步特征相关性的增量记忆网络组成。MM-RNN的多任务特性使其能够提供基于证据的预测解释,以及疾病严重程度评分和患者病情变化的热图。与现实世界临床数据的最先进方法的比较结果表明,MM-RNN提供了更准确的疾病严重程度预测,并提供了基于证据的理由。
{"title":"Death comes but why: A multi-task memory-fused prediction for accurate and explainable illness severity in ICUs","authors":"Weitong Chen, Wei Emma Zhang, Lin Yue","doi":"10.1007/s11280-023-01211-w","DOIUrl":"https://doi.org/10.1007/s11280-023-01211-w","url":null,"abstract":"<p>Predicting the severity of an illness is crucial in intensive care units (ICUs) if a patient‘s life is to be saved. The existing prediction methods often fail to provide sufficient evidence for time-critical decisions required in dynamic and changing ICU environments. In this research, a new method called MM-RNN (multi-task memory-fused recurrent neural network) was developed to predict the severity of illnesses in intensive care units (ICUs). MM-RNN aims to address this issue by not only predicting illness severity but also generating an evidence-based explanation of how the prediction was made. The architecture of MM-RNN consists of task-specific phased LSTMs and a delta memory network that captures asynchronous feature correlations within and between multiple organ systems. The multi-task nature of MM-RNN allows it to provide an evidence-based explanation of its predictions, along with illness severity scores and a heatmap of the patient’s changing condition. The results of comparison with state-of-the-art methods on real-world clinical data show that MM-RNN delivers more accurate predictions of illness severity with the added benefit of providing evidence-based justifications.</p>","PeriodicalId":501180,"journal":{"name":"World Wide Web","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138536762","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Intrinsically motivated reinforcement learning based recommendation with counterfactual data augmentation 基于反事实数据增强的内在动机强化学习推荐
Pub Date : 2023-07-15 DOI: 10.1007/s11280-023-01187-7
Xiaocong Chen, Siyu Wang, Lianyong Qi, Yong Li, Lina Yao

Deep reinforcement learning (DRL) has shown promising results in modeling dynamic user preferences in RS in recent literature. However, training a DRL agent in the sparse RS environment poses a significant challenge. This is because the agent must balance between exploring informative user-item interaction trajectories and using existing trajectories for policy learning, a known exploration and exploitation trade-off. This trade-off greatly affects the recommendation performance when the environment is sparse. In DRL-based RS, balancing exploration and exploitation is even more challenging as the agent needs to deeply explore informative trajectories and efficiently exploit them in the context of RS. To address this issue, we propose a novel intrinsically motivated reinforcement learning (IMRL) method that enhances the agent’s capability to explore informative interaction trajectories in the sparse environment. We further enrich these trajectories via an adaptive counterfactual augmentation strategy with a customised threshold to improve their efficiency in exploitation. Our approach is evaluated on six offline datasets and three online simulation platforms, demonstrating its superiority over existing state-of-the-art methods. The extensive experiments show that our IMRL method outperforms other methods in terms of recommendation performance in the sparse RS environment.

在最近的文献中,深度强化学习(DRL)在RS中动态用户偏好建模方面显示出有希望的结果。然而,在稀疏的RS环境中训练DRL代理是一个重大的挑战。这是因为智能体必须在探索信息丰富的用户-物品交互轨迹和使用现有轨迹进行策略学习之间取得平衡,这是一种已知的探索和利用权衡。当环境稀疏时,这种权衡极大地影响了推荐性能。在基于drl的RS中,由于智能体需要深入探索信息轨迹并在RS环境中有效地利用它们,因此平衡探索和利用更加具有挑战性。为了解决这个问题,我们提出了一种新的内在动机强化学习(IMRL)方法,该方法增强了智能体在稀疏环境中探索信息交互轨迹的能力。我们通过定制阈值的自适应反事实增强策略进一步丰富这些轨迹,以提高其开发效率。我们的方法在六个离线数据集和三个在线仿真平台上进行了评估,证明了其优于现有最先进的方法。大量的实验表明,我们的IMRL方法在稀疏RS环境下的推荐性能优于其他方法。
{"title":"Intrinsically motivated reinforcement learning based recommendation with counterfactual data augmentation","authors":"Xiaocong Chen, Siyu Wang, Lianyong Qi, Yong Li, Lina Yao","doi":"10.1007/s11280-023-01187-7","DOIUrl":"https://doi.org/10.1007/s11280-023-01187-7","url":null,"abstract":"<p>Deep reinforcement learning (DRL) has shown promising results in modeling dynamic user preferences in RS in recent literature. However, training a DRL agent in the sparse RS environment poses a significant challenge. This is because the agent must balance between exploring informative user-item interaction trajectories and using existing trajectories for policy learning, a known exploration and exploitation trade-off. This trade-off greatly affects the recommendation performance when the environment is sparse. In DRL-based RS, balancing exploration and exploitation is even more challenging as the agent needs to deeply explore informative trajectories and efficiently exploit them in the context of RS. To address this issue, we propose a novel intrinsically motivated reinforcement learning (IMRL) method that enhances the agent’s capability to explore informative interaction trajectories in the sparse environment. We further enrich these trajectories via an adaptive counterfactual augmentation strategy with a customised threshold to improve their efficiency in exploitation. Our approach is evaluated on six offline datasets and three online simulation platforms, demonstrating its superiority over existing state-of-the-art methods. The extensive experiments show that our IMRL method outperforms other methods in terms of recommendation performance in the sparse RS environment.</p>","PeriodicalId":501180,"journal":{"name":"World Wide Web","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138510820","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
World Wide Web
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1