首页 > 最新文献

Science of Computer Programming最新文献

英文 中文
PX-MBT: A framework for model-based player experience testing PX-MBT:基于模型的玩家体验测试框架
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-03-20 DOI: 10.1016/j.scico.2024.103108
Saba Gholizadeh Ansari , I.S.W.B. Prasetya , Mehdi Dastani , Gabriele Keller , Davide Prandi , Fitsum Meshesha Kifetew , Frank Dignum

As video games become more complex and widespread, player experience (PX) testing becomes crucial in the game industry. Attracting and retaining players are key elements to guarantee the success of a game in the highly competitive market. Although a number of techniques have been introduced to measure the emotional aspect of the experience, automated testing of player experience still needs to be explored. This paper presents PX-MBT, a framework for automated player experience testing with emotion pattern verification. PX-MBT (1) utilizes a model-based testing approach for test suite generation, (2) employs a computational model of emotions developed based on a psychological theory of emotions to model players' emotions during game-plays with an intelligent agent, and (3) verifies emotion patterns given by game designers on executed test suites to identify PX-issues. We explain PX-MBT architecture and provide an example along with its result in emotion pattern verification, which asserts the evolution of emotions over time, and heat-maps to showcase the spatial distribution of emotions on the game map.

随着视频游戏变得越来越复杂和广泛,玩家体验(PX)测试在游戏行业变得至关重要。吸引和留住玩家是保证游戏在激烈的市场竞争中取得成功的关键因素。尽管已经引入了许多技术来测量情感方面的体验,但玩家体验的自动测试仍有待探索。本文介绍了 PX-MBT,一个通过情感模式验证进行玩家体验自动测试的框架。PX-MBT (1) 利用基于模型的测试方法生成测试套件;(2) 利用基于心理学情感理论开发的情感计算模型,为玩家在与智能代理玩游戏时的情感建模;(3) 在执行的测试套件上验证游戏设计者给出的情感模式,以识别 PX 问题。我们解释了 PX-MBT 的架构,并提供了一个示例及其在情绪模式验证方面的成果,该成果证实了情绪随时间的演变,并通过热图展示了情绪在游戏地图上的空间分布。
{"title":"PX-MBT: A framework for model-based player experience testing","authors":"Saba Gholizadeh Ansari ,&nbsp;I.S.W.B. Prasetya ,&nbsp;Mehdi Dastani ,&nbsp;Gabriele Keller ,&nbsp;Davide Prandi ,&nbsp;Fitsum Meshesha Kifetew ,&nbsp;Frank Dignum","doi":"10.1016/j.scico.2024.103108","DOIUrl":"10.1016/j.scico.2024.103108","url":null,"abstract":"<div><p>As video games become more complex and widespread, player experience (PX) testing becomes crucial in the game industry. Attracting and retaining players are key elements to guarantee the success of a game in the highly competitive market. Although a number of techniques have been introduced to measure the emotional aspect of the experience, automated testing of player experience still needs to be explored. This paper presents <span>PX-MBT</span>, a framework for automated player experience testing with emotion pattern verification. <span>PX-MBT</span> (1) utilizes a model-based testing approach for test suite generation, (2) employs a computational model of emotions developed based on a psychological theory of emotions to model players' emotions during game-plays with an intelligent agent, and (3) verifies emotion patterns given by game designers on executed test suites to identify PX-issues. We explain <span>PX-MBT</span> architecture and provide an example along with its result in emotion pattern verification, which asserts the evolution of emotions over time, and heat-maps to showcase the spatial distribution of emotions on the game map.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-03-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S0167642324000315/pdfft?md5=3feb08ed6c236db63ae3355a5f46a72f&pid=1-s2.0-S0167642324000315-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140280471","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A method to identify overfitting program repair patches based on expression tree 基于表达树识别过度拟合程序修复补丁的方法
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-03-05 DOI: 10.1016/j.scico.2024.103105
Yukun Dong, Xiaotong Cheng, Yufei Yang, Lulu Zhang, Shuqi Wang, Lingjie Kong

The primary aim of Automatic Program Repair (APR) is to automatically repair defective programs, with the intention of reducing the amount of effort required by developers. However, APR techniques may produce overfitting patches that do not truly repair the program, allowing the program to pass all test cases. This paper provides a comprehensive review of the overfitting problem and adds to the existing research on overfitting in conditional statements. Our proposed method, ETPAT (Expression Tree-based Patch Assessment Technique), implements expression trees and targeted coverage criteria to identify differences between the original and the patched program. We utilize ETPAT to verify test case adequacy. In parallel, ETPAT also guides the generation of corresponding test cases via equivalence class information, which may be added to the original test suite, making it more robust while also preventing the repair technique from generating comparable overfitting patches. With reference to the patch set in the BuggyJavaJML benchmark, ETPAT recognized 77/82 (93.9%) overfitting patches out of 120 patches related to conditional constraints, displaying superior accuracy rates and fewer test cases required than the original repair tool.

自动程序修复(APR)的主要目的是自动修复有缺陷的程序,以减少开发人员的工作量。然而,自动程序修复技术可能会产生过拟合补丁,无法真正修复程序,使程序通过所有测试用例。本文全面回顾了过拟合问题,并对现有的条件语句过拟合研究进行了补充。我们提出的 ETPAT(基于表达式树的补丁评估技术)方法采用表达式树和目标覆盖标准来识别原始程序和补丁程序之间的差异。我们利用 ETPAT 验证测试用例的充分性。与此同时,ETPAT 还能通过等价类信息指导生成相应的测试用例,这些测试用例可添加到原始测试套件中,使其更加稳健,同时还能防止修复技术生成类似的过拟合补丁。参照 BuggyJavaJML 基准中的补丁集,ETPAT 在 120 个与条件约束相关的补丁中识别出 77/82 个(93.9%)过拟合补丁,显示出比原始修复工具更高的准确率和更少的所需测试用例。
{"title":"A method to identify overfitting program repair patches based on expression tree","authors":"Yukun Dong,&nbsp;Xiaotong Cheng,&nbsp;Yufei Yang,&nbsp;Lulu Zhang,&nbsp;Shuqi Wang,&nbsp;Lingjie Kong","doi":"10.1016/j.scico.2024.103105","DOIUrl":"10.1016/j.scico.2024.103105","url":null,"abstract":"<div><p>The primary aim of Automatic Program Repair (APR) is to automatically repair defective programs, with the intention of reducing the amount of effort required by developers. However, APR techniques may produce overfitting patches that do not truly repair the program, allowing the program to pass all test cases. This paper provides a comprehensive review of the overfitting problem and adds to the existing research on overfitting in conditional statements. Our proposed method, ETPAT (Expression Tree-based Patch Assessment Technique), implements expression trees and targeted coverage criteria to identify differences between the original and the patched program. We utilize ETPAT to verify test case adequacy. In parallel, ETPAT also guides the generation of corresponding test cases via equivalence class information, which may be added to the original test suite, making it more robust while also preventing the repair technique from generating comparable overfitting patches. With reference to the patch set in the BuggyJavaJML benchmark, ETPAT recognized 77/82 (93.9%) overfitting patches out of 120 patches related to conditional constraints, displaying superior accuracy rates and fewer test cases required than the original repair tool.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-03-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140053861","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
Diagnosis of package installation incompatibility via knowledge base 通过知识库诊断软件包安装的不兼容性
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-03-01 DOI: 10.1016/j.scico.2024.103098
Yulu Cao , Zhifei Chen , Xiaowei Zhang , Yanhui Li , Lin Chen , Linzhang Wang

Python package installation is far from trivial. Users encounter a variety of errors when installing Python libraries, including dependency conflicts and incompatibilities. Existing solutions focus on parsing third-party dependencies but ignore the impact of local settings and user requirements. In this paper, we propose a novel approach, HELP, to help Python users tackle installation errors. We first establish a local knowledge base by extracting the PyPI database and dependency analysis. When the user provides the installation requirements, HELP extracts multiple constraints including user requirements, Python version constraints, and dependency constraints, and models them into SMT expressions. Then HELP solves the installation problem by using the SMT solver.

To understand the status of Python version compatibility, we conduct an empirical study on Python version compatibility on 8,502 libraries. The study reveals that 80% of Python libraries do not declare Python version constraints in most versions. We also find that installation errors are strongly related to Python versions. To evaluate HELP, we conduct the experiment on 495 sampled installation failures. The results show that HELP can effectively resolve 263 installation failures, 42% more than the baseline approach. Especially, HELP provides a more comprehensive diagnosis when encountering configuration-related installation failures. Besides, HELP is more efficient than pip at predicting installation failures (30X speedups), which may save much effort if the installation cannot succeed.

Python 软件包的安装绝非易事。用户在安装 Python 库时会遇到各种错误,包括依赖关系冲突和不兼容。现有的解决方案侧重于解析第三方依赖关系,但忽略了本地设置和用户需求的影响。在本文中,我们提出了一种新方法 HELP,以帮助 Python 用户解决安装错误问题。我们首先通过提取 PyPI 数据库和依赖关系分析建立本地知识库。当用户提供安装需求时,HELP 会提取多个约束,包括用户需求、Python 版本约束和依赖约束,并将其建模为 SMT 表达式。为了了解 Python 版本兼容性的现状,我们对 8502 个库的 Python 版本兼容性进行了实证研究。研究发现,80% 的 Python 库在大多数版本中都没有声明 Python 版本约束。我们还发现,安装错误与 Python 版本密切相关。为了评估 HELP,我们对 495 个安装失败的样本进行了实验。结果表明,HELP 可以有效解决 263 个安装故障,比基准方法多 42%。尤其是在遇到与配置相关的安装故障时,HELP 能提供更全面的诊断。此外,在预测安装失败方面,HELP 比 pip 更有效(速度提高了 30 倍),这可能会在安装无法成功时节省大量精力。
{"title":"Diagnosis of package installation incompatibility via knowledge base","authors":"Yulu Cao ,&nbsp;Zhifei Chen ,&nbsp;Xiaowei Zhang ,&nbsp;Yanhui Li ,&nbsp;Lin Chen ,&nbsp;Linzhang Wang","doi":"10.1016/j.scico.2024.103098","DOIUrl":"https://doi.org/10.1016/j.scico.2024.103098","url":null,"abstract":"<div><p>Python package installation is far from trivial. Users encounter a variety of errors when installing Python libraries, including dependency conflicts and incompatibilities. Existing solutions focus on parsing third-party dependencies but ignore the impact of local settings and user requirements. In this paper, we propose a novel approach, HELP, to help Python users tackle installation errors. We first establish a local knowledge base by extracting the PyPI database and dependency analysis. When the user provides the installation requirements, HELP extracts multiple constraints including user requirements, Python version constraints, and dependency constraints, and models them into SMT expressions. Then HELP solves the installation problem by using the SMT solver.</p><p>To understand the status of Python version compatibility, we conduct an empirical study on Python version compatibility on 8,502 libraries. The study reveals that 80% of Python libraries do not declare Python version constraints in most versions. We also find that installation errors are strongly related to Python versions. To evaluate HELP, we conduct the experiment on 495 sampled installation failures. The results show that HELP can effectively resolve 263 installation failures, 42% more than the baseline approach. Especially, HELP provides a more comprehensive diagnosis when encountering configuration-related installation failures. Besides, HELP is more efficient than pip at predicting installation failures (30X speedups), which may save much effort if the installation cannot succeed.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140042827","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
Sibilla: A tool for reasoning about collective systems Sibilla:集体系统推理工具
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-28 DOI: 10.1016/j.scico.2024.103095
Nicola Del Giudice, Lorenzo Matteucci, Michela Quadrini, Aniqa Rehman, Michele Loreti

Formal approaches and tools have been defined, implemented and successfully applied to support the design and development of Collective Adaptive Systems. These tools are highly specialised in their fields, and their integration requires an effort.

In this paper, we introduce Sibilla, a Java modular tool that facilitates the integration of multiple specification languages for supporting quantitative analysis of systems. After a description of the general architecture of Sibilla, the main features of the tool are discussed via simple examples.

形式化方法和工具已被定义、实施并成功应用于支持集体自适应系统的设计和开发。在本文中,我们将介绍一种 Java 模块化工具 Sibilla,它有助于集成多种规范语言,支持系统的定量分析。在介绍了 Sibilla 的总体架构后,我们将通过简单的示例讨论该工具的主要功能。
{"title":"Sibilla: A tool for reasoning about collective systems","authors":"Nicola Del Giudice,&nbsp;Lorenzo Matteucci,&nbsp;Michela Quadrini,&nbsp;Aniqa Rehman,&nbsp;Michele Loreti","doi":"10.1016/j.scico.2024.103095","DOIUrl":"https://doi.org/10.1016/j.scico.2024.103095","url":null,"abstract":"<div><p>Formal approaches and tools have been defined, implemented and successfully applied to support the design and development of Collective Adaptive Systems. These tools are highly specialised in their fields, and their integration requires an effort.</p><p>In this paper, we introduce <span>Sibilla</span>, a Java modular tool that facilitates the integration of multiple specification languages for supporting quantitative analysis of systems. After a description of the general architecture of <span>Sibilla</span>, the main features of the tool are discussed via simple examples.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140030212","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
Narrowing and heuristic search for symbolic reachability analysis of concurrent object-oriented systems 面向对象并发系统符号可达性分析的缩小和启发式搜索
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-23 DOI: 10.1016/j.scico.2024.103097
Byeongjee Kang , Kyungmin Bae

A concurrent system specified as a rewrite theory can be analyzed symbolically using narrowing-based reachability analysis. Narrowing-based approaches have been applied to formally analyze cryptographic protocols and parameterized protocols. However, existing narrowing-based analysis methods, based on a breadth-first-search strategy, cannot deal with generic distributed systems with objects and messages due to the symbolic state-space explosion problem and implicit constraints imposed on object-oriented systems. This paper proposes a heuristic search approach for narrowing-based reachability analysis to guide the search for counterexamples with a small number of objects. As a result, our method can effectively find a counterexample if an error state is reachable. In addition, this paper also shows how to encode implicit object-oriented constraints using order-sorted signatures and equational constraints. We demonstrate the effectiveness of our technique using a nontrivial distributed consensus algorithm.

以重写理论指定的并发系统可以使用基于窄化的可达性分析进行符号分析。基于缩窄的方法已被用于正式分析加密协议和参数化协议。然而,由于符号状态空间爆炸问题和面向对象系统的隐式约束,基于广度优先搜索策略的现有缩窄分析方法无法处理具有对象和消息的通用分布式系统。本文提出了一种启发式搜索方法,用于基于缩小范围的可达性分析,引导搜索具有少量对象的反例。因此,如果错误状态是可达到的,我们的方法就能有效地找到反例。此外,本文还展示了如何使用顺序排列签名和等式约束来编码隐式面向对象约束。我们用一个非难分布式共识算法证明了我们技术的有效性。
{"title":"Narrowing and heuristic search for symbolic reachability analysis of concurrent object-oriented systems","authors":"Byeongjee Kang ,&nbsp;Kyungmin Bae","doi":"10.1016/j.scico.2024.103097","DOIUrl":"https://doi.org/10.1016/j.scico.2024.103097","url":null,"abstract":"<div><p>A concurrent system specified as a rewrite theory can be analyzed symbolically using narrowing-based reachability analysis. Narrowing-based approaches have been applied to formally analyze cryptographic protocols and parameterized protocols. However, existing narrowing-based analysis methods, based on a breadth-first-search strategy, cannot deal with generic distributed systems with objects and messages due to the symbolic state-space explosion problem and implicit constraints imposed on object-oriented systems. This paper proposes a heuristic search approach for narrowing-based reachability analysis to guide the search for counterexamples with a small number of objects. As a result, our method can effectively find a counterexample if an error state is reachable. In addition, this paper also shows how to encode implicit object-oriented constraints using order-sorted signatures and equational constraints. We demonstrate the effectiveness of our technique using a nontrivial distributed consensus algorithm.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140000111","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
Preface for the special issue on tool papers of the 17th International Federated Conference on Distributed Computing Techniques, DisCoTec 2022 第 17 届分布式计算技术国际联盟会议(DisCoTec 2022)工具论文特刊序言
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-23 DOI: 10.1016/j.scico.2024.103096
Ferruccio Damiani, David Eyers, Anna Philippou
{"title":"Preface for the special issue on tool papers of the 17th International Federated Conference on Distributed Computing Techniques, DisCoTec 2022","authors":"Ferruccio Damiani,&nbsp;David Eyers,&nbsp;Anna Philippou","doi":"10.1016/j.scico.2024.103096","DOIUrl":"https://doi.org/10.1016/j.scico.2024.103096","url":null,"abstract":"","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139985802","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
Neighborhood contrastive learning-based graph neural network for bug triaging 基于邻域对比学习的图神经网络用于错误分拣
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-20 DOI: 10.1016/j.scico.2024.103093
Haozhen Dong, Hongmin Ren, Jialiang Shi, Yichen Xie, Xudong Hu

Researchers have been developing automatic bug triaging techniques by leveraging bug information sourced from bug tracking systems. Recent studies have modeled the bug-developer relationship as a graph, introducing graph neural networks for bug triaging. Despite achieving positive outcomes, these methods overlook issues related to data sparsity and fail to fully exploit implicit relationships within the graph. In addressing these challenges, we present the Neighborhood Contrastive Learning-based Graph Neural Network Bug Triaging framework, abbreviated as NCGBT. Our approach models the relationship between bugs and developers as a bipartite graph. We utilize a pre-trained language model to acquire the initial representation of bug nodes. Employing a basic graph neural network framework, we learn the representation of all nodes and leverage these representations to predict developers for a given bug. Our proposed strategy involves neighborhood contrastive learning applied to the basic graph neural network approach. We take into account the neighbors of nodes from both structural and semantic perspectives, utilizing them as contrastive objects. Extensive experiments conducted on three public datasets demonstrate the effectiveness of the NCGBT framework.

研究人员一直在利用来自错误跟踪系统的错误信息开发自动错误分流技术。最近的研究将错误与开发人员的关系建模为一个图,并引入图神经网络进行错误分流。尽管取得了积极的成果,但这些方法忽略了与数据稀疏性相关的问题,也未能充分利用图中的隐含关系。为了应对这些挑战,我们提出了基于邻域对比学习的图神经网络错误分拣框架,简称 NCGBT。我们的方法将错误和开发人员之间的关系建模为双向图。我们利用预先训练好的语言模型来获取错误节点的初始表示。我们采用基本的图神经网络框架,学习所有节点的表示,并利用这些表示来预测给定错误的开发者。我们提出的策略涉及应用于基本图神经网络方法的邻域对比学习。我们从结构和语义两个角度考虑节点的邻域,将其作为对比对象加以利用。在三个公共数据集上进行的广泛实验证明了 NCGBT 框架的有效性。
{"title":"Neighborhood contrastive learning-based graph neural network for bug triaging","authors":"Haozhen Dong,&nbsp;Hongmin Ren,&nbsp;Jialiang Shi,&nbsp;Yichen Xie,&nbsp;Xudong Hu","doi":"10.1016/j.scico.2024.103093","DOIUrl":"10.1016/j.scico.2024.103093","url":null,"abstract":"<div><p>Researchers have been developing automatic bug triaging techniques by leveraging bug information sourced from bug tracking systems. Recent studies have modeled the bug-developer relationship as a graph, introducing graph neural networks for bug triaging. Despite achieving positive outcomes, these methods overlook issues related to data sparsity and fail to fully exploit implicit relationships within the graph. In addressing these challenges, we present the Neighborhood Contrastive Learning-based Graph Neural Network Bug Triaging framework, abbreviated as NCGBT. Our approach models the relationship between bugs and developers as a bipartite graph. We utilize a pre-trained language model to acquire the initial representation of bug nodes. Employing a basic graph neural network framework, we learn the representation of all nodes and leverage these representations to predict developers for a given bug. Our proposed strategy involves neighborhood contrastive learning applied to the basic graph neural network approach. We take into account the neighbors of nodes from both structural and semantic perspectives, utilizing them as contrastive objects. Extensive experiments conducted on three public datasets demonstrate the effectiveness of the NCGBT framework.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139919482","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
Exploratory study on the syntactic and semantic consistency of terms in project management glossaries to provide recommendations for a project management ontology 关于项目管理词汇表中术语的句法和语义一致性的探索性研究,为项目管理本体论提供建议
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-20 DOI: 10.1016/j.scico.2024.103094
Pablo Becker, María Fernanda Papa, Luis Olsina

This paper shows an exploratory study of the syntactic and semantic similarities and discrepancies of the terms of four selected project management glossaries. The main purpose of this study is to provide recommendations on adoptions and adaptations of labels and/or definitions of project management glossary terms to be included in a new or existing project management ontology. As a result, a list of recommended terms for a project management ontology to be built is analyzed. The recommendation of terms will be limited to generic terms that can be located at the core level instead of the domain level in the context of an ontological architecture. In particular, the list of terms will be discussed in light of a previously developed project management ontology that will be updated in future work. Another goal of this work is to evaluate the level of syntactic and semantic consistency and harmonization that currently exists in these glossaries. As a result, it becomes apparent from this early research that many opportunities exist to improve these terminologies for greater consistency, harmonization, and standardization in the field.

本文对四个选定的项目管理术语表中术语的句法和语义相似性和差异进行了探索性研究。本研究的主要目的是就项目管理术语表术语的标签和/或定义的采用和调整提出建议,以便纳入新的或现有的项目管理本体论。因此,本研究分析了拟建项目管理本体的推荐术语列表。推荐的术语仅限于在本体架构背景下可位于核心层面而非领域层面的通用术语。特别是,术语列表将根据先前开发的项目管理本体进行讨论,该本体将在今后的工作中进行更新。这项工作的另一个目标是评估这些术语表目前在语法和语义方面的一致性和协调性。因此,从这一早期研究中可以明显看出,存在许多改进这些术语的机会,以提高该领域的一致性、协调性和标准化程度。
{"title":"Exploratory study on the syntactic and semantic consistency of terms in project management glossaries to provide recommendations for a project management ontology","authors":"Pablo Becker,&nbsp;María Fernanda Papa,&nbsp;Luis Olsina","doi":"10.1016/j.scico.2024.103094","DOIUrl":"10.1016/j.scico.2024.103094","url":null,"abstract":"<div><p>This paper shows an exploratory study of the syntactic and semantic similarities and discrepancies of the terms of four selected project management glossaries. The main purpose of this study is to provide recommendations on adoptions and adaptations of labels and/or definitions of project management glossary terms to be included in a new or existing project management ontology. As a result, a list of recommended terms for a project management ontology to be built is analyzed. The recommendation of terms will be limited to generic terms that can be located at the core level instead of the domain level in the context of an ontological architecture. In particular, the list of terms will be discussed in light of a previously developed project management ontology that will be updated in future work. Another goal of this work is to evaluate the level of syntactic and semantic consistency and harmonization that currently exists in these glossaries. As a result, it becomes apparent from this early research that many opportunities exist to improve these terminologies for greater consistency, harmonization, and standardization in the field.</p></div>","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139919355","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
Introduction to the TASE 2022 Special issue TASE 2022 特刊简介
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-10 DOI: 10.1016/j.scico.2024.103092
Yamine Ait-Ameur , Florin Craciun
{"title":"Introduction to the TASE 2022 Special issue","authors":"Yamine Ait-Ameur ,&nbsp;Florin Craciun","doi":"10.1016/j.scico.2024.103092","DOIUrl":"https://doi.org/10.1016/j.scico.2024.103092","url":null,"abstract":"","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139748903","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
Preface for the Special Issue on Tools and Demonstrations in Model-Driven Engineering 模型驱动工程中的工具和演示》特刊序言
IF 1.3 4区 计算机科学 Q2 Computer Science Pub Date : 2024-02-09 DOI: 10.1016/j.scico.2024.103091
Davide Di Ruscio , Jessie Galasso , Richard Paige
{"title":"Preface for the Special Issue on Tools and Demonstrations in Model-Driven Engineering","authors":"Davide Di Ruscio ,&nbsp;Jessie Galasso ,&nbsp;Richard Paige","doi":"10.1016/j.scico.2024.103091","DOIUrl":"10.1016/j.scico.2024.103091","url":null,"abstract":"","PeriodicalId":49561,"journal":{"name":"Science of Computer Programming","volume":null,"pages":null},"PeriodicalIF":1.3,"publicationDate":"2024-02-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139816334","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
期刊
Science of Computer Programming
全部 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