首页 > 最新文献

International Journal of Web Information Systems最新文献

英文 中文
ImageNet classification with Raspberry Pis: federated learning algorithms of local classifiers 使用树莓派(Raspberry Pis)进行图像网络分类:本地分类器的联合学习算法
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-12-29 DOI: 10.1108/ijwis-03-2023-0057
Thanh-Nghi Do, Minh-Thu Tran-Nguyen
Purpose This study aims to propose novel edge device-tailored federated learning algorithms of local classifiers (stochastic gradient descent, support vector machines), namely, FL-lSGD and FL-lSVM. These algorithms are designed to address the challenge of large-scale ImageNet classification. Design/methodology/approach The authors’ FL-lSGD and FL-lSVM trains in a parallel and incremental manner to build an ensemble local classifier on Raspberry Pis without requiring data exchange. The algorithms load small data blocks of the local training subset stored on the Raspberry Pi sequentially to train the local classifiers. The data block is split into k partitions using the k-means algorithm, and models are trained in parallel on each data partition to enable local data classification. Findings Empirical test results on the ImageNet data set show that the authors’ FL-lSGD and FL-lSVM algorithms with 4 Raspberry Pis (Quad core Cortex-A72, ARM v8, 64-bit SoC @ 1.5GHz, 4GB RAM) are faster than the state-of-the-art LIBLINEAR algorithm run on a PC (Intel(R) Core i7-4790 CPU, 3.6 GHz, 4 cores, 32GB RAM). Originality/value Efficiently addressing the challenge of large-scale ImageNet classification, the authors’ novel federated learning algorithms of local classifiers have been tailored to work on the Raspberry Pi. These algorithms can handle 1,281,167 images and 1,000 classes effectively.
目的 本研究旨在提出新型边缘设备定制的局部分类器(随机梯度下降、支持向量机)联合学习算法,即 FL-lSGD 和 FL-lSVM。这些算法旨在应对大规模 ImageNet 分类的挑战。 设计/方法/途径 作者的 FL-lSGD 和 FL-lSVM 以并行和增量的方式进行训练,在树莓派(Raspberry Pis)上建立一个集合局部分类器,而无需交换数据。这些算法按顺序加载存储在树莓派(Raspberry Pi)上的本地训练子集的小数据块,以训练本地分类器。使用 k-means 算法将数据块分成 k 个分区,并在每个数据分区上并行训练模型,以实现本地数据分类。 结果 在ImageNet数据集上的经验测试结果表明,作者的FL-lSGD和FL-lSVM算法在4台Raspberry Pis(四核Cortex-A72、ARM v8、64位SoC @ 1.5GHz、4GB RAM)上的运行速度快于在PC(Intel(R) Core i7-4790 CPU、3.6GHz、4核、32GB RAM)上运行的最先进的LIBLINEAR算法。 独创性/价值 作者新颖的本地分类器联合学习算法可有效地应对大规模 ImageNet 分类的挑战,该算法经过定制,可在 Raspberry Pi 上运行。这些算法可有效处理 1,281,167 幅图像和 1,000 个类别。
{"title":"ImageNet classification with Raspberry Pis: federated learning algorithms of local classifiers","authors":"Thanh-Nghi Do, Minh-Thu Tran-Nguyen","doi":"10.1108/ijwis-03-2023-0057","DOIUrl":"https://doi.org/10.1108/ijwis-03-2023-0057","url":null,"abstract":"Purpose This study aims to propose novel edge device-tailored federated learning algorithms of local classifiers (stochastic gradient descent, support vector machines), namely, FL-lSGD and FL-lSVM. These algorithms are designed to address the challenge of large-scale ImageNet classification. Design/methodology/approach The authors’ FL-lSGD and FL-lSVM trains in a parallel and incremental manner to build an ensemble local classifier on Raspberry Pis without requiring data exchange. The algorithms load small data blocks of the local training subset stored on the Raspberry Pi sequentially to train the local classifiers. The data block is split into k partitions using the k-means algorithm, and models are trained in parallel on each data partition to enable local data classification. Findings Empirical test results on the ImageNet data set show that the authors’ FL-lSGD and FL-lSVM algorithms with 4 Raspberry Pis (Quad core Cortex-A72, ARM v8, 64-bit SoC @ 1.5GHz, 4GB RAM) are faster than the state-of-the-art LIBLINEAR algorithm run on a PC (Intel(R) Core i7-4790 CPU, 3.6 GHz, 4 cores, 32GB RAM). Originality/value Efficiently addressing the challenge of large-scale ImageNet classification, the authors’ novel federated learning algorithms of local classifiers have been tailored to work on the Raspberry Pi. These algorithms can handle 1,281,167 images and 1,000 classes effectively.","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"29 47","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-12-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139147663","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A review of in-memory computing for machine learning: architectures, options 机器学习内存计算回顾:架构、选项
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-12-22 DOI: 10.1108/ijwis-08-2023-0131
Václav Snášel, Tran Khanh Dang, Josef Kueng, Lingping Kong
PurposeThis paper aims to review in-memory computing (IMC) for machine learning (ML) applications from history, architectures and options aspects. In this review, the authors investigate different architectural aspects and collect and provide our comparative evaluations.Design/methodology/approachCollecting over 40 IMC papers related to hardware design and optimization techniques of recent years, then classify them into three optimization option categories: optimization through graphic processing unit (GPU), optimization through reduced precision and optimization through hardware accelerator. Then, the authors brief those techniques in aspects such as what kind of data set it applied, how it is designed and what is the contribution of this design.FindingsML algorithms are potent tools accommodated on IMC architecture. Although general-purpose hardware (central processing units and GPUs) can supply explicit solutions, their energy efficiencies have limitations because of their excessive flexibility support. On the other hand, hardware accelerators (field programmable gate arrays and application-specific integrated circuits) win on the energy efficiency aspect, but individual accelerator often adapts exclusively to ax single ML approach (family). From a long hardware evolution perspective, hardware/software collaboration heterogeneity design from hybrid platforms is an option for the researcher.Originality/valueIMC’s optimization enables high-speed processing, increases performance and analyzes massive volumes of data in real-time. This work reviews IMC and its evolution. Then, the authors categorize three optimization paths for the IMC architecture to improve performance metrics.
目的本文旨在从历史、架构和选项等方面回顾用于机器学习(ML)应用的内存计算(IMC)。在这篇综述中,作者对不同的架构方面进行了研究,并收集和提供了我们的比较评估。设计/方法/途径收集了近年来与硬件设计和优化技术相关的 40 多篇 IMC 论文,然后将它们分为三个优化选项类别:通过图形处理器(GPU)进行优化、通过降低精度进行优化和通过硬件加速器进行优化。然后,作者从应用何种数据集、如何设计以及这种设计的贡献等方面简要介绍了这些技术。虽然通用硬件(中央处理器和 GPU)可以提供明确的解决方案,但由于其支持的灵活性过高,其能效受到限制。另一方面,硬件加速器(现场可编程门阵列和特定应用集成电路)在能效方面胜出,但单个加速器往往只适用于单一的 ML 方法(系列)。从长期硬件演进的角度来看,混合平台的硬件/软件协作异构设计是研究人员的一个选择。原创性/价值IMC 的优化实现了高速处理,提高了性能,并能实时分析海量数据。本作品回顾了 IMC 及其发展历程。然后,作者对 IMC 架构的三种优化路径进行了分类,以提高性能指标。
{"title":"A review of in-memory computing for machine learning: architectures, options","authors":"Václav Snášel, Tran Khanh Dang, Josef Kueng, Lingping Kong","doi":"10.1108/ijwis-08-2023-0131","DOIUrl":"https://doi.org/10.1108/ijwis-08-2023-0131","url":null,"abstract":"\u0000Purpose\u0000This paper aims to review in-memory computing (IMC) for machine learning (ML) applications from history, architectures and options aspects. In this review, the authors investigate different architectural aspects and collect and provide our comparative evaluations.\u0000\u0000\u0000Design/methodology/approach\u0000Collecting over 40 IMC papers related to hardware design and optimization techniques of recent years, then classify them into three optimization option categories: optimization through graphic processing unit (GPU), optimization through reduced precision and optimization through hardware accelerator. Then, the authors brief those techniques in aspects such as what kind of data set it applied, how it is designed and what is the contribution of this design.\u0000\u0000\u0000Findings\u0000ML algorithms are potent tools accommodated on IMC architecture. Although general-purpose hardware (central processing units and GPUs) can supply explicit solutions, their energy efficiencies have limitations because of their excessive flexibility support. On the other hand, hardware accelerators (field programmable gate arrays and application-specific integrated circuits) win on the energy efficiency aspect, but individual accelerator often adapts exclusively to ax single ML approach (family). From a long hardware evolution perspective, hardware/software collaboration heterogeneity design from hybrid platforms is an option for the researcher.\u0000\u0000\u0000Originality/value\u0000IMC’s optimization enables high-speed processing, increases performance and analyzes massive volumes of data in real-time. This work reviews IMC and its evolution. Then, the authors categorize three optimization paths for the IMC architecture to improve performance metrics.\u0000","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"34 25","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138946936","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Efficient knowledge distillation for remote sensing image classification: a CNN-based approach 遥感图像分类的高效知识提炼:基于 CNN 的方法
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-12-14 DOI: 10.1108/ijwis-10-2023-0192
Huaxiang Song, Chai Wei, Zhou Yong
PurposeThe paper aims to tackle the classification of Remote Sensing Images (RSIs), which presents a significant challenge for computer algorithms due to the inherent characteristics of clustered ground objects and noisy backgrounds. Recent research typically leverages larger volume models to achieve advanced performance. However, the operating environments of remote sensing commonly cannot provide unconstrained computational and storage resources. It requires lightweight algorithms with exceptional generalization capabilities.Design/methodology/approachThis study introduces an efficient knowledge distillation (KD) method to build a lightweight yet precise convolutional neural network (CNN) classifier. This method also aims to substantially decrease the training time expenses commonly linked with traditional KD techniques. This approach entails extensive alterations to both the model training framework and the distillation process, each tailored to the unique characteristics of RSIs. In particular, this study establishes a robust ensemble teacher by independently training two CNN models using a customized, efficient training algorithm. Following this, this study modifies a KD loss function to mitigate the suppression of non-target category predictions, which are essential for capturing the inter- and intra-similarity of RSIs.FindingsThis study validated the student model, termed KD-enhanced network (KDE-Net), obtained through the KD process on three benchmark RSI data sets. The KDE-Net surpasses 42 other state-of-the-art methods in the literature published from 2020 to 2023. Compared to the top-ranked method’s performance on the challenging NWPU45 data set, KDE-Net demonstrated a noticeable 0.4% increase in overall accuracy with a significant 88% reduction in parameters. Meanwhile, this study’s reformed KD framework significantly enhances the knowledge transfer speed by at least three times.Originality/valueThis study illustrates that the logit-based KD technique can effectively develop lightweight CNN classifiers for RSI classification without substantial sacrifices in computation and storage costs. Compared to neural architecture search or other methods aiming to provide lightweight solutions, this study’s KDE-Net, based on the inherent characteristics of RSIs, is currently more efficient in constructing accurate yet lightweight classifiers for RSI classification.
本文旨在解决遥感图像(RSI)的分类问题,由于地面物体聚集和背景嘈杂的固有特征,遥感图像的分类对计算机算法来说是一项重大挑战。最近的研究通常利用大容量模型来实现先进的性能。然而,遥感工作环境通常无法提供不受限制的计算和存储资源。本研究介绍了一种高效的知识提炼(KD)方法,用于构建轻量级但精确的卷积神经网络(CNN)分类器。该方法还旨在大幅减少与传统知识蒸馏技术相关的训练时间成本。这种方法需要对模型训练框架和蒸馏过程进行大量改动,每个改动都是针对 RSI 的独特特征量身定制的。特别是,本研究通过使用定制的高效训练算法独立训练两个 CNN 模型,建立了一个稳健的集合教师。随后,本研究修改了 KD 损失函数,以减轻对非目标类别预测的抑制,这对捕捉 RSI 的内部和外部相似性至关重要。研究结果本研究在三个基准 RSI 数据集上验证了通过 KD 过程获得的学生模型,即 KD 增强网络 (KDE-Net)。KDE-Net 超越了 2020 年至 2023 年发表的文献中的 42 种其他最先进方法。与排名第一的方法在具有挑战性的 NWPU45 数据集上的表现相比,KDE-Net 的总体准确率明显提高了 0.4%,参数大幅减少了 88%。同时,本研究改革后的 KD 框架将知识转移速度显著提高了至少三倍。 原创性/价值 本研究说明,基于 logit 的 KD 技术可以有效地为 RSI 分类开发轻量级 CNN 分类器,而无需大幅牺牲计算和存储成本。与神经架构搜索或其他旨在提供轻量级解决方案的方法相比,本研究的 KDE-Net 基于 RSI 的固有特征,目前在为 RSI 分类构建准确而轻量级的分类器方面效率更高。
{"title":"Efficient knowledge distillation for remote sensing image classification: a CNN-based approach","authors":"Huaxiang Song, Chai Wei, Zhou Yong","doi":"10.1108/ijwis-10-2023-0192","DOIUrl":"https://doi.org/10.1108/ijwis-10-2023-0192","url":null,"abstract":"\u0000Purpose\u0000The paper aims to tackle the classification of Remote Sensing Images (RSIs), which presents a significant challenge for computer algorithms due to the inherent characteristics of clustered ground objects and noisy backgrounds. Recent research typically leverages larger volume models to achieve advanced performance. However, the operating environments of remote sensing commonly cannot provide unconstrained computational and storage resources. It requires lightweight algorithms with exceptional generalization capabilities.\u0000\u0000\u0000Design/methodology/approach\u0000This study introduces an efficient knowledge distillation (KD) method to build a lightweight yet precise convolutional neural network (CNN) classifier. This method also aims to substantially decrease the training time expenses commonly linked with traditional KD techniques. This approach entails extensive alterations to both the model training framework and the distillation process, each tailored to the unique characteristics of RSIs. In particular, this study establishes a robust ensemble teacher by independently training two CNN models using a customized, efficient training algorithm. Following this, this study modifies a KD loss function to mitigate the suppression of non-target category predictions, which are essential for capturing the inter- and intra-similarity of RSIs.\u0000\u0000\u0000Findings\u0000This study validated the student model, termed KD-enhanced network (KDE-Net), obtained through the KD process on three benchmark RSI data sets. The KDE-Net surpasses 42 other state-of-the-art methods in the literature published from 2020 to 2023. Compared to the top-ranked method’s performance on the challenging NWPU45 data set, KDE-Net demonstrated a noticeable 0.4% increase in overall accuracy with a significant 88% reduction in parameters. Meanwhile, this study’s reformed KD framework significantly enhances the knowledge transfer speed by at least three times.\u0000\u0000\u0000Originality/value\u0000This study illustrates that the logit-based KD technique can effectively develop lightweight CNN classifiers for RSI classification without substantial sacrifices in computation and storage costs. Compared to neural architecture search or other methods aiming to provide lightweight solutions, this study’s KDE-Net, based on the inherent characteristics of RSIs, is currently more efficient in constructing accurate yet lightweight classifiers for RSI classification.\u0000","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"2 1","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-12-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138972937","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
FedACQ: adaptive clustering quantization of model parameters in federated learning FedACQ:联合学习中模型参数的自适应聚类量化
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-11-28 DOI: 10.1108/ijwis-08-2023-0128
Tingting Tian, Hongjian Shi, Ruhui Ma, Yuan Liu
Purpose For privacy protection, federated learning based on data separation allows machine learning models to be trained on remote devices or in isolated data devices. However, due to the limited resources such as bandwidth and power of local devices, communication in federated learning can be much slower than in local computing. This study aims to improve communication efficiency by reducing the number of communication rounds and the size of information transmitted in each round. Design/methodology/approach This paper allows each user node to perform multiple local trainings, then upload the local model parameters to a central server. The central server updates the global model parameters by weighted averaging the parameter information. Based on this aggregation, user nodes first cluster the parameter information to be uploaded and then replace each value with the mean value of its cluster. Considering the asymmetry of the federated learning framework, adaptively select the optimal number of clusters required to compress the model information. Findings While maintaining the loss convergence rate similar to that of federated averaging, the test accuracy did not decrease significantly. Originality/value By compressing uplink traffic, the work can improve communication efficiency on dynamic networks with limited resources.
目的 为了保护隐私,基于数据分离的联合学习允许在远程设备或隔离的数据设备上训练机器学习模型。然而,由于本地设备的带宽和功率等资源有限,联合学习中的通信可能比本地计算慢得多。本研究旨在通过减少通信轮数和每轮传输的信息量来提高通信效率。 设计/方法/途径 本文允许每个用户节点执行多次本地训练,然后将本地模型参数上传到中央服务器。中央服务器通过加权平均参数信息来更新全局模型参数。在此基础上,用户节点首先对要上传的参数信息进行聚类,然后用其聚类的平均值替换每个值。考虑到联合学习框架的不对称性,自适应地选择压缩模型信息所需的最优簇数。 研究结果 在保持与联合平均法相似的损失收敛速度的同时,测试准确率没有明显下降。 独创性/价值 通过压缩上行链路流量,这项工作可以提高资源有限的动态网络的通信效率。
{"title":"FedACQ: adaptive clustering quantization of model parameters in federated learning","authors":"Tingting Tian, Hongjian Shi, Ruhui Ma, Yuan Liu","doi":"10.1108/ijwis-08-2023-0128","DOIUrl":"https://doi.org/10.1108/ijwis-08-2023-0128","url":null,"abstract":"Purpose For privacy protection, federated learning based on data separation allows machine learning models to be trained on remote devices or in isolated data devices. However, due to the limited resources such as bandwidth and power of local devices, communication in federated learning can be much slower than in local computing. This study aims to improve communication efficiency by reducing the number of communication rounds and the size of information transmitted in each round. Design/methodology/approach This paper allows each user node to perform multiple local trainings, then upload the local model parameters to a central server. The central server updates the global model parameters by weighted averaging the parameter information. Based on this aggregation, user nodes first cluster the parameter information to be uploaded and then replace each value with the mean value of its cluster. Considering the asymmetry of the federated learning framework, adaptively select the optimal number of clusters required to compress the model information. Findings While maintaining the loss convergence rate similar to that of federated averaging, the test accuracy did not decrease significantly. Originality/value By compressing uplink traffic, the work can improve communication efficiency on dynamic networks with limited resources.","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"8 1","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139222102","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A systematic literature review of authorization and access control requirements and current state of the art for different database models 对不同数据库模型的授权和访问控制需求以及当前技术状态进行系统的文献回顾
Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-09 DOI: 10.1108/ijwis-04-2023-0072
Aya Khaled Youssef Sayed Mohamed, Dagmar Auer, Daniel Hofer, Josef Küng
Purpose Data protection requirements heavily increased due to the rising awareness of data security, legal requirements and technological developments. Today, NoSQL databases are increasingly used in security-critical domains. Current survey works on databases and data security only consider authorization and access control in a very general way and do not regard most of today’s sophisticated requirements. Accordingly, the purpose of this paper is to discuss authorization and access control for relational and NoSQL database models in detail with respect to requirements and current state of the art. Design/methodology/approach This paper follows a systematic literature review approach to study authorization and access control for different database models. Starting with a research on survey works on authorization and access control in databases, the study continues with the identification and definition of advanced authorization and access control requirements, which are generally applicable to any database model. This paper then discusses and compares current database models based on these requirements. Findings As no survey works consider requirements for authorization and access control in different database models so far, the authors define their requirements. Furthermore, the authors discuss the current state of the art for the relational, key-value, column-oriented, document-based and graph database models in comparison to the defined requirements. Originality/value This paper focuses on authorization and access control for various database models, not concrete products. This paper identifies today’s sophisticated – yet general – requirements from the literature and compares them with research results and access control features of current products for the relational and NoSQL database models.
由于数据安全意识的提高、法律要求和技术发展,数据保护需求大幅增加。如今,NoSQL数据库越来越多地用于安全关键领域。目前对数据库和数据安全的调查工作仅以非常一般的方式考虑授权和访问控制,而没有考虑当今大多数复杂的需求。因此,本文的目的是详细讨论关系和NoSQL数据库模型的授权和访问控制,包括需求和当前技术状态。设计/方法/方法本文采用系统的文献综述方法来研究不同数据库模型的授权和访问控制。本研究从数据库中授权和访问控制的调研工作入手,继续研究高级授权和访问控制需求的识别和定义,这些需求一般适用于任何数据库模型。然后,本文讨论并比较了基于这些需求的当前数据库模型。由于到目前为止还没有调查工作考虑到不同数据库模型中对授权和访问控制的需求,因此作者定义了他们的需求。此外,作者还讨论了关系数据库模型、键值数据库模型、面向列数据库模型、基于文档数据库模型和图形数据库模型的现状,并与已定义的需求进行了比较。本文关注的是各种数据库模型的授权和访问控制,而不是具体的产品。本文从文献中确定了当今复杂但普遍的需求,并将其与关系和NoSQL数据库模型的研究结果和当前产品的访问控制特性进行了比较。
{"title":"A systematic literature review of authorization and access control requirements and current state of the art for different database models","authors":"Aya Khaled Youssef Sayed Mohamed, Dagmar Auer, Daniel Hofer, Josef Küng","doi":"10.1108/ijwis-04-2023-0072","DOIUrl":"https://doi.org/10.1108/ijwis-04-2023-0072","url":null,"abstract":"Purpose Data protection requirements heavily increased due to the rising awareness of data security, legal requirements and technological developments. Today, NoSQL databases are increasingly used in security-critical domains. Current survey works on databases and data security only consider authorization and access control in a very general way and do not regard most of today’s sophisticated requirements. Accordingly, the purpose of this paper is to discuss authorization and access control for relational and NoSQL database models in detail with respect to requirements and current state of the art. Design/methodology/approach This paper follows a systematic literature review approach to study authorization and access control for different database models. Starting with a research on survey works on authorization and access control in databases, the study continues with the identification and definition of advanced authorization and access control requirements, which are generally applicable to any database model. This paper then discusses and compares current database models based on these requirements. Findings As no survey works consider requirements for authorization and access control in different database models so far, the authors define their requirements. Furthermore, the authors discuss the current state of the art for the relational, key-value, column-oriented, document-based and graph database models in comparison to the defined requirements. Originality/value This paper focuses on authorization and access control for various database models, not concrete products. This paper identifies today’s sophisticated – yet general – requirements from the literature and compares them with research results and access control features of current products for the relational and NoSQL database models.","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"62 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135043677","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A real-time discovery method for vehicle companion via service collaboration 基于服务协作的车辆同伴实时发现方法
Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-11 DOI: 10.1108/ijwis-07-2023-0112
Zhongmei Zhang, Qingyang Hu, Guanxin Hou, Shuai Zhang
Purpose Vehicle companion is one of the most common companion patterns in daily life, which has great value to accident investigation, group tracking, carpooling recommendation and road planning. Due to the complexity and large scale of vehicle sensor streaming data, existing work were difficult to ensure the efficiency and effectiveness of real-time vehicle companion discovery (VCD). This paper aims to provide a high-quality and low-cost method to discover vehicle companions in real time. Design/methodology/approach This paper provides a real-time VCD method based on pro-active data service collaboration. This study makes use of dynamic service collaboration to selectively process data produced by relative sensors, and relax the temporal and spatial constraints of vehicle companion pattern for discovering more potential companion vehicles. Findings Experiments based on real and simulated data show that the method can discover 67% more companion vehicles, with 62% less response time comparing with centralized method. Originality/value To reduce the amount of processing streaming data, this study provides a Service Collaboration-based Vehicle Companion Discovery method based on proactive data service model. And this study provides a new definition of vehicle companion through relaxing the temporal and spatial constraints for discover companion vehicles as many as possible.
车辆同伴是日常生活中最常见的同伴模式之一,在事故调查、群体跟踪、拼车推荐和道路规划等方面具有重要价值。由于车辆传感器流数据的复杂性和大规模,现有工作难以保证实时车辆同伴发现(VCD)的效率和有效性。本文旨在提供一种高质量、低成本的实时车辆同伴发现方法。本文提出了一种基于主动数据服务协作的实时VCD方法。本研究利用动态服务协作对相关传感器产生的数据进行选择性处理,放宽车辆伴侣模式的时空约束,从而发现更多潜在的伴侣车辆。结果基于真实数据和仿真数据的实验表明,与集中式方法相比,该方法能多发现67%的同伴车辆,响应时间缩短62%。为了减少流数据的处理量,本研究提出了一种基于主动数据服务模型的基于服务协作的车辆伴侣发现方法。本研究通过放宽时间和空间约束,尽可能多地发现同伴车辆,提供了一种新的车辆同伴定义。
{"title":"A real-time discovery method for vehicle companion via service collaboration","authors":"Zhongmei Zhang, Qingyang Hu, Guanxin Hou, Shuai Zhang","doi":"10.1108/ijwis-07-2023-0112","DOIUrl":"https://doi.org/10.1108/ijwis-07-2023-0112","url":null,"abstract":"Purpose Vehicle companion is one of the most common companion patterns in daily life, which has great value to accident investigation, group tracking, carpooling recommendation and road planning. Due to the complexity and large scale of vehicle sensor streaming data, existing work were difficult to ensure the efficiency and effectiveness of real-time vehicle companion discovery (VCD). This paper aims to provide a high-quality and low-cost method to discover vehicle companions in real time. Design/methodology/approach This paper provides a real-time VCD method based on pro-active data service collaboration. This study makes use of dynamic service collaboration to selectively process data produced by relative sensors, and relax the temporal and spatial constraints of vehicle companion pattern for discovering more potential companion vehicles. Findings Experiments based on real and simulated data show that the method can discover 67% more companion vehicles, with 62% less response time comparing with centralized method. Originality/value To reduce the amount of processing streaming data, this study provides a Service Collaboration-based Vehicle Companion Discovery method based on proactive data service model. And this study provides a new definition of vehicle companion through relaxing the temporal and spatial constraints for discover companion vehicles as many as possible.","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135937978","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
LoGE: an unsupervised local-global document extension generation in information retrieval for long documents LoGE:用于长文档信息检索的无监督局部-全局文档扩展生成
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-08 DOI: 10.1108/ijwis-07-2023-0109
Oussama Ayoub, Christophe Rodrigues, Nicolas Travers
PurposeThis paper aims to manage the word gap in information retrieval (IR) especially for long documents belonging to specific domains. In fact, with the continuous growth of text data that modern IR systems have to manage, existing solutions are needed to efficiently find the best set of documents for a given request. The words used to describe a query can differ from those used in related documents. Despite meaning closeness, nonoverlapping words are challenging for IR systems. This word gap becomes significant for long documents from specific domains.Design/methodology/approachTo generate new words for a document, a deep learning (DL) masked language model is used to infer related words. Used DL models are pretrained on massive text data and carry common or specific domain knowledge to propose a better document representation.FindingsThe authors evaluate the approach of this study on specific IR domains with long documents to show the genericity of the proposed model and achieve encouraging results.Originality/valueIn this paper, to the best of the authors’ knowledge, an original unsupervised and modular IR system based on recent DL methods is introduced.
目的本文旨在管理信息检索(IR)中的单词缺口,特别是对于属于特定领域的长文档。事实上,随着现代IR系统必须管理的文本数据的不断增长,需要现有的解决方案来有效地为给定的请求找到最佳的文档集。用于描述查询的词语可能与相关文档中使用的词语不同。尽管意思相近,但不重叠的单词对IR系统来说是具有挑战性的。对于来自特定领域的长文档来说,这种单词差距变得非常重要。设计/方法论/方法为了为文档生成新词,使用深度学习(DL)掩蔽语言模型来推断相关单词。使用的DL模型在海量文本数据上进行预训练,并携带公共或特定领域知识,以提出更好的文档表示。结果作者用长文档对本研究在特定IR领域的方法进行了评估,以显示所提出模型的通用性,并取得了令人鼓舞的结果。独创性/价值在本文中,据作者所知,介绍了一种基于最新DL方法的原始无监督和模块化IR系统。
{"title":"LoGE: an unsupervised local-global document extension generation in information retrieval for long documents","authors":"Oussama Ayoub, Christophe Rodrigues, Nicolas Travers","doi":"10.1108/ijwis-07-2023-0109","DOIUrl":"https://doi.org/10.1108/ijwis-07-2023-0109","url":null,"abstract":"\u0000Purpose\u0000This paper aims to manage the word gap in information retrieval (IR) especially for long documents belonging to specific domains. In fact, with the continuous growth of text data that modern IR systems have to manage, existing solutions are needed to efficiently find the best set of documents for a given request. The words used to describe a query can differ from those used in related documents. Despite meaning closeness, nonoverlapping words are challenging for IR systems. This word gap becomes significant for long documents from specific domains.\u0000\u0000\u0000Design/methodology/approach\u0000To generate new words for a document, a deep learning (DL) masked language model is used to infer related words. Used DL models are pretrained on massive text data and carry common or specific domain knowledge to propose a better document representation.\u0000\u0000\u0000Findings\u0000The authors evaluate the approach of this study on specific IR domains with long documents to show the genericity of the proposed model and achieve encouraging results.\u0000\u0000\u0000Originality/value\u0000In this paper, to the best of the authors’ knowledge, an original unsupervised and modular IR system based on recent DL methods is introduced.\u0000","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42977715","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Online educational video engagement prediction based on dynamic graph neural networks 基于动态图神经网络的在线教育视频参与度预测
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-08 DOI: 10.1108/ijwis-05-2023-0083
Xiancheng Ou, Yuting Chen, Siwei Zhou, Jiandong Shi
PurposeWith the continuous growth of online education, the quality issue of online educational videos has become increasingly prominent, causing students in online learning to face the dilemma of knowledge confusion. The existing mechanisms for controlling the quality of online educational videos suffer from subjectivity and low timeliness. Monitoring the quality of online educational videos involves analyzing metadata features and log data, which is an important aspect. With the development of artificial intelligence technology, deep learning techniques with strong predictive capabilities can provide new methods for predicting the quality of online educational videos, effectively overcoming the shortcomings of existing methods. The purpose of this study is to find a deep neural network that can model the dynamic and static features of the video itself, as well as the relationships between videos, to achieve dynamic monitoring of the quality of online educational videos.Design/methodology/approachThe quality of a video cannot be directly measured. According to previous research, the authors use engagement to represent the level of video quality. Engagement is the normalized participation time, which represents the degree to which learners tend to participate in the video. Based on existing public data sets, this study designs an online educational video engagement prediction model based on dynamic graph neural networks (DGNNs). The model is trained based on the video’s static features and dynamic features generated after its release by constructing dynamic graph data. The model includes a spatiotemporal feature extraction layer composed of DGNNs, which can effectively extract the time and space features contained in the video's dynamic graph data. The trained model is used to predict the engagement level of learners with the video on day T after its release, thereby achieving dynamic monitoring of video quality.FindingsModels with spatiotemporal feature extraction layers consisting of four types of DGNNs can accurately predict the engagement level of online educational videos. Of these, the model using the temporal graph convolutional neural network has the smallest prediction error. In dynamic graph construction, using cosine similarity and Euclidean distance functions with reasonable threshold settings can construct a structurally appropriate dynamic graph. In the training of this model, the amount of historical time series data used will affect the model’s predictive performance. The more historical time series data used, the smaller the prediction error of the trained model.Research limitations/implicationsA limitation of this study is that not all video data in the data set was used to construct the dynamic graph due to memory constraints. In addition, the DGNNs used in the spatiotemporal feature extraction layer are relatively conventional.Originality/valueIn this study, the authors propose an online educational video enga
目的随着在线教育的不断发展,在线教育视频的质量问题日益突出,导致在线学习的学生面临知识混乱的困境。现有的在线教育视频质量控制机制存在主观性和时效性差的问题。在线教育视频的质量监控包括分析元数据特征和日志数据,这是一个重要方面。随着人工智能技术的发展,具有强大预测能力的深度学习技术可以为在线教育视频的质量预测提供新的方法,有效地克服了现有方法的不足。本研究的目的是找到一个能够对视频本身的动态和静态特征以及视频之间的关系进行建模的深度神经网络,以实现对在线教育视频质量的动态监控。设计/方法论/方法视频的质量无法直接衡量。根据之前的研究,作者使用参与度来表示视频质量的水平。参与度是标准化的参与时间,它代表了学习者参与视频的程度。基于现有的公共数据集,本研究设计了一个基于动态图神经网络的在线教育视频参与度预测模型。该模型基于视频的静态特征和发布后通过构建动态图数据生成的动态特征进行训练。该模型包括一个由DGNN组成的时空特征提取层,可以有效地提取视频动态图数据中包含的时间和空间特征。训练后的模型用于预测视频发布后第T天学习者对视频的参与程度,从而实现对视频质量的动态监控。由四种类型的DGNN组成的时空特征提取层的FindingsModel可以准确预测在线教育视频的参与程度。其中,使用时间图卷积神经网络的模型具有最小的预测误差。在动态图构造中,利用余弦相似性和欧几里得距离函数,在合理的阈值设置下,可以构造出结构合适的动态图。在该模型的训练中,使用的历史时间序列数据量将影响模型的预测性能。使用的历史时间序列数据越多,训练模型的预测误差就越小。研究局限性/含义本研究的局限性在于,由于内存限制,并非数据集中的所有视频数据都用于构建动态图。此外,在时空特征提取层中使用的DGNN是相对传统的。原创性/价值在本研究中,作者提出了一种基于DGNN的在线教育视频参与度预测模型,该模型可以实现对视频质量的动态监控。该模型可以作为各种在线教育资源平台的视频质量监控机制的一部分来应用。
{"title":"Online educational video engagement prediction based on dynamic graph neural networks","authors":"Xiancheng Ou, Yuting Chen, Siwei Zhou, Jiandong Shi","doi":"10.1108/ijwis-05-2023-0083","DOIUrl":"https://doi.org/10.1108/ijwis-05-2023-0083","url":null,"abstract":"\u0000Purpose\u0000With the continuous growth of online education, the quality issue of online educational videos has become increasingly prominent, causing students in online learning to face the dilemma of knowledge confusion. The existing mechanisms for controlling the quality of online educational videos suffer from subjectivity and low timeliness. Monitoring the quality of online educational videos involves analyzing metadata features and log data, which is an important aspect. With the development of artificial intelligence technology, deep learning techniques with strong predictive capabilities can provide new methods for predicting the quality of online educational videos, effectively overcoming the shortcomings of existing methods. The purpose of this study is to find a deep neural network that can model the dynamic and static features of the video itself, as well as the relationships between videos, to achieve dynamic monitoring of the quality of online educational videos.\u0000\u0000\u0000Design/methodology/approach\u0000The quality of a video cannot be directly measured. According to previous research, the authors use engagement to represent the level of video quality. Engagement is the normalized participation time, which represents the degree to which learners tend to participate in the video. Based on existing public data sets, this study designs an online educational video engagement prediction model based on dynamic graph neural networks (DGNNs). The model is trained based on the video’s static features and dynamic features generated after its release by constructing dynamic graph data. The model includes a spatiotemporal feature extraction layer composed of DGNNs, which can effectively extract the time and space features contained in the video's dynamic graph data. The trained model is used to predict the engagement level of learners with the video on day T after its release, thereby achieving dynamic monitoring of video quality.\u0000\u0000\u0000Findings\u0000Models with spatiotemporal feature extraction layers consisting of four types of DGNNs can accurately predict the engagement level of online educational videos. Of these, the model using the temporal graph convolutional neural network has the smallest prediction error. In dynamic graph construction, using cosine similarity and Euclidean distance functions with reasonable threshold settings can construct a structurally appropriate dynamic graph. In the training of this model, the amount of historical time series data used will affect the model’s predictive performance. The more historical time series data used, the smaller the prediction error of the trained model.\u0000\u0000\u0000Research limitations/implications\u0000A limitation of this study is that not all video data in the data set was used to construct the dynamic graph due to memory constraints. In addition, the DGNNs used in the spatiotemporal feature extraction layer are relatively conventional.\u0000\u0000\u0000Originality/value\u0000In this study, the authors propose an online educational video enga","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46178873","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Beneath the surface: a bibliometric analysis of the hidden risks and costs of blockchain technology 表面之下:对区块链技术潜在风险和成本的文献计量分析
Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-08 DOI: 10.1108/ijwis-08-2023-0124
Zahid Mahmood, Muhammad Asif, Mohammed Aljuaid, Rab Nawaz Lodhi
PurposeThe purpose of this paper is to identify the negative aspects of blockchain technology and to shed the light on most productive years, countries, authors, sources and frequent keywords.Design/methodology/approachA Web of Science bibliographic data set containing 209 journal articles was evaluated using descriptive and network analytics. A two-step process is adopted in this study; descriptive analysis is initially carried out using RStudio to determine the most productive years, nations, sources and authors, and using co-occurrence of keyword analysis in VOSviewer, the most influential keywords are determined.FindingsThe findings reveal that 2022 is the most prolific year in terms of number of publications. It is discovered that China tops the list for having published the most articles. Similarly, the most productive authors are Kumar A and Abhishek K.Originality/valueTo the best of the authors’ knowledge, this bibliometric analysis is unique in that it takes a thorough approach to examine the negative aspects of blockchain technology and identify research trends and offer insights that might guide future research and practical solutions.
本文的目的是确定区块链技术的负面方面,并揭示最富有成效的年份、国家、作者、来源和频繁使用的关键词。采用描述分析和网络分析对包含209篇期刊文章的Web of Science书目数据集进行了评估。本研究采用两步法;初步使用RStudio进行描述性分析,确定最高产的年份、国家、来源和作者,并使用VOSviewer中的关键词分析共现,确定最具影响力的关键词。研究结果显示,就发表数量而言,2022年是最多产的一年。人们发现,中国发表的文章最多。同样,最有成效的作者是Kumar A和Abhishek K.原创性/价值据作者所知,这种文献计量分析的独特之处在于,它采用了一种彻底的方法来研究区块链技术的消极方面,并确定了研究趋势,并提供了可能指导未来研究和实际解决方案的见解。
{"title":"Beneath the surface: a bibliometric analysis of the hidden risks and costs of blockchain technology","authors":"Zahid Mahmood, Muhammad Asif, Mohammed Aljuaid, Rab Nawaz Lodhi","doi":"10.1108/ijwis-08-2023-0124","DOIUrl":"https://doi.org/10.1108/ijwis-08-2023-0124","url":null,"abstract":"Purpose\u0000The purpose of this paper is to identify the negative aspects of blockchain technology and to shed the light on most productive years, countries, authors, sources and frequent keywords.\u0000\u0000\u0000Design/methodology/approach\u0000A Web of Science bibliographic data set containing 209 journal articles was evaluated using descriptive and network analytics. A two-step process is adopted in this study; descriptive analysis is initially carried out using RStudio to determine the most productive years, nations, sources and authors, and using co-occurrence of keyword analysis in VOSviewer, the most influential keywords are determined.\u0000\u0000\u0000Findings\u0000The findings reveal that 2022 is the most prolific year in terms of number of publications. It is discovered that China tops the list for having published the most articles. Similarly, the most productive authors are Kumar A and Abhishek K.\u0000\u0000\u0000Originality/value\u0000To the best of the authors’ knowledge, this bibliometric analysis is unique in that it takes a thorough approach to examine the negative aspects of blockchain technology and identify research trends and offer insights that might guide future research and practical solutions.","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136298690","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Handling qualitative conditional preference queries in SPARQL: possibilistic logic approach 在SPARQL中处理定性条件首选项查询:可能性逻辑方法
IF 1.6 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-08-31 DOI: 10.1108/ijwis-05-2023-0077
Fayçal Touazi, Amel Boustil
PurposeThe purpose of this paper is to address the need for new approaches in locating items that closely match user preference criteria due to the rise in data volume of knowledge bases resulting from Open Data initiatives. Specifically, the paper focuses on evaluating SPARQL qualitative preference queries over user preferences in SPARQL.Design/methodology/approachThe paper outlines a novel approach for handling SPARQL preference queries by representing preferences through symbolic weights using the possibilistic logic (PL) framework. This approach allows for the management of symbolic weights without relying on numerical values, using a partial ordering system instead. The paper compares this approach with numerous other approaches, including those based on skylines, fuzzy sets and conditional preference networks.FindingsThe paper highlights the advantages of the proposed approach, which enables the representation of preference criteria through symbolic weights and qualitative considerations. This approach offers a more intuitive way to convey preferences and manage rankings.Originality/valueThe paper demonstrates the usefulness and originality of the proposed SPARQL language in the PL framework. The approach extends SPARQL by incorporating symbolic weights and qualitative preferences.
目的本文的目的是解决由于开放数据举措导致知识库数据量增加,在查找与用户偏好标准密切匹配的项目时需要新方法的问题。具体而言,本文侧重于评估SPARQL中相对于用户偏好的SPARQL定性偏好查询。设计/方法/方法本文概述了一种处理SPARQL偏好查询的新方法,通过使用可能性逻辑(PL)框架通过符号权重表示偏好。这种方法允许在不依赖数值的情况下管理符号权重,而是使用偏序系统。本文将这种方法与许多其他方法进行了比较,包括基于天际线、模糊集和条件偏好网络的方法。发现本文强调了所提出方法的优点,该方法能够通过符号权重和定性考虑来表示偏好标准。这种方法提供了一种更直观的方式来传达偏好和管理排名。独创性/价值本文证明了所提出的SPARQL语言在PL框架中的实用性和独创性。该方法通过结合符号权重和定性偏好来扩展SPARQL。
{"title":"Handling qualitative conditional preference queries in SPARQL: possibilistic logic approach","authors":"Fayçal Touazi, Amel Boustil","doi":"10.1108/ijwis-05-2023-0077","DOIUrl":"https://doi.org/10.1108/ijwis-05-2023-0077","url":null,"abstract":"\u0000Purpose\u0000The purpose of this paper is to address the need for new approaches in locating items that closely match user preference criteria due to the rise in data volume of knowledge bases resulting from Open Data initiatives. Specifically, the paper focuses on evaluating SPARQL qualitative preference queries over user preferences in SPARQL.\u0000\u0000\u0000Design/methodology/approach\u0000The paper outlines a novel approach for handling SPARQL preference queries by representing preferences through symbolic weights using the possibilistic logic (PL) framework. This approach allows for the management of symbolic weights without relying on numerical values, using a partial ordering system instead. The paper compares this approach with numerous other approaches, including those based on skylines, fuzzy sets and conditional preference networks.\u0000\u0000\u0000Findings\u0000The paper highlights the advantages of the proposed approach, which enables the representation of preference criteria through symbolic weights and qualitative considerations. This approach offers a more intuitive way to convey preferences and manage rankings.\u0000\u0000\u0000Originality/value\u0000The paper demonstrates the usefulness and originality of the proposed SPARQL language in the PL framework. The approach extends SPARQL by incorporating symbolic weights and qualitative preferences.\u0000","PeriodicalId":44153,"journal":{"name":"International Journal of Web Information Systems","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-08-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45459466","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Journal of Web Information Systems
全部 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