首页 > 最新文献

International Journal of Software Engineering and Knowledge Engineering最新文献

英文 中文
A Hierarchical Model for Quality Evaluation of Mixed Source Software Based on ISO/IEC 25010 基于ISO/IEC 25010的混合源软件质量评价层次模型
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-12-14 DOI: 10.1142/s021819402250070x
Chunguang Zhang, Bixin Li, Lulu Wang, Haixin Xu, Tao Shao
With the emergence of mixed source software, the existing quality models are not able to better assess the community quality and autonomy controllability of mixed source software. To fill this gap, we propose a hierarchical model in this paper for quality assessment of mixed source software. In our model, the new attributes are proposed to meet the quality requirements of mixed source software based on the ISO/IEC 25010 standards, and a set of metrics are designed for the new attributes. The model evaluates the quality of mixed source software through quality attributes that have been quantified by the metrics. Applying our quality model to some mixed source software and comparing the model results with the actual situation, we verify whether our proposed two quality attributes, community intensity and autonomy controllability, can effectively assess the quality of mixed source software. The results of the experiments show that our model is indeed effective in assessing the quality of mixed source software. An important feature of our model is that the model has good flexibility, and the set of quality attributes and metrics can be adjusted freely, which provides a flexible and feasible way for various software quality assessment requirements.
随着混合源软件的出现,现有的质量模型无法较好地评估混合源软件的社区质量和自治可控性。为了填补这一空白,本文提出了一种用于混合源软件质量评估的层次模型。在该模型中,提出了基于ISO/IEC 25010标准的混合源软件质量要求的新属性,并为这些新属性设计了一套度量标准。该模型通过度量所量化的质量属性来评估混合源软件的质量。将本文的质量模型应用于某混合源软件,并将模型结果与实际情况进行对比,验证了本文提出的社区强度和自治可控性两个质量属性能否有效地评价混合源软件的质量。实验结果表明,该模型对混合源软件的质量评价是有效的。该模型的一个重要特点是具有良好的灵活性,质量属性和度量的集合可以自由调整,为各种软件质量评估需求提供了一种灵活可行的方法。
{"title":"A Hierarchical Model for Quality Evaluation of Mixed Source Software Based on ISO/IEC 25010","authors":"Chunguang Zhang, Bixin Li, Lulu Wang, Haixin Xu, Tao Shao","doi":"10.1142/s021819402250070x","DOIUrl":"https://doi.org/10.1142/s021819402250070x","url":null,"abstract":"With the emergence of mixed source software, the existing quality models are not able to better assess the community quality and autonomy controllability of mixed source software. To fill this gap, we propose a hierarchical model in this paper for quality assessment of mixed source software. In our model, the new attributes are proposed to meet the quality requirements of mixed source software based on the ISO/IEC 25010 standards, and a set of metrics are designed for the new attributes. The model evaluates the quality of mixed source software through quality attributes that have been quantified by the metrics. Applying our quality model to some mixed source software and comparing the model results with the actual situation, we verify whether our proposed two quality attributes, community intensity and autonomy controllability, can effectively assess the quality of mixed source software. The results of the experiments show that our model is indeed effective in assessing the quality of mixed source software. An important feature of our model is that the model has good flexibility, and the set of quality attributes and metrics can be adjusted freely, which provides a flexible and feasible way for various software quality assessment requirements.","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"62 1","pages":"181-205"},"PeriodicalIF":0.9,"publicationDate":"2022-12-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76184327","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep Tasks Summarization for Comprehending Mixed Tasks in a Commit 理解一次提交中混合任务的深度任务总结
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-12-10 DOI: 10.1142/s0218194022500711
Taeyoung Kim, Suntae Kim, Duksan Ryu, Jaehyuk Cho
In Version Control System (VCS), a developer frequently uploads multiple tasks such as adding features, code refactoring, and fixing bugs, into a single commit and crumbles each task’s summary when writing a commit message. It causes code readers to feel challenged in understanding the developer’s past tasks within the commit history. To resolve this issue, we propose an automatic approach to generating a task summary to help comprehend multiple mixed tasks in a commit and developed tool support named Task summary Generator (TsGen). In our approach, we use the commit with a single task as input and identify the task to sort its elements sequentially. Then we generate feature vectors from each sorted element to train the Neural Machine Translation (NMT) model. Based on the trained NMT model, we generate the feature vector from each task of a commit with multiple tasks and put each of them into the model to provide the task summary. In evaluation, we compared the performance of TsGen with two existing methods for nine open-source projects. As a result, TsGen outperformed CoDiSum and Jiang’s NMT by 52.08% and 28.07% in BiLingual Evaluation Understudy (BLEU) scores. In addition, the human evaluation was carried out to demonstrate that TsGen helps understand mixed tasks in a commit and gained a 0.27 higher preference than the actual commit message.
在版本控制系统(VCS)中,开发人员经常将多个任务(如添加功能、代码重构和修复bug)上传到单个提交中,并在编写提交消息时分解每个任务的摘要。它使代码读者在理解提交历史中开发人员过去的任务时感到困难。为了解决这个问题,我们提出了一种自动生成任务摘要的方法,以帮助理解提交中的多个混合任务,并开发了名为任务摘要生成器(TsGen)的工具支持。在我们的方法中,我们使用带有单个任务的提交作为输入,并标识该任务以对其元素进行顺序排序。然后从每个排序元素生成特征向量来训练神经机器翻译(NMT)模型。在训练好的NMT模型的基础上,我们从包含多个任务的提交的每个任务中生成特征向量,并将每个任务放入模型中以提供任务摘要。在评估中,我们将TsGen与现有的两种方法在9个开源项目中的性能进行了比较。因此,TsGen在双语评估替补(BLEU)分数上比CoDiSum和Jiang的NMT分别高出52.08%和28.07%。此外,还进行了人工评估,以证明TsGen有助于理解提交中的混合任务,并获得了比实际提交消息高0.27的优先级。
{"title":"Deep Tasks Summarization for Comprehending Mixed Tasks in a Commit","authors":"Taeyoung Kim, Suntae Kim, Duksan Ryu, Jaehyuk Cho","doi":"10.1142/s0218194022500711","DOIUrl":"https://doi.org/10.1142/s0218194022500711","url":null,"abstract":"In Version Control System (VCS), a developer frequently uploads multiple tasks such as adding features, code refactoring, and fixing bugs, into a single commit and crumbles each task’s summary when writing a commit message. It causes code readers to feel challenged in understanding the developer’s past tasks within the commit history. To resolve this issue, we propose an automatic approach to generating a task summary to help comprehend multiple mixed tasks in a commit and developed tool support named Task summary Generator (TsGen). In our approach, we use the commit with a single task as input and identify the task to sort its elements sequentially. Then we generate feature vectors from each sorted element to train the Neural Machine Translation (NMT) model. Based on the trained NMT model, we generate the feature vector from each task of a commit with multiple tasks and put each of them into the model to provide the task summary. In evaluation, we compared the performance of TsGen with two existing methods for nine open-source projects. As a result, TsGen outperformed CoDiSum and Jiang’s NMT by 52.08% and 28.07% in BiLingual Evaluation Understudy (BLEU) scores. In addition, the human evaluation was carried out to demonstrate that TsGen helps understand mixed tasks in a commit and gained a 0.27 higher preference than the actual commit message.","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"7 1","pages":"207-229"},"PeriodicalIF":0.9,"publicationDate":"2022-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75870702","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hybrid Model with Multi-Level Code Representation for Multi-Label Code Smell Detection (077) 基于多级代码表示的多标签代码气味检测混合模型(077)
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-12-07 DOI: 10.1142/s0218194022500723
Yichen Li, An Liu, Lei Zhao, Xiaofang Zhang
Code smell is an indicator of potential problems in a software design that have a negative impact on readability and maintainability. Hence, detecting code smells in a timely and effective manner can provide guides for developers in refactoring. Fortunately, many approaches like metric-based, heuristic-based, machine-learning-based and deep-learning-based have been proposed to detect code smells. However, existing methods, using the simple code representation to describe different code smells unilaterally, cannot efficiently extract enough rich information from source code. In addition, one code snippet often has several code smells at the same time and there is a lack of multi-label code smell detection based on deep learning. In this paper, we present a large-scale dataset for the multi-label code smell detection task since there is still no publicly sufficient dataset for this task. The release of this dataset would push forward the research in this field. Based on it, we propose a hybrid model with multi-level code representation to further optimize the code smell detection. First, we parse the code into the abstract syntax tree (AST) with control and data flow edges and the graph convolution network is applied to get the prediction at the syntactic and semantic level. Then we use the bidirectional long-short term memory network with attention mechanism to analyze the code tokens at the token-level in the meanwhile. Finally, we get the fusion prediction result of the models. Experimental results illustrate that our proposed model outperforms the state-of-the-art methods not only in single code smell detection but also in multi-label code smell detection.
代码气味是软件设计中对可读性和可维护性有负面影响的潜在问题的指示器。因此,及时有效地检测代码气味可以为开发人员提供重构指南。幸运的是,已经提出了许多方法,如基于度量、基于启发式、基于机器学习和基于深度学习的方法来检测代码气味。然而,现有方法采用简单的代码表示来片面地描述不同的代码气味,无法有效地从源代码中提取足够丰富的信息。此外,一个代码片段通常同时具有多个代码气味,并且缺乏基于深度学习的多标签代码气味检测。在本文中,我们为多标签代码气味检测任务提供了一个大规模的数据集,因为仍然没有公开的足够的数据集来完成该任务。该数据集的发布将推动该领域的研究。在此基础上,提出了一种多级代码表示的混合模型,进一步优化代码气味检测。首先,我们将代码解析为具有控制边和数据流边的抽象语法树(AST),并应用图卷积网络在语法和语义层面进行预测。同时,我们利用具有注意机制的双向长短期记忆网络在符号层面对编码符号进行分析。最后,给出了模型的融合预测结果。实验结果表明,该模型不仅在单标签代码气味检测方面优于现有方法,而且在多标签代码气味检测方面也优于现有方法。
{"title":"Hybrid Model with Multi-Level Code Representation for Multi-Label Code Smell Detection (077)","authors":"Yichen Li, An Liu, Lei Zhao, Xiaofang Zhang","doi":"10.1142/s0218194022500723","DOIUrl":"https://doi.org/10.1142/s0218194022500723","url":null,"abstract":"Code smell is an indicator of potential problems in a software design that have a negative impact on readability and maintainability. Hence, detecting code smells in a timely and effective manner can provide guides for developers in refactoring. Fortunately, many approaches like metric-based, heuristic-based, machine-learning-based and deep-learning-based have been proposed to detect code smells. However, existing methods, using the simple code representation to describe different code smells unilaterally, cannot efficiently extract enough rich information from source code. In addition, one code snippet often has several code smells at the same time and there is a lack of multi-label code smell detection based on deep learning. In this paper, we present a large-scale dataset for the multi-label code smell detection task since there is still no publicly sufficient dataset for this task. The release of this dataset would push forward the research in this field. Based on it, we propose a hybrid model with multi-level code representation to further optimize the code smell detection. First, we parse the code into the abstract syntax tree (AST) with control and data flow edges and the graph convolution network is applied to get the prediction at the syntactic and semantic level. Then we use the bidirectional long-short term memory network with attention mechanism to analyze the code tokens at the token-level in the meanwhile. Finally, we get the fusion prediction result of the models. Experimental results illustrate that our proposed model outperforms the state-of-the-art methods not only in single code smell detection but also in multi-label code smell detection.","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"84 1","pages":"1643-1666"},"PeriodicalIF":0.9,"publicationDate":"2022-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80675056","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
MIAR: A Context-Aware Approach for App Review Intention Mining MIAR:应用评论意图挖掘的情境感知方法
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-11-18 DOI: 10.1142/s0218194022500796
Jinwei Lu, Yimin Wu, Jiayan Pei, Zishan Qin, Shizhao Huang, Chao Deng
{"title":"MIAR: A Context-Aware Approach for App Review Intention Mining","authors":"Jinwei Lu, Yimin Wu, Jiayan Pei, Zishan Qin, Shizhao Huang, Chao Deng","doi":"10.1142/s0218194022500796","DOIUrl":"https://doi.org/10.1142/s0218194022500796","url":null,"abstract":"","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"11 1","pages":"1689-1708"},"PeriodicalIF":0.9,"publicationDate":"2022-11-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80056083","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improving Multi-Class Code Readability Classification with An Enhanced Data Augmentation Approach (130) 用增强的数据增强方法改进多类代码可读性分类(130)
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-11-18 DOI: 10.1142/s0218194022500656
Qing Mi, Luo Wang, Lisha Hu, Liwei Ou, Yang Yu
Being a critical factor affecting the maintainability and reusability of the software, code readability is growing crucial in modern software development, where a metric for classifying code readability levels is both applicable and desired. However, most prior research has treated code readability classification as a binary classification task due to the lack of labeled data. To support the training of multi-class code readability classification models, we propose an enhanced data augmentation approach that could be used to generate sufficient readability data and well train a multi-class code readability model. The approach includes the use of domain-specific data transformation and GAN-based data augmentation. We conduct a series of experiments to verify our augmentation approach and gain a state-of-the-art multi-class code readability classification performance with 69.5% Micro-F1, 54.0% Macro-F1 and 67.7% Macro-AUC. Compared to the results where no augmented data is used, the improvements on Micro-F1, Macro-F1 and Macro-AUC are significant with 6.9%, 11.3% and 11.2%, respectively. As an innovative work of proposing multi-class code readability classification and an enhanced code readability data augmentation approach, our method is proved to be effective.
作为影响软件可维护性和可重用性的关键因素,代码可读性在现代软件开发中变得越来越重要,在现代软件开发中,对代码可读性级别进行分类的度量既适用又需要。然而,由于缺乏标记数据,大多数先前的研究都将代码可读性分类视为一种二元分类任务。为了支持多类代码可读性分类模型的训练,我们提出了一种增强的数据增强方法,该方法可以生成足够的可读性数据并很好地训练多类代码可读性模型。该方法包括使用特定于领域的数据转换和基于gan的数据增强。我们进行了一系列实验来验证我们的增强方法,并获得了最先进的多类代码可读性分类性能,Micro-F1为69.5%,Macro-F1为54.0%,Macro-AUC为67.7%。与不使用增强数据的结果相比,Micro-F1、Macro-F1和Macro-AUC的改进效果显著,分别为6.9%、11.3%和11.2%。作为提出多类代码可读性分类和增强代码可读性数据增强方法的创新工作,我们的方法被证明是有效的。
{"title":"Improving Multi-Class Code Readability Classification with An Enhanced Data Augmentation Approach (130)","authors":"Qing Mi, Luo Wang, Lisha Hu, Liwei Ou, Yang Yu","doi":"10.1142/s0218194022500656","DOIUrl":"https://doi.org/10.1142/s0218194022500656","url":null,"abstract":"Being a critical factor affecting the maintainability and reusability of the software, code readability is growing crucial in modern software development, where a metric for classifying code readability levels is both applicable and desired. However, most prior research has treated code readability classification as a binary classification task due to the lack of labeled data. To support the training of multi-class code readability classification models, we propose an enhanced data augmentation approach that could be used to generate sufficient readability data and well train a multi-class code readability model. The approach includes the use of domain-specific data transformation and GAN-based data augmentation. We conduct a series of experiments to verify our augmentation approach and gain a state-of-the-art multi-class code readability classification performance with 69.5% Micro-F1, 54.0% Macro-F1 and 67.7% Macro-AUC. Compared to the results where no augmented data is used, the improvements on Micro-F1, Macro-F1 and Macro-AUC are significant with 6.9%, 11.3% and 11.2%, respectively. As an innovative work of proposing multi-class code readability classification and an enhanced code readability data augmentation approach, our method is proved to be effective.","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"20 1","pages":"1709-1731"},"PeriodicalIF":0.9,"publicationDate":"2022-11-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91222320","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
KEMA++: A Full Representative Knowledge-Graph Embedding Model (036) kema++:全代表性知识图嵌入模型(036)
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-11-16 DOI: 10.1142/s0218194022500760
Hussein Baalbaki, Hussein Hazimeh, Hassan Harb, Rafael Angarita
{"title":"KEMA++: A Full Representative Knowledge-Graph Embedding Model (036)","authors":"Hussein Baalbaki, Hussein Hazimeh, Hassan Harb, Rafael Angarita","doi":"10.1142/s0218194022500760","DOIUrl":"https://doi.org/10.1142/s0218194022500760","url":null,"abstract":"","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"17 14 1","pages":"1619-1641"},"PeriodicalIF":0.9,"publicationDate":"2022-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75398305","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Modeling of Security Fault-Tolerant Requirements for Secure Systems 安全系统的安全容错需求建模
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-11-16 DOI: 10.1142/s0218194022500644
Don Pathirage, Michael Shin, Dongsoo Jang
Security services can keep a system from security breaches for a while, but they are ultimately compromised as the system is deployed and used. This paper describes the modeling of security fault-tolerant (SFT) requirements, which can tolerate the failures of security services for systems. SFT requirements are specified together with the security services requirements so that they tolerate breaches of the security services. This paper addresses an approach for specifying and analyzing SFT requirements using a meta-model. Threats to systems are identified in the requirements specification and analysis phases, and SFT measures against the threats are described with security services. An electronic commerce system is selected to illustrate the approach.
安全服务可以暂时防止系统出现安全漏洞,但随着系统的部署和使用,它们最终会受到损害。本文描述了安全容错需求的建模方法,使系统能够容忍安全服务的故障。SFT规定与保安服务规定一起规定,以便容忍违反保安服务的行为。本文讨论了一种使用元模型来指定和分析SFT需求的方法。在需求规范和分析阶段确定对系统的威胁,并使用安全服务描述针对威胁的SFT措施。选择一个电子商务系统来说明该方法。
{"title":"Modeling of Security Fault-Tolerant Requirements for Secure Systems","authors":"Don Pathirage, Michael Shin, Dongsoo Jang","doi":"10.1142/s0218194022500644","DOIUrl":"https://doi.org/10.1142/s0218194022500644","url":null,"abstract":"Security services can keep a system from security breaches for a while, but they are ultimately compromised as the system is deployed and used. This paper describes the modeling of security fault-tolerant (SFT) requirements, which can tolerate the failures of security services for systems. SFT requirements are specified together with the security services requirements so that they tolerate breaches of the security services. This paper addresses an approach for specifying and analyzing SFT requirements using a meta-model. Threats to systems are identified in the requirements specification and analysis phases, and SFT measures against the threats are described with security services. An electronic commerce system is selected to illustrate the approach.","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":" ","pages":""},"PeriodicalIF":0.9,"publicationDate":"2022-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47425752","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Hybrid Multiple Models Transfer Approach for Cross-Project Software Defect Prediction 跨项目软件缺陷预测的混合多模型转移方法
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-11-16 DOI: 10.1142/s0218194022500784
Shenggang Zhang, Shujuan Jiang, Yue Yan
{"title":"A Hybrid Multiple Models Transfer Approach for Cross-Project Software Defect Prediction","authors":"Shenggang Zhang, Shujuan Jiang, Yue Yan","doi":"10.1142/s0218194022500784","DOIUrl":"https://doi.org/10.1142/s0218194022500784","url":null,"abstract":"","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"5 1","pages":"343-374"},"PeriodicalIF":0.9,"publicationDate":"2022-11-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84449195","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
From SATD Recognition to an Interpretation Method Based on the Dataset 从SATD识别到基于数据集的解释方法
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-11-04 DOI: 10.1142/s0218194022500693
Yuan Meng, Tie Bao, Dawei Lin
{"title":"From SATD Recognition to an Interpretation Method Based on the Dataset","authors":"Yuan Meng, Tie Bao, Dawei Lin","doi":"10.1142/s0218194022500693","DOIUrl":"https://doi.org/10.1142/s0218194022500693","url":null,"abstract":"","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"184 1","pages":"157-180"},"PeriodicalIF":0.9,"publicationDate":"2022-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72472872","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Personalized Learning Path Recommendation for E-Learning Based on Knowledge Graph and Graph Convolutional Network 基于知识图和图卷积网络的个性化学习路径推荐
IF 0.9 4区 计算机科学 Q4 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2022-10-28 DOI: 10.1142/s0218194022500681
Xiaoming Zhang, Shan Liu, Huiyong Wang
{"title":"Personalized Learning Path Recommendation for E-Learning Based on Knowledge Graph and Graph Convolutional Network","authors":"Xiaoming Zhang, Shan Liu, Huiyong Wang","doi":"10.1142/s0218194022500681","DOIUrl":"https://doi.org/10.1142/s0218194022500681","url":null,"abstract":"","PeriodicalId":50288,"journal":{"name":"International Journal of Software Engineering and Knowledge Engineering","volume":"70 1 1","pages":"109-131"},"PeriodicalIF":0.9,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79614038","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
International Journal of Software Engineering and Knowledge Engineering
全部 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