首页 > 最新文献

IEEE Transactions on Big Data最新文献

英文 中文
FinLLMs: A Framework for Financial Reasoning Dataset Generation With Large Language Models FinLLMs:一个使用大型语言模型生成金融推理数据集的框架
IF 5.7 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-30 DOI: 10.1109/TBDATA.2024.3524083
Ziqiang Yuan;Kaiyuan Wang;Shoutai Zhu;Ye Yuan;Jingya Zhou;Yanlin Zhu;Wenqi Wei
Large Language models (LLMs) usually rely on extensive training datasets. In the financial domain, creating numerical reasoning datasets that include a mix of tables and long text often involves substantial manual annotation expenses. To address the limited data resources and reduce the annotation cost, we introduce FinLLMs, a method for generating financial question-answering (QA) data based on common financial formulas using LLMs. First, we compile a list of common financial formulas and construct a graph based on the variables these formulas employ. We then augment the formula set by combining those that share identical variables as new elements. Specifically, we explore formulas obtained by manual annotation and merge those formulas with shared variables by traversing the constructed graph. Finally, utilizing LLMs, we generate financial QA data that encompasses both tabular information and long textual content, building on the collected formula set. Our experiments demonstrate that the synthetic data generated by FinLLMs effectively enhances the performance of various numerical reasoning models in the financial domain, including both pre-trained language models (PLMs) and fine-tuned LLMs. This performance surpasses that of two established benchmark financial QA datasets.
大型语言模型(llm)通常依赖于广泛的训练数据集。在金融领域,创建包含表格和长文本的数值推理数据集通常需要大量的手工注释费用。为了解决有限的数据资源和降低注释成本,我们引入了finllm,一种基于常用财务公式的金融问答(QA)数据生成方法。首先,我们编制了一份常用财务公式的清单,并根据这些公式使用的变量构建了一个图表。然后,我们通过将那些共享相同变量的元素组合为新元素来扩展公式集。具体来说,我们探索通过手工注释获得的公式,并通过遍历构造的图将这些公式与共享变量合并。最后,利用llm,我们在收集到的公式集的基础上生成了包含表格信息和长文本内容的财务QA数据。我们的实验表明,finllm生成的合成数据有效地增强了金融领域各种数值推理模型的性能,包括预训练语言模型(plm)和微调llm。该性能超过了两个已建立的基准金融QA数据集。
{"title":"FinLLMs: A Framework for Financial Reasoning Dataset Generation With Large Language Models","authors":"Ziqiang Yuan;Kaiyuan Wang;Shoutai Zhu;Ye Yuan;Jingya Zhou;Yanlin Zhu;Wenqi Wei","doi":"10.1109/TBDATA.2024.3524083","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3524083","url":null,"abstract":"Large Language models (LLMs) usually rely on extensive training datasets. In the financial domain, creating numerical reasoning datasets that include a mix of tables and long text often involves substantial manual annotation expenses. To address the limited data resources and reduce the annotation cost, we introduce FinLLMs, a method for generating financial question-answering (QA) data based on common financial formulas using LLMs. First, we compile a list of common financial formulas and construct a graph based on the variables these formulas employ. We then augment the formula set by combining those that share identical variables as new elements. Specifically, we explore formulas obtained by manual annotation and merge those formulas with shared variables by traversing the constructed graph. Finally, utilizing LLMs, we generate financial QA data that encompasses both tabular information and long textual content, building on the collected formula set. Our experiments demonstrate that the synthetic data generated by FinLLMs effectively enhances the performance of various numerical reasoning models in the financial domain, including both pre-trained language models (PLMs) and fine-tuned LLMs. This performance surpasses that of two established benchmark financial QA datasets.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 5","pages":"2264-2277"},"PeriodicalIF":5.7,"publicationDate":"2024-12-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144990274","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
NAGphormer+: A Tokenized Graph Transformer With Neighborhood Augmentation for Node Classification in Large Graphs NAGphormer+:用于大图中节点分类的带有邻域增强的标记化图转换器
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-30 DOI: 10.1109/TBDATA.2024.3524081
Jinsong Chen;Chang Liu;Kaiyuan Gao;Gaichao Li;Kun He
Graph Transformers, emerging as a new architecture for graph representation learning, suffer from the quadratic complexity and can only handle graphs with at most thousands of nodes. To this end, we propose a Neighborhood Aggregation Graph Transformer (NAGphormer) that treats each node as a sequence containing a series of tokens constructed by our proposed Hop2Token module. For each node, Hop2Token aggregates the neighborhood features from different hops into different representations, producing a sequence of token vectors as one input. In this way, NAGphormer could be trained in a mini-batch manner and thus could scale to large graphs with millions of nodes. To further enhance the model's generalization, we propose NAGphormer+, an extended model of NAGphormer with a novel data augmentation method called Neighborhood Augmentation (NrAug). Based on the output of Hop2Token, NrAug simultaneously augments the features of neighborhoods from global as well as local views. In this way, NAGphormer+ can fully utilize the neighborhood information of multiple nodes, thereby undergoing more comprehensive training and improving the model's generalization capability. Extensive experiments on benchmark datasets from small to large demonstrate the superiority of NAGphormer+ against existing graph Transformers and mainstream GNNs, as well as the original NAGphormer.
图变换(Graph transformer)作为一种新的图表示学习体系结构出现,但其复杂度为二次型,且只能处理最多数千个节点的图。为此,我们提出了一个邻居聚合图转换器(NAGphormer),它将每个节点视为包含由我们提出的Hop2Token模块构造的一系列令牌的序列。对于每个节点,Hop2Token将来自不同跳的邻居特征聚合到不同的表示中,产生一系列令牌向量作为一个输入。通过这种方式,NAGphormer可以以小批量方式进行训练,从而可以扩展到具有数百万节点的大型图。为了进一步增强模型的泛化能力,我们提出了NAGphormer+,这是NAGphormer的扩展模型,采用了一种新的数据增强方法,称为邻域增强(NrAug)。基于Hop2Token的输出,NrAug同时从全局和局部视图增强了社区的特征。这样,NAGphormer+可以充分利用多个节点的邻域信息,从而进行更全面的训练,提高模型的泛化能力。在从小到大的基准数据集上进行的大量实验表明,NAGphormer+优于现有的graph transformer和主流gnn,以及原始的NAGphormer。
{"title":"NAGphormer+: A Tokenized Graph Transformer With Neighborhood Augmentation for Node Classification in Large Graphs","authors":"Jinsong Chen;Chang Liu;Kaiyuan Gao;Gaichao Li;Kun He","doi":"10.1109/TBDATA.2024.3524081","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3524081","url":null,"abstract":"Graph Transformers, emerging as a new architecture for graph representation learning, suffer from the quadratic complexity and can only handle graphs with at most thousands of nodes. To this end, we propose a Neighborhood Aggregation Graph Transformer (NAGphormer) that treats each node as a sequence containing a series of tokens constructed by our proposed Hop2Token module. For each node, Hop2Token aggregates the neighborhood features from different hops into different representations, producing a sequence of token vectors as one input. In this way, NAGphormer could be trained in a mini-batch manner and thus could scale to large graphs with millions of nodes. To further enhance the model's generalization, we propose NAGphormer+, an extended model of NAGphormer with a novel data augmentation method called Neighborhood Augmentation (NrAug). Based on the output of Hop2Token, NrAug simultaneously augments the features of neighborhoods from global as well as local views. In this way, NAGphormer+ can fully utilize the neighborhood information of multiple nodes, thereby undergoing more comprehensive training and improving the model's generalization capability. Extensive experiments on benchmark datasets from small to large demonstrate the superiority of NAGphormer+ against existing graph Transformers and mainstream GNNs, as well as the original NAGphormer.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2085-2098"},"PeriodicalIF":7.5,"publicationDate":"2024-12-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144598062","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Federated Multi-View Multi-Label Classification 联邦多视图多标签分类
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-26 DOI: 10.1109/TBDATA.2024.3522812
Hongdao Meng;Yongjian Deng;Qiyu Zhong;Yipeng Wang;Zhen Yang;Gengyu Lyu
Multi-view multi-label classification is a crucial machine learning paradigm aimed at building robust multi-label predictors by integrating heterogeneous features from various sources while addressing multiple correlated labels. However, in real-world applications, concerns over data confidentiality and security often prevent data exchange or fusion across different sources, leading to the challenging issue of data islands. To tackle this problem, we propose a general federated multi-view multi-label classification method, FMVML, which integrates a novel multi-view multi-label classification technique into a federated learning framework. This approach enables cross-view feature fusion and multi-label semantic classification while preserving the data privacy of each independent source. Within this federated framework, we first extract view-specific information from each individual client to capture unique characteristics and then consolidate consensus information from different views on the global server to represent shared features. Unlike previous methods, our approach enhances cross-view fusion and semantic expression by jointly capturing both feature and semantic aspects of specificity and commonality. The final label predictions are generated by combining the view-specific predictions from individual clients and the consensus predictions from the global server. Extensive experiments across various applications demonstrate that FMVML fully leverages multi-view data in a privacy-preserving manner and consistently outperforms state-of-the-art methods.
多视图多标签分类是一种重要的机器学习范式,旨在通过集成来自各种来源的异构特征来构建鲁棒的多标签预测器,同时处理多个相关标签。然而,在现实世界的应用程序中,对数据机密性和安全性的担忧往往会阻碍跨不同来源的数据交换或融合,从而导致具有挑战性的数据孤岛问题。为了解决这个问题,我们提出了一种通用的联邦多视图多标签分类方法FMVML,它将一种新的多视图多标签分类技术集成到联邦学习框架中。该方法实现了跨视图特征融合和多标签语义分类,同时保护了每个独立数据源的数据隐私。在这个联合框架中,我们首先从每个单独的客户端提取特定于视图的信息,以捕获独特的特征,然后在全局服务器上整合来自不同视图的共识信息,以表示共享的特征。与以前的方法不同,我们的方法通过联合捕获特异性和共性的特征和语义方面来增强跨视图融合和语义表达。最终的标签预测是通过组合来自单个客户机的特定于视图的预测和来自全局服务器的一致预测来生成的。在各种应用中进行的大量实验表明,FMVML以保护隐私的方式充分利用了多视图数据,并且始终优于最先进的方法。
{"title":"Federated Multi-View Multi-Label Classification","authors":"Hongdao Meng;Yongjian Deng;Qiyu Zhong;Yipeng Wang;Zhen Yang;Gengyu Lyu","doi":"10.1109/TBDATA.2024.3522812","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522812","url":null,"abstract":"Multi-view multi-label classification is a crucial machine learning paradigm aimed at building robust multi-label predictors by integrating heterogeneous features from various sources while addressing multiple correlated labels. However, in real-world applications, concerns over data confidentiality and security often prevent data exchange or fusion across different sources, leading to the challenging issue of data islands. To tackle this problem, we propose a general federated multi-view multi-label classification method, FMVML, which integrates a novel multi-view multi-label classification technique into a federated learning framework. This approach enables cross-view feature fusion and multi-label semantic classification while preserving the data privacy of each independent source. Within this federated framework, we first extract view-specific information from each individual client to capture unique characteristics and then consolidate consensus information from different views on the global server to represent shared features. Unlike previous methods, our approach enhances cross-view fusion and semantic expression by jointly capturing both feature and semantic aspects of specificity and commonality. The final label predictions are generated by combining the view-specific predictions from individual clients and the consensus predictions from the global server. Extensive experiments across various applications demonstrate that FMVML fully leverages multi-view data in a privacy-preserving manner and consistently outperforms state-of-the-art methods.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2072-2084"},"PeriodicalIF":7.5,"publicationDate":"2024-12-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144598078","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Unlocking Large Language Model Power in Industry: Privacy-Preserving Collaborative Creation of Knowledge Graph 解锁工业中的大型语言模型力量:保护隐私的知识图谱协同创建
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-26 DOI: 10.1109/TBDATA.2024.3522814
Liqiao Xia;Junming Fan;Ajith Parlikad;Xiao Huang;Pai Zheng
Semantic expertise remains a reliable foundation for industrial decision-making, while Large Language Models (LLMs) can augment the often limited empirical knowledge by generating domain-specific insights, though the quality of this generative knowledge is uncertain. Integrating LLMs with the collective wisdom of multiple stakeholders could enhance the quality and scale of knowledge, yet this integration might inadvertently raise privacy concerns for stakeholders. In response to this challenge, Federated Learning (FL) is harnessed to improve the knowledge base quality by cryptically leveraging other stakeholders’ knowledge, where knowledge base is represented in Knowledge Graph (KG) form. Initially, a multi-field hyperbolic (MFH) graph embedding method vectorizes entities, furnishing mathematical representations in lieu of solely semantic meanings. The FL framework subsequently encrypted identifies and fuses common entities, whereby the updated entities’ embedding can refine other private entities’ embedding locally, thus enhancing the overall KG quality. Finally, the KG complement method refines and clarifies triplets to improve the overall quality of the KG. An experiment assesses the proposed approach across different industrial KGs, confirming its effectiveness as a viable solution for collaborative KG creation, all while maintaining data security.
语义专业知识仍然是工业决策的可靠基础,而大型语言模型(llm)可以通过生成特定领域的见解来增加通常有限的经验知识,尽管这种生成知识的质量是不确定的。将法学硕士与多个利益相关者的集体智慧相结合可以提高知识的质量和规模,但这种整合可能会无意中引起利益相关者对隐私的担忧。为了应对这一挑战,联邦学习(FL)被用来通过隐式地利用其他涉众的知识来提高知识库的质量,其中知识库以知识图(KG)的形式表示。最初,多域双曲(MFH)图嵌入方法对实体进行矢量化,提供数学表示代替单纯的语义。随后,FL框架加密识别和融合公共实体,更新实体的嵌入可以在局部细化其他私有实体的嵌入,从而提高整体KG质量。最后,KG补体法对三联体进行细化和澄清,提高KG的整体质量。一项实验在不同的工业KG中评估了所提出的方法,证实了其作为协作KG创建的可行解决方案的有效性,同时保持了数据安全。
{"title":"Unlocking Large Language Model Power in Industry: Privacy-Preserving Collaborative Creation of Knowledge Graph","authors":"Liqiao Xia;Junming Fan;Ajith Parlikad;Xiao Huang;Pai Zheng","doi":"10.1109/TBDATA.2024.3522814","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522814","url":null,"abstract":"Semantic expertise remains a reliable foundation for industrial decision-making, while Large Language Models (LLMs) can augment the often limited empirical knowledge by generating domain-specific insights, though the quality of this generative knowledge is uncertain. Integrating LLMs with the collective wisdom of multiple stakeholders could enhance the quality and scale of knowledge, yet this integration might inadvertently raise privacy concerns for stakeholders. In response to this challenge, Federated Learning (FL) is harnessed to improve the knowledge base quality by cryptically leveraging other stakeholders’ knowledge, where knowledge base is represented in Knowledge Graph (KG) form. Initially, a multi-field hyperbolic (MFH) graph embedding method vectorizes entities, furnishing mathematical representations in lieu of solely semantic meanings. The FL framework subsequently encrypted identifies and fuses common entities, whereby the updated entities’ embedding can refine other private entities’ embedding locally, thus enhancing the overall KG quality. Finally, the KG complement method refines and clarifies triplets to improve the overall quality of the KG. An experiment assesses the proposed approach across different industrial KGs, confirming its effectiveness as a viable solution for collaborative KG creation, all while maintaining data security.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2046-2060"},"PeriodicalIF":7.5,"publicationDate":"2024-12-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144597812","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Online Non-Stationary Pricing Incentives for Budget-Limited Crowdsensing 预算有限的群体感知的在线非平稳定价激励
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-26 DOI: 10.1109/TBDATA.2024.3522804
Jiajun Sun;Dianliang Wu
The promising applications of mobile crowdsensing (MCS) have attracted much research interest recently, especially for the posted-pricing scenes. However, existing works mainly focus on the stationary MCS, no matter whether in a stochastic or adversarial environment, where each price (or arm) remains identical over time. However, in many realistic MCS applications such as environment monitoring and recommendation systems, stationary bandits do not model the posted-pricing sequential decision problems where the reward distributions of each price (arm) and cost distribution vary over time due to the changes in light intensity and mobile devices’ remnant energy. While in this paper, we study a more general submodular crowdsensing scene to address the non-stationary sequential pricing problems, and construct a monotonic submodular function merging the marginal reward and temporal difference errors (TD-errors) of deep reinforcement learning (DRL). Moreover, we explore a weighted budget-limited non-stationary pricing mechanism by using the deep deterministic policy gradient (DDPG) method for submodular MCS from the perspectives of the hard-drop and soft-drop weights. Our mechanism can readily be extended to non-submodular MCS or other MCS scenes. Extensive simulations demonstrate that our mechanism outweighs existing benchmarks.
移动众传感(MCS)的应用前景近年来引起了许多研究的兴趣,特别是在贴标价场景方面。然而,现有的研究主要集中在固定的MCS上,无论在随机环境还是对抗环境中,每个价格(或臂)随着时间的推移保持相同。然而,在许多现实的MCS应用(如环境监测和推荐系统)中,固定匪并没有建模定价后的顺序决策问题,因为每个价格(臂)的奖励分布和成本分布随着时间的变化而变化,这是由于光强度和移动设备的剩余能量的变化。而在本文中,我们研究了一个更一般的子模众感场景来解决非平稳顺序定价问题,并构造了一个合并深度强化学习(DRL)的边际奖励和时间差误差(TD-errors)的单调子模函数。此外,我们从硬滴权和软滴权的角度,利用深度确定性策略梯度(DDPG)方法,探讨了子模块MCS的加权预算限制非平稳定价机制。我们的机制可以很容易地扩展到非子模块MCS或其他MCS场景。大量的模拟表明,我们的机制优于现有的基准。
{"title":"Online Non-Stationary Pricing Incentives for Budget-Limited Crowdsensing","authors":"Jiajun Sun;Dianliang Wu","doi":"10.1109/TBDATA.2024.3522804","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522804","url":null,"abstract":"The promising applications of mobile crowdsensing (MCS) have attracted much research interest recently, especially for the posted-pricing scenes. However, existing works mainly focus on the stationary MCS, no matter whether in a stochastic or adversarial environment, where each price (or arm) remains identical over time. However, in many realistic MCS applications such as environment monitoring and recommendation systems, stationary bandits do not model the posted-pricing sequential decision problems where the reward distributions of each price (arm) and cost distribution vary over time due to the changes in light intensity and mobile devices’ remnant energy. While in this paper, we study a more general submodular crowdsensing scene to address the non-stationary sequential pricing problems, and construct a monotonic submodular function merging the marginal reward and temporal difference errors (TD-errors) of deep reinforcement learning (DRL). Moreover, we explore a weighted budget-limited non-stationary pricing mechanism by using the deep deterministic policy gradient (DDPG) method for submodular MCS from the perspectives of the hard-drop and soft-drop weights. Our mechanism can readily be extended to non-submodular MCS or other MCS scenes. Extensive simulations demonstrate that our mechanism outweighs existing benchmarks.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2025-2035"},"PeriodicalIF":7.5,"publicationDate":"2024-12-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144597723","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Tailored Definitions With Easy Reach: Complexity-Controllable Definition Generation 定制定义与容易达到:复杂可控的定义生成
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-26 DOI: 10.1109/TBDATA.2024.3522805
Liner Yang;Jiaxin Yuan;Cunliang Kong;Jingsi Yu;Ruining Chong;Zhenghao Liu;Erhong Yang
The task of complexity-controllable definition generation refers to providing definitions with different readability for words in specific contexts. This task can be utilized to help language learners eliminate reading barriers and facilitate language acquisition. However, the available training data for this task remains scarce due to the difficulty of obtaining reliable definition data and the high cost of data standardization. To tackle those challenges, we introduce a general solution from both the data-driven and method-driven perspectives. We construct a large-scale standard Chinese dataset, COMPILING, which contains both difficult and simple definitions and can serve as a benchmark for future research. Besides, we propose a multitasking framework SimpDefiner for unsupervised controllable definition generation. By designing a parameter-sharing scheme between two decoders, the framework can extract the complexity information from the non-parallel corpus. Moreover, we propose the SimpDefiner guided prompting (SGP) method, where simple definitions generated by SimpDefiner are utilized to construct prompts for GPT-4, hence obtaining more realistic and contextually appropriate definitions. The results demonstrate SimpDefiner's outstanding ability to achieve controllable generation and better results could be achieved when GPT-4 is incorporated.
复杂性可控定义生成任务是指在特定的语境中为单词提供具有不同可读性的定义。这个任务可以帮助语言学习者消除阅读障碍,促进语言习得。然而,由于难以获得可靠的定义数据和数据标准化的高成本,用于该任务的可用训练数据仍然很少。为了应对这些挑战,我们从数据驱动和方法驱动的角度引入了一个通用的解决方案。我们构建了一个大规模的标准中文数据集,编译,其中包含了困难和简单的定义,可以作为未来研究的基准。此外,我们提出了一个多任务框架SimpDefiner用于无监督可控定义生成。通过设计两个译码器之间的参数共享方案,该框架可以从非并行语料库中提取复杂性信息。此外,我们提出了SimpDefiner引导提示(SGP)方法,利用SimpDefiner生成的简单定义来构建GPT-4的提示,从而获得更现实和上下文合适的定义。结果表明SimpDefiner实现可控生成的能力突出,与GPT-4结合可获得更好的结果。
{"title":"Tailored Definitions With Easy Reach: Complexity-Controllable Definition Generation","authors":"Liner Yang;Jiaxin Yuan;Cunliang Kong;Jingsi Yu;Ruining Chong;Zhenghao Liu;Erhong Yang","doi":"10.1109/TBDATA.2024.3522805","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522805","url":null,"abstract":"The task of complexity-controllable definition generation refers to providing definitions with different readability for words in specific contexts. This task can be utilized to help language learners eliminate reading barriers and facilitate language acquisition. However, the available training data for this task remains scarce due to the difficulty of obtaining reliable definition data and the high cost of data standardization. To tackle those challenges, we introduce a general solution from both the data-driven and method-driven perspectives. We construct a large-scale standard Chinese dataset, COMPILING, which contains both difficult and simple definitions and can serve as a benchmark for future research. Besides, we propose a multitasking framework SimpDefiner for unsupervised controllable definition generation. By designing a parameter-sharing scheme between two decoders, the framework can extract the complexity information from the non-parallel corpus. Moreover, we propose the SimpDefiner guided prompting (SGP) method, where simple definitions generated by SimpDefiner are utilized to construct prompts for GPT-4, hence obtaining more realistic and contextually appropriate definitions. The results demonstrate SimpDefiner's outstanding ability to achieve controllable generation and better results could be achieved when GPT-4 is incorporated.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2061-2071"},"PeriodicalIF":7.5,"publicationDate":"2024-12-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144597737","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
MC-GNN: Multi-Channel Graph Neural Networks With Hilbert-Schmidt Independence Criterion MC-GNN:具有Hilbert-Schmidt独立准则的多通道图神经网络
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-26 DOI: 10.1109/TBDATA.2024.3522817
Shicheng Cui;Deqiang Li;Jing Zhang
Graph Neural Networks (GNNs) have been proven to be useful for learning graph-based knowledge. However, one of the drawbacks of GNN techniques is that they may get stuck in the problem of over-squashing. Recent studies attribute to the message passing paradigm that it may amplify some specific local relations and distort long-range information under a certain GNN. To alleviate such phenomena, we propose a novel and general GNN framework, dubbed MC-GNN, which introduces the multi-channel neural architecture to learn and fuse multi-view graph-based information. The purpose of MC-GNN is to extract distinct channel-based graph features and adaptively adjust the importance of the features. To this end, we use the Hilbert-Schmidt Independence Criterion (HSIC) to enlarge the disparity between the embeddings encoded by each channel and follow an attention mechanism to fuse the embeddings with adaptive weight adjustment. MC-GNN can apply multiple GNN backbones, which provides a solution for learning structural relations from a multi-view perspective. Experimental results demonstrate that the proposed MC-GNN is superior to the compared state-of-the-art GNN methods.
图神经网络(gnn)已被证明对学习基于图的知识非常有用。然而,GNN技术的一个缺点是它们可能会陷入过度压缩的问题。最近的研究认为,在一定的GNN下,信息传递范式可能会放大某些特定的局部关系并扭曲远程信息。为了缓解这种现象,我们提出了一种新的通用GNN框架,称为MC-GNN,它引入了多通道神经结构来学习和融合基于多视图图的信息。MC-GNN的目的是提取不同的基于通道的图特征,并自适应调整特征的重要性。为此,我们使用Hilbert-Schmidt独立准则(HSIC)来扩大每个信道编码的嵌入之间的差异,并遵循一种自适应权值调整的注意机制来融合嵌入。MC-GNN可以应用多个GNN骨干网,为从多视角学习结构关系提供了解决方案。实验结果表明,所提出的MC-GNN方法优于目前比较先进的GNN方法。
{"title":"MC-GNN: Multi-Channel Graph Neural Networks With Hilbert-Schmidt Independence Criterion","authors":"Shicheng Cui;Deqiang Li;Jing Zhang","doi":"10.1109/TBDATA.2024.3522817","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522817","url":null,"abstract":"Graph Neural Networks (GNNs) have been proven to be useful for learning graph-based knowledge. However, one of the drawbacks of GNN techniques is that they may get stuck in the problem of over-squashing. Recent studies attribute to the message passing paradigm that it may amplify some specific local relations and distort long-range information under a certain GNN. To alleviate such phenomena, we propose a novel and general GNN framework, dubbed MC-GNN, which introduces the multi-channel neural architecture to learn and fuse multi-view graph-based information. The purpose of MC-GNN is to extract distinct channel-based graph features and adaptively adjust the importance of the features. To this end, we use the Hilbert-Schmidt Independence Criterion (HSIC) to enlarge the disparity between the embeddings encoded by each channel and follow an attention mechanism to fuse the embeddings with adaptive weight adjustment. MC-GNN can apply multiple GNN backbones, which provides a solution for learning structural relations from a multi-view perspective. Experimental results demonstrate that the proposed MC-GNN is superior to the compared state-of-the-art GNN methods.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2036-2045"},"PeriodicalIF":7.5,"publicationDate":"2024-12-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144597728","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Detection of Rumors and Their Sources in Social Networks: A Comprehensive Survey 社交网络中谣言的检测及其来源:一个综合调查
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-25 DOI: 10.1109/TBDATA.2024.3522801
Otabek Sattarov;Jaeyoung Choi
With the recent advancements in social network platform technology, an overwhelming amount of information is spreading rapidly. In this situation, it can become increasingly difficult to discern what information is false or true. If false information proliferates significantly, it can lead to undesirable outcomes. Hence, when we receive some information, we can pose the following two questions: $(i)$ Is the information true? $(ii)$ If not, who initially spread that information? The first problem is the rumor detection issue, while the second is the rumor source detection problem. A rumor-detection problem involves identifying and mitigating false or misleading information spread via various communication channels, particularly online platforms and social media. Rumors can range from harmless ones to deliberately misleading content aimed at deceiving or manipulating audiences. Detecting misinformation is crucial for maintaining the integrity of information ecosystems and preventing harmful effects such as the spread of false beliefs, polarization, and even societal harm. Therefore, it is very important to quickly distinguish such misinformation while simultaneously finding its source to block it from spreading on the network. However, most of the existing surveys have analyzed these two issues separately. In this work, we first survey the existing research on the rumor-detection and rumor source detection problems with joint detection approaches, simultaneously. This survey deals with these two issues together so that their relationship can be observed and it provides how the two problems are similar and different. The limitations arising from the rumor detection, rumor source detection, and their combination problems are also explained, and some challenges to be addressed in future works are presented.
随着近年来社交网络平台技术的进步,大量的信息正在迅速传播。在这种情况下,辨别信息的真假变得越来越困难。如果虚假信息大量扩散,可能会导致不良后果。因此,当我们接收到一些信息时,我们可以提出以下两个问题:$(i)$这个信息是真的吗?$(ii)$如果不是,最初是谁传播了该信息?第一个问题是谣言检测问题,第二个问题是谣言源检测问题。谣言检测问题涉及识别和减轻通过各种沟通渠道,特别是在线平台和社交媒体传播的虚假或误导性信息。谣言可以是无害的,也可以是旨在欺骗或操纵观众的故意误导内容。检测错误信息对于维持信息生态系统的完整性和防止有害影响至关重要,例如错误信念的传播、两极分化甚至社会危害。因此,在快速识别此类错误信息的同时,找到其来源,阻止其在网络上传播是非常重要的。然而,现有的大多数调查都将这两个问题分开分析。本文首先对联合检测方法在谣言检测和谣言源检测问题上的研究现状进行了综述。本调查将这两个问题放在一起,以便观察它们的关系,并提供这两个问题的相似和不同之处。本文还阐述了谣言检测、谣言源检测及其组合问题的局限性,并提出了未来工作中需要解决的一些挑战。
{"title":"Detection of Rumors and Their Sources in Social Networks: A Comprehensive Survey","authors":"Otabek Sattarov;Jaeyoung Choi","doi":"10.1109/TBDATA.2024.3522801","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522801","url":null,"abstract":"With the recent advancements in social network platform technology, an overwhelming amount of information is spreading rapidly. In this situation, it can become increasingly difficult to discern what information is false or true. If false information proliferates significantly, it can lead to undesirable outcomes. Hence, when we receive some information, we can pose the following two questions: <inline-formula><tex-math>$(i)$</tex-math></inline-formula> Is the information true? <inline-formula><tex-math>$(ii)$</tex-math></inline-formula> If not, who initially spread that information? The first problem is the rumor detection issue, while the second is the rumor source detection problem. A rumor-detection problem involves identifying and mitigating false or misleading information spread via various communication channels, particularly online platforms and social media. Rumors can range from harmless ones to deliberately misleading content aimed at deceiving or manipulating audiences. Detecting misinformation is crucial for maintaining the integrity of information ecosystems and preventing harmful effects such as the spread of false beliefs, polarization, and even societal harm. Therefore, it is very important to quickly distinguish such misinformation while simultaneously finding its source to block it from spreading on the network. However, most of the existing surveys have analyzed these two issues separately. In this work, we first survey the existing research on the rumor-detection and rumor source detection problems with joint detection approaches, simultaneously. This survey deals with these two issues together so that their relationship can be observed and it provides how the two problems are similar and different. The limitations arising from the rumor detection, rumor source detection, and their combination problems are also explained, and some challenges to be addressed in future works are presented.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 3","pages":"1528-1547"},"PeriodicalIF":7.5,"publicationDate":"2024-12-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"143949328","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cost-Aware Triangle Counting Over Geo-Distributed Datacenters 地理分布数据中心上的成本意识三角计数
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-25 DOI: 10.1109/TBDATA.2024.3522816
Delong Ma;Ye Yuan;Yanfeng Zhang;Chunze Cao;Yuliang Ma
Counting triangles is an important topic in many practical applications, such as anomaly detection, community search, and recommendation systems. For triangle counting in large and dynamic graphs, recent work has focused on distributed streaming algorithms. These works assume that the graph is processed in the same location, while in reality, the graph stream may be generated and processed in datacenters that are geographically distributed. This raises new challenges to existing triangle counting algorithms, due to the multi-level heterogeneities in network bandwidth and communication prices in geo-distributed datacenters. In this article, we propose a cost-aware framework named ${sf GeoTri}$ based on the Master-Worker-Aggregator architecture, which takes both the cost and performance objectives into consideration for triangle counting in geo-distributed datacenters. The two core parts of this framework are the cost-aware nodes assignment strategy in master, which is critical to obtain node's position and distribute edges reasonably to reduce the cost (i.e., time cost and monetary cost), and cost-aware neighbor transfer strategy among workers, which further eliminates redundancy in data transfers. Additionally, we conduct extensive experiments on seven real-world graphs, and the results demonstrate that ${sf GeoTri}$ significantly lowers both runtime and monetary cost while exhibiting nice accuracy and scalability.
三角形计数在异常检测、社区搜索和推荐系统等许多实际应用中都是一个重要的课题。对于大型动态图形中的三角形计数,最近的工作集中在分布式流算法上。这些工作假设图形在同一位置进行处理,而实际上,图形流可能在地理上分布的数据中心生成和处理。由于地理分布数据中心中网络带宽和通信价格的多层次异构性,这对现有的三角形计数算法提出了新的挑战。在本文中,我们提出了一个基于Master-Worker-Aggregator架构的成本感知框架${sf GeoTri}$,该框架考虑了地理分布式数据中心三角计算的成本和性能目标。该框架的两个核心部分是master中的成本感知节点分配策略,该策略是获取节点位置和合理分配边缘以降低成本(即时间成本和货币成本)的关键,以及worker之间的成本感知邻居转移策略,该策略进一步消除了数据传输中的冗余。此外,我们在七个真实世界的图上进行了广泛的实验,结果表明${sf GeoTri}$显著降低了运行时和货币成本,同时表现出良好的准确性和可扩展性。
{"title":"Cost-Aware Triangle Counting Over Geo-Distributed Datacenters","authors":"Delong Ma;Ye Yuan;Yanfeng Zhang;Chunze Cao;Yuliang Ma","doi":"10.1109/TBDATA.2024.3522816","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3522816","url":null,"abstract":"Counting triangles is an important topic in many practical applications, such as anomaly detection, community search, and recommendation systems. For triangle counting in large and dynamic graphs, recent work has focused on distributed streaming algorithms. These works assume that the graph is processed in the same location, while in reality, the graph stream may be generated and processed in datacenters that are geographically distributed. This raises new challenges to existing triangle counting algorithms, due to the multi-level heterogeneities in network bandwidth and communication prices in geo-distributed datacenters. In this article, we propose a cost-aware framework named <inline-formula><tex-math>${sf GeoTri}$</tex-math></inline-formula> based on the Master-Worker-Aggregator architecture, which takes both the cost and performance objectives into consideration for triangle counting in geo-distributed datacenters. The two core parts of this framework are the cost-aware nodes assignment strategy in master, which is critical to obtain node's position and distribute edges reasonably to reduce the cost (i.e., time cost and monetary cost), and cost-aware neighbor transfer strategy among workers, which further eliminates redundancy in data transfers. Additionally, we conduct extensive experiments on seven real-world graphs, and the results demonstrate that <inline-formula><tex-math>${sf GeoTri}$</tex-math></inline-formula> significantly lowers both runtime and monetary cost while exhibiting nice accuracy and scalability.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"2008-2024"},"PeriodicalIF":7.5,"publicationDate":"2024-12-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144597619","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards Fraud Detection via Fine-Grained Classification of User Behavior 基于用户行为细粒度分类的欺诈检测
IF 7.5 3区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-12-13 DOI: 10.1109/TBDATA.2024.3517313
Xinzhi Wang;Hang Yu;Jiayu Guo;Pengbo Li;Xiangfeng Luo
The mass volume of data in the modern business world requires fraud detection to be automated. Hence, some researchers constructed the fraud scenario into graph data and proposed graph-based fraud detection methods. These methods treat the problem of fraud detection as a binary node classification task. However, the differences between the nodes of the same class are ignored. In this paper, we try to distinguish differences in behavior among nodes of the same class to improve the model’s ability to detect deviation, i.e., we make a fine-grained classification of user behavior (called prototypes) and propose an adaptive prototype-based graph neural network (APGNN) for fraud detection. APGNN learns node behavior representations by extracting both neighborhood and global information, supplying preliminary knowledge for the adaptive creation of several prototypes, each representing a distinct behavior pattern. Subsequently, a new loss function is employed to enhance the prototypes’ capacity to capture these behavior patterns and to amplify the feature differences between different prototypes. Nodes are then projected onto these prototypes to derive the final behavior patterns. Extensive experiments on four real-world datasets show that this method can provide better fraud detection as well as a more understandable result.
现代商业世界的海量数据要求欺诈检测实现自动化。因此,一些研究者将欺诈场景构建为图数据,提出了基于图的欺诈检测方法。这些方法将欺诈检测问题视为二元节点分类任务。但是,同一类的节点之间的差异将被忽略。在本文中,我们试图区分同一类节点之间的行为差异,以提高模型检测偏差的能力,即我们对用户行为进行细粒度分类(称为原型),并提出一种基于自适应原型的图神经网络(APGNN)用于欺诈检测。APGNN通过提取邻域和全局信息来学习节点行为表示,为自适应创建多个原型提供初步知识,每个原型代表一个不同的行为模式。随后,利用一个新的损失函数来增强原型捕捉这些行为模式的能力,并放大不同原型之间的特征差异。然后将节点投影到这些原型上,以派生最终的行为模式。在四个真实数据集上的大量实验表明,该方法可以提供更好的欺诈检测以及更容易理解的结果。
{"title":"Towards Fraud Detection via Fine-Grained Classification of User Behavior","authors":"Xinzhi Wang;Hang Yu;Jiayu Guo;Pengbo Li;Xiangfeng Luo","doi":"10.1109/TBDATA.2024.3517313","DOIUrl":"https://doi.org/10.1109/TBDATA.2024.3517313","url":null,"abstract":"The mass volume of data in the modern business world requires fraud detection to be automated. Hence, some researchers constructed the fraud scenario into graph data and proposed graph-based fraud detection methods. These methods treat the problem of fraud detection as a binary node classification task. However, the differences between the nodes of the same class are ignored. In this paper, we try to distinguish differences in behavior among nodes of the same class to improve the model’s ability to detect deviation, i.e., we make a fine-grained classification of user behavior (called prototypes) and propose an adaptive prototype-based graph neural network (APGNN) for fraud detection. APGNN learns node behavior representations by extracting both neighborhood and global information, supplying preliminary knowledge for the adaptive creation of several prototypes, each representing a distinct behavior pattern. Subsequently, a new loss function is employed to enhance the prototypes’ capacity to capture these behavior patterns and to amplify the feature differences between different prototypes. Nodes are then projected onto these prototypes to derive the final behavior patterns. Extensive experiments on four real-world datasets show that this method can provide better fraud detection as well as a more understandable result.","PeriodicalId":13106,"journal":{"name":"IEEE Transactions on Big Data","volume":"11 4","pages":"1994-2007"},"PeriodicalIF":7.5,"publicationDate":"2024-12-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144597738","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
IEEE Transactions on Big Data
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1