首页 > 最新文献

Data Technologies and Applications最新文献

英文 中文
Machine learning methods for results merging in patent retrieval 专利检索中结果合并的机器学习方法
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-27 DOI: 10.1108/dta-06-2021-0156
Vasileios Stamatis, M. Salampasis, K. Diamantaras
PurposeIn federated search, a query is sent simultaneously to multiple resources and each one of them returns a list of results. These lists are merged into a single list using the results merging process. In this work, the authors apply machine learning methods for results merging in federated patent search. Even though several methods for results merging have been developed, none of them were tested on patent data nor considered several machine learning models. Thus, the authors experiment with state-of-the-art methods using patent data and they propose two new methods for results merging that use machine learning models.Design/methodology/approachThe methods are based on a centralized index containing samples of documents from all the remote resources, and they implement machine learning models to estimate comparable scores for the documents retrieved by different resources. The authors examine the new methods in cooperative and uncooperative settings where document scores from the remote search engines are available and not, respectively. In uncooperative environments, they propose two methods for assigning document scores.FindingsThe effectiveness of the new results merging methods was measured against state-of-the-art models and found to be superior to them in many cases with significant improvements. The random forest model achieves the best results in comparison to all other models and presents new insights for the results merging problem.Originality/valueIn this article the authors prove that machine learning models can substitute other standard methods and models that used for results merging for many years. Our methods outperformed state-of-the-art estimation methods for results merging, and they proved that they are more effective for federated patent search.
目的在联合搜索中,一个查询被同时发送到多个资源,每个资源都返回一个结果列表。使用结果合并过程将这些列表合并为单个列表。在这项工作中,作者将机器学习方法应用于联邦专利搜索中的结果合并。尽管已经开发了几种结果合并方法,但没有一种方法在专利数据上进行测试,也没有考虑几种机器学习模型。因此,作者使用专利数据对最先进的方法进行了实验,并提出了两种使用机器学习模型的结果合并新方法。设计/方法论/方法论这些方法基于一个集中索引,该索引包含来自所有远程资源的文档样本,它们实现了机器学习模型,以估计不同资源检索到的文档的可比分数。作者研究了在合作和不合作环境中的新方法,其中远程搜索引擎的文档分数分别可用和不可用。在不合作的环境中,他们提出了两种分配文档分数的方法。发现新的结果合并方法的有效性是根据最先进的模型进行测量的,发现在许多情况下都优于它们,并有显著的改进。与所有其他模型相比,随机森林模型获得了最好的结果,并为结果合并问题提供了新的见解。独创性/价值在这篇文章中,作者证明了机器学习模型可以替代多年来用于结果合并的其他标准方法和模型。我们的方法在结果合并方面优于最先进的估计方法,并证明它们在联合专利搜索中更有效。
{"title":"Machine learning methods for results merging in patent retrieval","authors":"Vasileios Stamatis, M. Salampasis, K. Diamantaras","doi":"10.1108/dta-06-2021-0156","DOIUrl":"https://doi.org/10.1108/dta-06-2021-0156","url":null,"abstract":"PurposeIn federated search, a query is sent simultaneously to multiple resources and each one of them returns a list of results. These lists are merged into a single list using the results merging process. In this work, the authors apply machine learning methods for results merging in federated patent search. Even though several methods for results merging have been developed, none of them were tested on patent data nor considered several machine learning models. Thus, the authors experiment with state-of-the-art methods using patent data and they propose two new methods for results merging that use machine learning models.Design/methodology/approachThe methods are based on a centralized index containing samples of documents from all the remote resources, and they implement machine learning models to estimate comparable scores for the documents retrieved by different resources. The authors examine the new methods in cooperative and uncooperative settings where document scores from the remote search engines are available and not, respectively. In uncooperative environments, they propose two methods for assigning document scores.FindingsThe effectiveness of the new results merging methods was measured against state-of-the-art models and found to be superior to them in many cases with significant improvements. The random forest model achieves the best results in comparison to all other models and presents new insights for the results merging problem.Originality/valueIn this article the authors prove that machine learning models can substitute other standard methods and models that used for results merging for many years. Our methods outperformed state-of-the-art estimation methods for results merging, and they proved that they are more effective for federated patent search.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44771332","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
SanMove: next location recommendation via self-attention network SanMove:通过自关注网络推荐下一个位置
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-25 DOI: 10.1108/dta-03-2022-0093
Bin Wang, Huifeng Li, Le Tong, Qian Zhang, Sulei Zhu, Tao Yang
PurposeThis paper aims to address the following issues: (1) most existing methods are based on recurrent network, which is time-consuming to train long sequences due to not allowing for full parallelism; (2) personalized preference generally are not considered reasonably; (3) existing methods rarely systematically studied how to efficiently utilize various auxiliary information (e.g. user ID and time stamp) in trajectory data and the spatiotemporal relations among nonconsecutive locations.Design/methodology/approachThe authors propose a novel self-attention network–based model named SanMove to predict the next location via capturing the long- and short-term mobility patterns of users. Specifically, SanMove uses a self-attention module to capture each user's long-term preference, which can represent her personalized location preference. Meanwhile, the authors use a spatial-temporal guided noninvasive self-attention (STNOVA) module to exploit auxiliary information in the trajectory data to learn the user's short-term preference.FindingsThe authors evaluate SanMove on two real-world datasets. The experimental results demonstrate that SanMove is not only faster than the state-of-the-art recurrent neural network (RNN) based predict model but also outperforms the baselines for next location prediction.Originality/valueThe authors propose a self-attention-based sequential model named SanMove to predict the user's trajectory, which comprised long-term and short-term preference learning modules. SanMove allows full parallel processing of trajectories to improve processing efficiency. They propose an STNOVA module to capture the sequential transitions of current trajectories. Moreover, the self-attention module is used to process historical trajectory sequences in order to capture the personalized location preference of each user. The authors conduct extensive experiments on two check-in datasets. The experimental results demonstrate that the model has a fast training speed and excellent performance compared with the existing RNN-based methods for next location prediction.
本文旨在解决以下问题:(1)现有方法大多基于循环网络,由于不允许完全并行,导致长序列训练时间长;(2)个性化偏好普遍没有得到合理考虑;(3)现有方法很少系统地研究如何有效利用轨迹数据中的各种辅助信息(如用户ID和时间戳)以及非连续位置之间的时空关系。设计/方法/方法作者提出了一种新的基于自关注网络的模型SanMove,该模型通过捕捉用户的长期和短期移动模式来预测下一个位置。具体来说,SanMove使用一个自我关注模块来捕捉每个用户的长期偏好,这可以代表她个性化的位置偏好。同时,利用时空导向非侵入性自注意(STNOVA)模块,利用轨迹数据中的辅助信息来学习用户的短期偏好。研究结果作者在两个真实世界的数据集上评估了SanMove。实验结果表明,SanMove不仅比最先进的基于递归神经网络(RNN)的预测模型更快,而且在下一个位置预测方面也优于基线。原创性/价值作者提出了一个基于自我注意的序列模型SanMove来预测用户的轨迹,该模型由长期偏好学习和短期偏好学习模块组成。SanMove允许轨迹的完全并行处理,以提高处理效率。他们提出了一个STNOVA模块来捕捉当前轨迹的顺序转换。此外,利用自关注模块对历史轨迹序列进行处理,以捕获每个用户的个性化位置偏好。作者在两个检入数据集上进行了广泛的实验。实验结果表明,与现有的基于rnn的下一个位置预测方法相比,该模型具有较快的训练速度和优异的性能。
{"title":"SanMove: next location recommendation via self-attention network","authors":"Bin Wang, Huifeng Li, Le Tong, Qian Zhang, Sulei Zhu, Tao Yang","doi":"10.1108/dta-03-2022-0093","DOIUrl":"https://doi.org/10.1108/dta-03-2022-0093","url":null,"abstract":"PurposeThis paper aims to address the following issues: (1) most existing methods are based on recurrent network, which is time-consuming to train long sequences due to not allowing for full parallelism; (2) personalized preference generally are not considered reasonably; (3) existing methods rarely systematically studied how to efficiently utilize various auxiliary information (e.g. user ID and time stamp) in trajectory data and the spatiotemporal relations among nonconsecutive locations.Design/methodology/approachThe authors propose a novel self-attention network–based model named SanMove to predict the next location via capturing the long- and short-term mobility patterns of users. Specifically, SanMove uses a self-attention module to capture each user's long-term preference, which can represent her personalized location preference. Meanwhile, the authors use a spatial-temporal guided noninvasive self-attention (STNOVA) module to exploit auxiliary information in the trajectory data to learn the user's short-term preference.FindingsThe authors evaluate SanMove on two real-world datasets. The experimental results demonstrate that SanMove is not only faster than the state-of-the-art recurrent neural network (RNN) based predict model but also outperforms the baselines for next location prediction.Originality/valueThe authors propose a self-attention-based sequential model named SanMove to predict the user's trajectory, which comprised long-term and short-term preference learning modules. SanMove allows full parallel processing of trajectories to improve processing efficiency. They propose an STNOVA module to capture the sequential transitions of current trajectories. Moreover, the self-attention module is used to process historical trajectory sequences in order to capture the personalized location preference of each user. The authors conduct extensive experiments on two check-in datasets. The experimental results demonstrate that the model has a fast training speed and excellent performance compared with the existing RNN-based methods for next location prediction.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76459007","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
TikTok app usage behavior: the role of hedonic consumption experiences TikTok应用使用行为:享乐消费体验的作用
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-25 DOI: 10.1108/dta-03-2022-0107
A. Z. Abbasi, Natasha Ayaz, Sana Kanwal, M. Albashrawi, Nadine Khair
PurposeTikTok social media app has become one of the most popular forms of leisure and entertainment activities, but how hedonic consumption experiences (comprising fantasy, escapism, enjoyment, role projection, sensory, arousal and emotional involvement) of the TikTok app determine users' intention to use the app and its resulting impact on the actual usage behavior remains limited in the information systems literature, especially featuring the hedonic consumption perspective in entertainment industry.Design/methodology/approachThis study employs uses & gratification theory to answer the “why” via predicting the role of hedonic consumption experiences that serve as gratifications to trigger technology acceptance behavior (especially, in form of users' behavioral intention to use the TikTok app and its further impact on usage behavior). This study utilizes the partial least squares-structural equation modeling approach to perform data analyses on 258 TikTok app users.FindingsOur results provide a strong support such that users' playful consumption experiences (i.e. escapism, role projection, arousal, sensory experience and enjoyment) positively influence their intention to use the TikTok app and its resultant effect on users' actual usage of the app. In contrast, fantasy and emotional involvement fail to influence users' intention to use the TikTok app.Originality/valueTo the best of our knowledge, our investigation is one of the first studies to apply the hedonic consumption experiences as potential gratifications that derive users' intention and its subsequent influence on the actual usage of the TikTok app. Our study results would assist marketing and brand managers to redefine approaches and tactics to create effective strategies that implement essential determinants to increase behavioral intention among entertainment service providers.
TikTok社交媒体应用程序已成为最受欢迎的休闲娱乐活动形式之一,但在信息系统文献中,TikTok应用程序的享乐消费体验(包括幻想、逃避、享受、角色投射、感官、唤醒和情感参与)如何决定用户使用该应用程序的意图及其对实际使用行为的影响仍然有限。尤其是娱乐产业的享乐消费观。本研究采用使用与满足理论来回答“为什么”,通过预测享乐消费体验作为满足触发技术接受行为的作用(特别是以用户使用TikTok应用程序的行为意图及其对使用行为的进一步影响的形式)。本研究利用偏最小二乘-结构方程建模方法对258名TikTok应用程序用户进行数据分析。我们的研究结果提供了强有力的支持,即用户的娱乐消费体验(即逃避现实、角色投射、唤醒、感官体验和享受)积极影响他们使用TikTok应用程序的意愿,以及由此对用户实际使用TikTok应用程序的影响。相比之下,幻想和情感参与无法影响用户使用TikTok应用程序的意愿。我们的调查是首批将享乐消费体验作为潜在满足的研究之一,这些满足可以获得用户的意图及其随后对TikTok应用程序的实际使用的影响。我们的研究结果将帮助营销和品牌经理重新定义方法和策略,以创建有效的策略,实施基本决定因素,以增加娱乐服务提供商的行为意图。
{"title":"TikTok app usage behavior: the role of hedonic consumption experiences","authors":"A. Z. Abbasi, Natasha Ayaz, Sana Kanwal, M. Albashrawi, Nadine Khair","doi":"10.1108/dta-03-2022-0107","DOIUrl":"https://doi.org/10.1108/dta-03-2022-0107","url":null,"abstract":"PurposeTikTok social media app has become one of the most popular forms of leisure and entertainment activities, but how hedonic consumption experiences (comprising fantasy, escapism, enjoyment, role projection, sensory, arousal and emotional involvement) of the TikTok app determine users' intention to use the app and its resulting impact on the actual usage behavior remains limited in the information systems literature, especially featuring the hedonic consumption perspective in entertainment industry.Design/methodology/approachThis study employs uses & gratification theory to answer the “why” via predicting the role of hedonic consumption experiences that serve as gratifications to trigger technology acceptance behavior (especially, in form of users' behavioral intention to use the TikTok app and its further impact on usage behavior). This study utilizes the partial least squares-structural equation modeling approach to perform data analyses on 258 TikTok app users.FindingsOur results provide a strong support such that users' playful consumption experiences (i.e. escapism, role projection, arousal, sensory experience and enjoyment) positively influence their intention to use the TikTok app and its resultant effect on users' actual usage of the app. In contrast, fantasy and emotional involvement fail to influence users' intention to use the TikTok app.Originality/valueTo the best of our knowledge, our investigation is one of the first studies to apply the hedonic consumption experiences as potential gratifications that derive users' intention and its subsequent influence on the actual usage of the TikTok app. Our study results would assist marketing and brand managers to redefine approaches and tactics to create effective strategies that implement essential determinants to increase behavioral intention among entertainment service providers.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77615971","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
A meta-analysis of social commerce adoption and the moderating effect of culture 社交商务采用与文化调节效应的元分析
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-25 DOI: 10.1108/dta-10-2021-0276
Ningya Wang, Yang Zhao, Ruoxin Zhou
PurposeAs a derivative model of e-commerce, social commerce has received increasing attention in recent years. Empirical studies on social commerce have examined the key factors that influence users' attitudes or adoption intentions, but their conclusions are context-based and are not entirely consistent. This study aims to draw a general conclusion by systematically synthesizing the findings of previous studies and examine whether cultural differences play a moderating role in users' social commerce adoption.Design/methodology/approachA meta-analysis based on 11,786 independent samples from 39 empirical studies was conducted to integrate their results and develop a comprehensive conceptual model. A moderator analysis was carried out to investigate the moderating effect of culture by dividing the context into subgroups of individualistic and collectivistic cultures.FindingsThe results show that this comprehensive conceptual model can help better understand the adoption of social commerce. Meanwhile, the moderator analysis indicates that cultural differences have a significant moderating effect on the relationship between the determinants and the adoption of social commerce.Originality/valueThe findings of this paper have theoretical implications and make managerial contributions.
社交商务作为电子商务的衍生模式,近年来受到越来越多的关注。对社交商务的实证研究已经考察了影响用户态度或采用意图的关键因素,但他们的结论是基于情境的,并不完全一致。本研究旨在通过系统地综合前人的研究结果,得出一个概括性的结论,并考察文化差异是否对用户的社交商务采用起到调节作用。设计/方法/方法基于39项实证研究的11786个独立样本进行meta分析,整合其结果并建立一个综合的概念模型。通过将语境分为个人主义文化和集体主义文化两个亚组,对文化的调节作用进行了调节分析。研究结果表明,这一综合概念模型有助于更好地理解社交商务的采用情况。同时,调节分析表明,文化差异对决定因素与社交商务采用之间的关系具有显著的调节作用。本文的研究结果具有理论意义和管理意义。
{"title":"A meta-analysis of social commerce adoption and the moderating effect of culture","authors":"Ningya Wang, Yang Zhao, Ruoxin Zhou","doi":"10.1108/dta-10-2021-0276","DOIUrl":"https://doi.org/10.1108/dta-10-2021-0276","url":null,"abstract":"PurposeAs a derivative model of e-commerce, social commerce has received increasing attention in recent years. Empirical studies on social commerce have examined the key factors that influence users' attitudes or adoption intentions, but their conclusions are context-based and are not entirely consistent. This study aims to draw a general conclusion by systematically synthesizing the findings of previous studies and examine whether cultural differences play a moderating role in users' social commerce adoption.Design/methodology/approachA meta-analysis based on 11,786 independent samples from 39 empirical studies was conducted to integrate their results and develop a comprehensive conceptual model. A moderator analysis was carried out to investigate the moderating effect of culture by dividing the context into subgroups of individualistic and collectivistic cultures.FindingsThe results show that this comprehensive conceptual model can help better understand the adoption of social commerce. Meanwhile, the moderator analysis indicates that cultural differences have a significant moderating effect on the relationship between the determinants and the adoption of social commerce.Originality/valueThe findings of this paper have theoretical implications and make managerial contributions.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"62066178","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
Do SEC filings indicate any trends? Evidence from the sentiment distribution of forms 10-K and 10-Q with FinBERT 美国证券交易委员会的文件是否表明了某种趋势?来自FinBERT的10-K和10-Q表格情绪分布的证据
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-24 DOI: 10.1108/dta-05-2022-0215
Hyogon Kim, Eunmi Lee, Donghee Yoo
PurposeThis study quantified companies' views on the COVID-19 pandemic with sentiment analysis of US public companies' disclosures. The study aims to provide timely insights to shareholders, investors and consumers by exploring sentiment trends and changes in the industry and the relationship with stock price indices.Design/methodology/approachFrom more than 50,000 Form 10-K and Form 10-Q published between 2020 and 2021, over one million texts related to the COVID-19 pandemic were extracted. Applying the FinBERT fine-tuned for this study, the texts were classified into positive, negative and neutral sentiments. The correlations between sentiment trends, differences in sentiment distribution by industry and stock price indices were investigated by statistically testing the changes and distribution of quantified sentiments.FindingsFirst, there were quantitative changes in texts related to the COVID-19 pandemic in the US companies' disclosures. In addition, the changes in the trend of positive and negative sentiments were found. Second, industry patterns of positive and negative sentiment changes were similar, but no similarities were found in neutral sentiments. Third, in analyzing the relationship between the representative US stock indices and the sentiment trends, the results indicated a positive relationship with positive sentiments and a negative relationship with negative sentiments.Originality/valuePerforming sentiment analysis on formal documents like Securities and Exchange Commission (SEC) filings, this study was differentiated from previous studies by revealing the quantitative changes of sentiment implied in the documents and the trend over time. Moreover, an appropriate data preprocessing procedure and analysis method were presented for the time-series analysis of the SEC filings.
目的通过对美国上市公司信息披露的情绪分析,量化企业对COVID-19大流行的看法。本研究旨在通过探讨行业的情绪趋势和变化以及与股价指数的关系,为股东、投资者和消费者提供及时的见解。设计/方法/方法从2020年至2021年期间发布的5万多份10-K和10-Q表格中提取了100多万份与COVID-19大流行相关的文本。本研究采用FinBERT微调法,将文本分为积极情绪、消极情绪和中性情绪。通过统计检验量化情绪的变化和分布,研究了情绪趋势、行业情绪分布差异和股票价格指数之间的相关性。首先,美国公司披露的与COVID-19大流行相关的文本出现了数量变化。此外,还发现了积极情绪和消极情绪的变化趋势。第二,积极和消极情绪变化的行业模式相似,而中性情绪变化没有相似之处。第三,在分析美国代表性股指与情绪趋势的关系时,结果表明与积极情绪呈正相关,与消极情绪呈负相关。原创性/价值本研究对美国证券交易委员会(SEC)备案等正式文件进行情绪分析,通过揭示文件中隐含的情绪数量变化及其随时间的趋势,与以往的研究有所区别。此外,本文还提出了一种适用于SEC备案时间序列分析的数据预处理程序和分析方法。
{"title":"Do SEC filings indicate any trends? Evidence from the sentiment distribution of forms 10-K and 10-Q with FinBERT","authors":"Hyogon Kim, Eunmi Lee, Donghee Yoo","doi":"10.1108/dta-05-2022-0215","DOIUrl":"https://doi.org/10.1108/dta-05-2022-0215","url":null,"abstract":"PurposeThis study quantified companies' views on the COVID-19 pandemic with sentiment analysis of US public companies' disclosures. The study aims to provide timely insights to shareholders, investors and consumers by exploring sentiment trends and changes in the industry and the relationship with stock price indices.Design/methodology/approachFrom more than 50,000 Form 10-K and Form 10-Q published between 2020 and 2021, over one million texts related to the COVID-19 pandemic were extracted. Applying the FinBERT fine-tuned for this study, the texts were classified into positive, negative and neutral sentiments. The correlations between sentiment trends, differences in sentiment distribution by industry and stock price indices were investigated by statistically testing the changes and distribution of quantified sentiments.FindingsFirst, there were quantitative changes in texts related to the COVID-19 pandemic in the US companies' disclosures. In addition, the changes in the trend of positive and negative sentiments were found. Second, industry patterns of positive and negative sentiment changes were similar, but no similarities were found in neutral sentiments. Third, in analyzing the relationship between the representative US stock indices and the sentiment trends, the results indicated a positive relationship with positive sentiments and a negative relationship with negative sentiments.Originality/valuePerforming sentiment analysis on formal documents like Securities and Exchange Commission (SEC) filings, this study was differentiated from previous studies by revealing the quantitative changes of sentiment implied in the documents and the trend over time. Moreover, an appropriate data preprocessing procedure and analysis method were presented for the time-series analysis of the SEC filings.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81593753","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
Binary classification of multi-magnification histopathological breast cancer images using late fusion and transfer learning 应用后期融合和转移学习对癌症多倍组织病理学图像进行二元分类
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-24 DOI: 10.1108/dta-08-2022-0330
F. Nakach, Hasnae Zerouaoui, A. Idri
PurposeHistopathology biopsy imaging is currently the gold standard for the diagnosis of breast cancer in clinical practice. Pathologists examine the images at various magnifications to identify the type of tumor because if only one magnification is taken into account, the decision may not be accurate. This study explores the performance of transfer learning and late fusion to construct multi-scale ensembles that fuse different magnification-specific deep learning models for the binary classification of breast tumor slides.Design/methodology/approachThree pretrained deep learning techniques (DenseNet 201, MobileNet v2 and Inception v3) were used to classify breast tumor images over the four magnification factors of the Breast Cancer Histopathological Image Classification dataset (40×, 100×, 200× and 400×). To fuse the predictions of the models trained on different magnification factors, different aggregators were used, including weighted voting and seven meta-classifiers trained on slide predictions using class labels and the probabilities assigned to each class. The best cluster of the outperforming models was chosen using the Scott–Knott statistical test, and the top models were ranked using the Borda count voting system.FindingsThis study recommends the use of transfer learning and late fusion for histopathological breast cancer image classification by constructing multi-magnification ensembles because they perform better than models trained on each magnification separately.Originality/valueThe best multi-scale ensembles outperformed state-of-the-art integrated models and achieved an accuracy mean value of 98.82 per cent, precision of 98.46 per cent, recall of 100 per cent and F1-score of 99.20 per cent.
目的组织病理活检成像是目前临床诊断癌症的金标准。病理学家在不同的放大倍数下检查图像以确定肿瘤的类型,因为如果只考虑一个放大倍数,判断可能不准确。本研究探索了迁移学习和后期融合的性能,以构建多尺度集成,融合不同放大倍数的特定深度学习模型,用于乳腺肿瘤切片的二元分类。设计/方法/方法使用三种预训练的深度学习技术(DenseNet 201、MobileNet v2和Inception v3)在乳腺癌症组织病理学图像分类数据集的四个放大因子(40×、100×、200×和400×)上对乳腺肿瘤图像进行分类。为了融合在不同放大因子上训练的模型的预测,使用了不同的聚合器,包括加权投票和使用类别标签和分配给每个类别的概率在幻灯片预测上训练的七个元分类器。使用Scott–Knott统计检验选择表现优异的模型的最佳聚类,并使用Borda计数投票系统对排名靠前的模型进行排名。发现这项研究建议通过构建多重放大组合,将转移学习和后期融合用于组织病理学癌症图像分类,因为它们比单独训练的模型在每次放大时表现更好。独创性/价值最佳多尺度组合的表现优于最先进的集成模型,准确度平均值为98.82%,准确度为98.46%,召回率为100%,F1得分为99.20%。
{"title":"Binary classification of multi-magnification histopathological breast cancer images using late fusion and transfer learning","authors":"F. Nakach, Hasnae Zerouaoui, A. Idri","doi":"10.1108/dta-08-2022-0330","DOIUrl":"https://doi.org/10.1108/dta-08-2022-0330","url":null,"abstract":"PurposeHistopathology biopsy imaging is currently the gold standard for the diagnosis of breast cancer in clinical practice. Pathologists examine the images at various magnifications to identify the type of tumor because if only one magnification is taken into account, the decision may not be accurate. This study explores the performance of transfer learning and late fusion to construct multi-scale ensembles that fuse different magnification-specific deep learning models for the binary classification of breast tumor slides.Design/methodology/approachThree pretrained deep learning techniques (DenseNet 201, MobileNet v2 and Inception v3) were used to classify breast tumor images over the four magnification factors of the Breast Cancer Histopathological Image Classification dataset (40×, 100×, 200× and 400×). To fuse the predictions of the models trained on different magnification factors, different aggregators were used, including weighted voting and seven meta-classifiers trained on slide predictions using class labels and the probabilities assigned to each class. The best cluster of the outperforming models was chosen using the Scott–Knott statistical test, and the top models were ranked using the Borda count voting system.FindingsThis study recommends the use of transfer learning and late fusion for histopathological breast cancer image classification by constructing multi-magnification ensembles because they perform better than models trained on each magnification separately.Originality/valueThe best multi-scale ensembles outperformed state-of-the-art integrated models and achieved an accuracy mean value of 98.82 per cent, precision of 98.46 per cent, recall of 100 per cent and F1-score of 99.20 per cent.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45716506","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
Sentiment analysis of the Algerian social movement inception 阿尔及利亚社会运动开端的情感分析
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-22 DOI: 10.1108/dta-10-2022-0406
Meriem Laifa, Djamila Mohdeb
PurposeThis study provides an overview of the application of sentiment analysis (SA) in exploring social movements (SMs). It also compares different models for a SA task of Algerian Arabic tweets related to early days of the Algerian SM, called Hirak.Design/methodology/approachRelated tweets were retrieved using relevant hashtags followed by multiple data cleaning procedures. Foundational machine learning methods such as Naive Bayes, Support Vector Machine, Logistic Regression (LR) and Decision Tree were implemented. For each classifier, two feature extraction techniques were used and compared, namely Bag of Words and Term Frequency–Inverse Document Frequency. Moreover, three fine-tuned pretrained transformers AraBERT and DziriBERT and the multilingual transformer XLM-R were used for the comparison.FindingsThe findings of this paper emphasize the vital role social media played during the Hirak. Results revealed that most individuals had a positive attitude toward the Hirak. Moreover, the presented experiments provided important insights into the possible use of both basic machine learning and transfer learning models to analyze SA of Algerian text datasets. When comparing machine learning models with transformers in terms of accuracy, precision, recall and F1-score, the results are fairly similar, with LR outperforming all models with a 68 per cent accuracy rate.Originality/valueAt the time of writing, the Algerian SM was not thoroughly investigated or discussed in the Computer Science literature. This analysis makes a limited but unique contribution to understanding the Algerian Hirak using artificial intelligence. This study proposes what it considers to be a unique basis for comprehending this event with the goal of generating a foundation for future studies by comparing different SA techniques on a low-resource language.
目的本研究概述了情感分析在社会运动研究中的应用。它还比较了阿尔及利亚阿拉伯语tweet的SA任务的不同模型,这些tweet与阿尔及利亚SM的早期阶段有关,称为Hirak。设计/方法/方法使用相关标签检索相关推文,然后进行多个数据清理程序。基本的机器学习方法,如朴素贝叶斯,支持向量机,逻辑回归(LR)和决策树实现。对于每个分类器,使用了两种特征提取技术,即词袋和词频-逆文档频率。此外,三个微调预训练变压器AraBERT和DziriBERT和多语言变压器XLM-R被用于比较。这篇论文的发现强调了社交媒体在Hirak中扮演的重要角色。结果显示,大多数人对Hirak持积极态度。此外,所提出的实验为使用基本机器学习和迁移学习模型来分析阿尔及利亚文本数据集的SA提供了重要的见解。当将机器学习模型与变压器在准确性、精确度、召回率和f1分数方面进行比较时,结果相当相似,LR以68%的准确率优于所有模型。在撰写本文时,阿尔及利亚SM并没有在计算机科学文献中得到彻底的调查或讨论。这种分析对利用人工智能理解阿尔及利亚Hirak做出了有限但独特的贡献。本研究提出了它认为是理解这一事件的独特基础,目的是通过比较低资源语言上不同的SA技术,为未来的研究奠定基础。
{"title":"Sentiment analysis of the Algerian social movement inception","authors":"Meriem Laifa, Djamila Mohdeb","doi":"10.1108/dta-10-2022-0406","DOIUrl":"https://doi.org/10.1108/dta-10-2022-0406","url":null,"abstract":"PurposeThis study provides an overview of the application of sentiment analysis (SA) in exploring social movements (SMs). It also compares different models for a SA task of Algerian Arabic tweets related to early days of the Algerian SM, called Hirak.Design/methodology/approachRelated tweets were retrieved using relevant hashtags followed by multiple data cleaning procedures. Foundational machine learning methods such as Naive Bayes, Support Vector Machine, Logistic Regression (LR) and Decision Tree were implemented. For each classifier, two feature extraction techniques were used and compared, namely Bag of Words and Term Frequency–Inverse Document Frequency. Moreover, three fine-tuned pretrained transformers AraBERT and DziriBERT and the multilingual transformer XLM-R were used for the comparison.FindingsThe findings of this paper emphasize the vital role social media played during the Hirak. Results revealed that most individuals had a positive attitude toward the Hirak. Moreover, the presented experiments provided important insights into the possible use of both basic machine learning and transfer learning models to analyze SA of Algerian text datasets. When comparing machine learning models with transformers in terms of accuracy, precision, recall and F1-score, the results are fairly similar, with LR outperforming all models with a 68 per cent accuracy rate.Originality/valueAt the time of writing, the Algerian SM was not thoroughly investigated or discussed in the Computer Science literature. This analysis makes a limited but unique contribution to understanding the Algerian Hirak using artificial intelligence. This study proposes what it considers to be a unique basis for comprehending this event with the goal of generating a foundation for future studies by comparing different SA techniques on a low-resource language.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46130946","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
Joint modeling method of question intent detection and slot filling for domain-oriented question answering system 面向领域问答系统中问题意图检测与槽位填充的联合建模方法
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-10 DOI: 10.1108/dta-07-2022-0281
Huiyong Wang, Ding Yang, Liang Guo, Xiaoming Zhang
PurposeIntent detection and slot filling are two important tasks in question comprehension of a question answering system. This study aims to build a joint task model with some generalization ability and benchmark its performance over other neural network models mentioned in this paper.Design/methodology/approachThis study used a deep-learning-based approach for the joint modeling of question intent detection and slot filling. Meanwhile, the internal cell structure of the long short-term memory (LSTM) network was improved. Furthermore, the dataset Computer Science Literature Question (CSLQ) was constructed based on the Science and Technology Knowledge Graph. The datasets Airline Travel Information Systems, Snips (a natural language processing dataset of the consumer intent engine collected by Snips) and CSLQ were used for the empirical analysis. The accuracy of intent detection and F1 score of slot filling, as well as the semantic accuracy of sentences, were compared for several models.FindingsThe results showed that the proposed model outperformed all other benchmark methods, especially for the CSLQ dataset. This proves that the design of this study improved the comprehensive performance and generalization ability of the model to some extent.Originality/valueThis study contributes to the understanding of question sentences in a specific domain. LSTM was improved, and a computer literature domain dataset was constructed herein. This will lay the data and model foundation for the future construction of a computer literature question answering system.
目的意图检测和空位填充是问答系统问题理解中的两项重要任务。本研究旨在建立一个具有一定泛化能力的联合任务模型,并将其性能与本文中提到的其他神经网络模型进行比较。设计/方法论/方法本研究使用了一种基于深度学习的方法来对问题意图检测和空位填充进行联合建模。同时,长短期记忆(LSTM)网络的内部细胞结构得到了改善。此外,基于科学技术知识图谱构建了计算机科学文献问题数据集(CSLQ)。数据集Airline Travel Information Systems、Snipps(由Snipps收集的消费者意图引擎的自然语言处理数据集)和CSLQ用于实证分析。比较了几种模型的意图检测的准确性、空位填充的F1分数以及句子的语义准确性。结果表明,所提出的模型优于所有其他基准方法,尤其是对于CSLQ数据集。这证明了本研究的设计在一定程度上提高了模型的综合性能和泛化能力。独创性/价值这项研究有助于理解特定领域的疑问句。对LSTM进行了改进,构建了计算机文献领域数据集。这将为未来构建计算机文献问答系统奠定数据和模型基础。
{"title":"Joint modeling method of question intent detection and slot filling for domain-oriented question answering system","authors":"Huiyong Wang, Ding Yang, Liang Guo, Xiaoming Zhang","doi":"10.1108/dta-07-2022-0281","DOIUrl":"https://doi.org/10.1108/dta-07-2022-0281","url":null,"abstract":"PurposeIntent detection and slot filling are two important tasks in question comprehension of a question answering system. This study aims to build a joint task model with some generalization ability and benchmark its performance over other neural network models mentioned in this paper.Design/methodology/approachThis study used a deep-learning-based approach for the joint modeling of question intent detection and slot filling. Meanwhile, the internal cell structure of the long short-term memory (LSTM) network was improved. Furthermore, the dataset Computer Science Literature Question (CSLQ) was constructed based on the Science and Technology Knowledge Graph. The datasets Airline Travel Information Systems, Snips (a natural language processing dataset of the consumer intent engine collected by Snips) and CSLQ were used for the empirical analysis. The accuracy of intent detection and F1 score of slot filling, as well as the semantic accuracy of sentences, were compared for several models.FindingsThe results showed that the proposed model outperformed all other benchmark methods, especially for the CSLQ dataset. This proves that the design of this study improved the comprehensive performance and generalization ability of the model to some extent.Originality/valueThis study contributes to the understanding of question sentences in a specific domain. LSTM was improved, and a computer literature domain dataset was constructed herein. This will lay the data and model foundation for the future construction of a computer literature question answering system.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45614283","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
CommunityGCN: community detection using node classification with graph convolution network CommunityGCN:基于图卷积网络的节点分类社区检测
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-06 DOI: 10.1108/dta-02-2022-0056
Riju Bhattacharya, N. K. Nagwani, Sarsij Tripathi
PurposeA community demonstrates the unique qualities and relationships between its members that distinguish it from other communities within a network. Network analysis relies heavily on community detection. Despite the traditional spectral clustering and statistical inference methods, deep learning techniques for community detection have grown in popularity due to their ease of processing high-dimensional network data. Graph convolutional neural networks (GCNNs) have received much attention recently and have developed into a potential and ubiquitous method for directly detecting communities on graphs. Inspired by the promising results of graph convolutional networks (GCNs) in analyzing graph structure data, a novel community graph convolutional network (CommunityGCN) as a semi-supervised node classification model has been proposed and compared with recent baseline methods graph attention network (GAT), GCN-based technique for unsupervised community detection and Markov random fields combined with graph convolutional network (MRFasGCN).Design/methodology/approachThis work presents the method for identifying communities that combines the notion of node classification via message passing with the architecture of a semi-supervised graph neural network. Six benchmark datasets, namely, Cora, CiteSeer, ACM, Karate, IMDB and Facebook, have been used in the experimentation.FindingsIn the first set of experiments, the scaled normalized average matrix of all neighbor's features including the node itself was obtained, followed by obtaining the weighted average matrix of low-dimensional nodes. In the second set of experiments, the average weighted matrix was forwarded to the GCN with two layers and the activation function for predicting the node class was applied. The results demonstrate that node classification with GCN can improve the performance of identifying communities on graph datasets.Originality/valueThe experiment reveals that the CommunityGCN approach has given better results with accuracy, normalized mutual information, F1 and modularity scores of 91.26, 79.9, 92.58 and 70.5 per cent, respectively, for detecting communities in the graph network, which is much greater than the range of 55.7–87.07 per cent reported in previous literature. Thus, it has been concluded that the GCN with node classification models has improved the accuracy.
一个社区展示了其成员之间的独特品质和关系,使其区别于网络中的其他社区。网络分析在很大程度上依赖于社区检测。与传统的光谱聚类和统计推断方法不同,深度学习技术由于易于处理高维网络数据而越来越受欢迎。图卷积神经网络(GCNNs)近年来受到广泛关注,已发展成为一种有潜力且普遍存在的直接检测图上社区的方法。受图卷积网络(GCNs)在图结构数据分析方面的良好结果的启发,提出了一种新的社区图卷积网络(CommunityGCN)作为半监督节点分类模型,并与现有的基线方法图注意网络(GAT)、基于gcn的无监督社区检测技术和马尔可夫随机场结合图卷积网络(MRFasGCN)进行了比较。设计/方法/方法本工作提出了一种识别社区的方法,该方法结合了通过消息传递的节点分类概念和半监督图神经网络的体系结构。实验中使用了6个基准数据集,分别是Cora、CiteSeer、ACM、Karate、IMDB和Facebook。在第一组实验中,首先得到包括节点本身在内的所有邻居特征的缩放归一化平均矩阵,然后得到低维节点的加权平均矩阵。在第二组实验中,将平均加权矩阵转发给两层GCN,并应用预测节点类别的激活函数。结果表明,使用GCN进行节点分类可以提高图数据集上社区识别的性能。实验表明,CommunityGCN方法在图网络社区检测方面取得了较好的结果,准确率、归一化互信息、F1和模块化得分分别为91.26%、79.9%、92.58和70.5%,远远大于以往文献报道的55.7% - 87.07%。由此可见,采用节点分类模型的GCN提高了分类准确率。
{"title":"CommunityGCN: community detection using node classification with graph convolution network","authors":"Riju Bhattacharya, N. K. Nagwani, Sarsij Tripathi","doi":"10.1108/dta-02-2022-0056","DOIUrl":"https://doi.org/10.1108/dta-02-2022-0056","url":null,"abstract":"PurposeA community demonstrates the unique qualities and relationships between its members that distinguish it from other communities within a network. Network analysis relies heavily on community detection. Despite the traditional spectral clustering and statistical inference methods, deep learning techniques for community detection have grown in popularity due to their ease of processing high-dimensional network data. Graph convolutional neural networks (GCNNs) have received much attention recently and have developed into a potential and ubiquitous method for directly detecting communities on graphs. Inspired by the promising results of graph convolutional networks (GCNs) in analyzing graph structure data, a novel community graph convolutional network (CommunityGCN) as a semi-supervised node classification model has been proposed and compared with recent baseline methods graph attention network (GAT), GCN-based technique for unsupervised community detection and Markov random fields combined with graph convolutional network (MRFasGCN).Design/methodology/approachThis work presents the method for identifying communities that combines the notion of node classification via message passing with the architecture of a semi-supervised graph neural network. Six benchmark datasets, namely, Cora, CiteSeer, ACM, Karate, IMDB and Facebook, have been used in the experimentation.FindingsIn the first set of experiments, the scaled normalized average matrix of all neighbor's features including the node itself was obtained, followed by obtaining the weighted average matrix of low-dimensional nodes. In the second set of experiments, the average weighted matrix was forwarded to the GCN with two layers and the activation function for predicting the node class was applied. The results demonstrate that node classification with GCN can improve the performance of identifying communities on graph datasets.Originality/valueThe experiment reveals that the CommunityGCN approach has given better results with accuracy, normalized mutual information, F1 and modularity scores of 91.26, 79.9, 92.58 and 70.5 per cent, respectively, for detecting communities in the graph network, which is much greater than the range of 55.7–87.07 per cent reported in previous literature. Thus, it has been concluded that the GCN with node classification models has improved the accuracy.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"41895655","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
Multimodal Fast-Slow Neural Network for learning engagement evaluation 多模态快慢神经网络学习投入评价
IF 1.6 4区 计算机科学 Q1 Social Sciences Pub Date : 2023-02-03 DOI: 10.1108/dta-05-2022-0199
Lizhao Zhang, Jui-Long Hung, Xu Du, Hao Li, Zhuang Hu
PurposeStudent engagement is a key factor that connects with student achievement and retention. This paper aims to identify individuals' engagement automatically in the classroom with multimodal data for supporting educational research.Design/methodology/approachThe video and electroencephalogram data of 36 undergraduates were collected to represent observable and internal information. Since different modal data have different granularity, this study proposed the Fast–Slow Neural Network (FSNN) to detect engagement through both observable and internal information, with an asynchrony structure to preserve the sequence information of data with different granularity.FindingsExperimental results show that the proposed algorithm can recognize engagement better than the traditional data fusion methods. The results are also analyzed to figure out the reasons for the better performance of the proposed FSNN.Originality/valueThis study combined multimodal data from observable and internal aspects to improve the accuracy of engagement detection in the classroom. The proposed FSNN used the asynchronous process to deal with the problem of remaining sequential information when facing multimodal data with different granularity.
学生参与是影响学生成绩和留存率的关键因素。本文旨在利用多模态数据自动识别个人在课堂上的参与度,以支持教育研究。设计/方法/方法收集了36名大学生的视频和脑电图数据,以代表可观察的和内部的信息。由于不同的模态数据具有不同的粒度,本研究提出了快慢神经网络(Fast-Slow Neural Network, FSNN)通过可观察信息和内部信息来检测啮合,并采用异步结构来保留不同粒度数据的序列信息。实验结果表明,该算法比传统的数据融合方法能更好地识别交战状态。对实验结果进行了分析,找出了FSNN性能较好的原因。原创性/价值本研究结合了来自可观察和内部方面的多模态数据,以提高课堂投入检测的准确性。所提出的FSNN采用异步处理的方法来处理面对不同粒度的多模态数据时的顺序信息保留问题。
{"title":"Multimodal Fast-Slow Neural Network for learning engagement evaluation","authors":"Lizhao Zhang, Jui-Long Hung, Xu Du, Hao Li, Zhuang Hu","doi":"10.1108/dta-05-2022-0199","DOIUrl":"https://doi.org/10.1108/dta-05-2022-0199","url":null,"abstract":"PurposeStudent engagement is a key factor that connects with student achievement and retention. This paper aims to identify individuals' engagement automatically in the classroom with multimodal data for supporting educational research.Design/methodology/approachThe video and electroencephalogram data of 36 undergraduates were collected to represent observable and internal information. Since different modal data have different granularity, this study proposed the Fast–Slow Neural Network (FSNN) to detect engagement through both observable and internal information, with an asynchrony structure to preserve the sequence information of data with different granularity.FindingsExperimental results show that the proposed algorithm can recognize engagement better than the traditional data fusion methods. The results are also analyzed to figure out the reasons for the better performance of the proposed FSNN.Originality/valueThis study combined multimodal data from observable and internal aspects to improve the accuracy of engagement detection in the classroom. The proposed FSNN used the asynchronous process to deal with the problem of remaining sequential information when facing multimodal data with different granularity.","PeriodicalId":56156,"journal":{"name":"Data Technologies and Applications","volume":null,"pages":null},"PeriodicalIF":1.6,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77554130","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
期刊
Data Technologies and Applications
全部 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