首页 > 最新文献

Proceedings of the ACMSE 2018 Conference最新文献

英文 中文
Application of Huffman data compression algorithm in hashing computation Huffman数据压缩算法在哈希计算中的应用
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190715
Lakshmi Narasimha Devulapalli Venkata, M. Atici
Cryptography is the art of protecting information by encrypting the original message into unreadable format. A cryptographic hash function is a hash function which takes an arbitrary length of text message as input and converts that text into a fixed length of encrypted characters which is infeasible to invert. The values returned by hash function are called as message digest or simply hash values. Because of its versatility, hash functions are used in many applications such as message authentication, digital signatures, and password hashing[2]. The purpose of this study is to apply Huffman data compression algorithm to the SHA1 hash function in cryptography. Huffman data compression algorithm is an optimal compression or prefix algorithm where the frequencies of the letters are used to compress the data [1]. An integrated approach is applied to achieve new compressed hash function by integrating Huffman compressed codes in the core functionality of hashing computation of the original hash function.
密码学是通过将原始消息加密成不可读的格式来保护信息的艺术。加密哈希函数是一种哈希函数,它将任意长度的文本消息作为输入,并将该文本转换为不可反转的固定长度的加密字符。哈希函数返回的值称为消息摘要或简单的哈希值。由于其通用性,哈希函数被用于许多应用程序,如消息身份验证、数字签名和密码哈希[2]。本研究的目的是将霍夫曼数据压缩算法应用于密码学中的SHA1哈希函数。Huffman数据压缩算法是一种利用字母的频率对数据进行压缩的最优压缩或前缀算法[1]。在原哈希函数的哈希计算核心功能中集成霍夫曼压缩码,采用集成的方法实现新的压缩哈希函数。
{"title":"Application of Huffman data compression algorithm in hashing computation","authors":"Lakshmi Narasimha Devulapalli Venkata, M. Atici","doi":"10.1145/3190645.3190715","DOIUrl":"https://doi.org/10.1145/3190645.3190715","url":null,"abstract":"Cryptography is the art of protecting information by encrypting the original message into unreadable format. A cryptographic hash function is a hash function which takes an arbitrary length of text message as input and converts that text into a fixed length of encrypted characters which is infeasible to invert. The values returned by hash function are called as message digest or simply hash values. Because of its versatility, hash functions are used in many applications such as message authentication, digital signatures, and password hashing[2]. The purpose of this study is to apply Huffman data compression algorithm to the SHA1 hash function in cryptography. Huffman data compression algorithm is an optimal compression or prefix algorithm where the frequencies of the letters are used to compress the data [1]. An integrated approach is applied to achieve new compressed hash function by integrating Huffman compressed codes in the core functionality of hashing computation of the original hash function.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123420782","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 comparative study of mapreduce and hive based on the design of the information gain algorithm for analytical workloads 基于分析工作负载信息增益算法设计的mapreduce与hive的比较研究
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190705
S. Bagui, Sharon K. John, John P. Baggs
Information Gain (IG) or the Kullback Leibler algorithm is a statistical algorithm that is employed to extract useful features from datasets to eliminate redundant and valueless features. Applying this feature selection technique paves way for sophisticated analysis on Big Data, requiring the underlying framework to handle the data complexity, volume and velocity. The Hadoop ecosystem comes in handy, enabling for seamless distributed computing leveraging the computing potential of many commercial machines. Previous research studies [1, 2] indicate that Hive is best suited for data warehousing and ETL (Extract, Transform, Load) workloads. We aim to extend Hive's capability to analyze how it suits analytical algorithms and compare its performance with MapReduce. In this Big Data era, it is essential to design algorithms efficiently to reap the benefits of parallelization over existing frameworks. This study will showcase the efficacy in designing IG for Hadoop framework and discuss the implementation of IG for analytical workload on Hive and MapReduce. Inherently both these components are built over a shared nothing architecture which prevents contention issues increasing data parallelism, thus best-fitting for analytical workloads. Hence, the programmer is relieved from the overhead of maintaining structures like indexes, caches and partitions. Assessing implementation of Information Gain on both these parallel processing components will certainly provide insights on the benefits and downsides that each component should offer and at large will enable researchers and developers to employ appropriate components for suitable tasks.
信息增益(Information Gain, IG)或Kullback Leibler算法是一种从数据集中提取有用特征以消除冗余和无价值特征的统计算法。这种特征选择技术的应用为大数据的复杂分析铺平了道路,需要底层框架来处理数据的复杂性、数量和速度。Hadoop生态系统可以派上用场,利用许多商用机器的计算潜力,实现无缝的分布式计算。先前的研究[1,2]表明Hive最适合数据仓库和ETL (Extract, Transform, Load)工作负载。我们的目标是扩展Hive的能力,分析它如何适合分析算法,并将其性能与MapReduce进行比较。在这个大数据时代,有效地设计算法以获得并行化优于现有框架的好处是至关重要的。本研究将展示IG在Hadoop框架设计中的有效性,并讨论IG在Hive和MapReduce上分析工作负载的实现。从本质上讲,这两个组件都构建在一个无共享架构之上,该架构可以防止争用问题增加数据并行性,因此最适合分析工作负载。因此,程序员从维护索引、缓存和分区等结构的开销中解脱出来。在这两个并行处理组件上评估Information Gain的实现肯定会提供每个组件应该提供的优点和缺点的见解,并且总体上使研究人员和开发人员能够为合适的任务使用适当的组件。
{"title":"A comparative study of mapreduce and hive based on the design of the information gain algorithm for analytical workloads","authors":"S. Bagui, Sharon K. John, John P. Baggs","doi":"10.1145/3190645.3190705","DOIUrl":"https://doi.org/10.1145/3190645.3190705","url":null,"abstract":"Information Gain (IG) or the Kullback Leibler algorithm is a statistical algorithm that is employed to extract useful features from datasets to eliminate redundant and valueless features. Applying this feature selection technique paves way for sophisticated analysis on Big Data, requiring the underlying framework to handle the data complexity, volume and velocity. The Hadoop ecosystem comes in handy, enabling for seamless distributed computing leveraging the computing potential of many commercial machines. Previous research studies [1, 2] indicate that Hive is best suited for data warehousing and ETL (Extract, Transform, Load) workloads. We aim to extend Hive's capability to analyze how it suits analytical algorithms and compare its performance with MapReduce. In this Big Data era, it is essential to design algorithms efficiently to reap the benefits of parallelization over existing frameworks. This study will showcase the efficacy in designing IG for Hadoop framework and discuss the implementation of IG for analytical workload on Hive and MapReduce. Inherently both these components are built over a shared nothing architecture which prevents contention issues increasing data parallelism, thus best-fitting for analytical workloads. Hence, the programmer is relieved from the overhead of maintaining structures like indexes, caches and partitions. Assessing implementation of Information Gain on both these parallel processing components will certainly provide insights on the benefits and downsides that each component should offer and at large will enable researchers and developers to employ appropriate components for suitable tasks.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123788618","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
Imputing trust network information in NMF-based collaborative filtering 基于nmf的协同过滤中信任网络信息的输入
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190672
Fatemah H. Alghamedy, Xiwei Wang, Jun Zhang
We propose an NMF (Nonnegative Matrix Factorization)-based approach in collaborative filtering based recommendation systems to handle the cold-start users issue, especially for the New-Users who did not rate any items. The proposed approach utilizes the trust network information to impute missing ratings before NMF is applied. We do two cases of imputation: (1) when all users are imputed, and (2) when only New-Users are imputed. To study the impact of the imputation, we divide users into three groups and calculate their recommendation errors. Experiments on four different datasets are conducted to examine the proposed approach. The results show that our approach can handle the New-Users issue and reduce the recommendation errors for the whole dataset especially in the second imputation case.
在基于协同过滤的推荐系统中,我们提出了一种基于NMF(非负矩阵分解)的方法来处理冷启动用户的问题,特别是对于那些没有对任何项目进行评分的新用户。该方法利用信任网络信息在应用NMF之前估算缺失评级。我们做了两种情况的推算:(1)当所有的用户被推算,(2)当只有新用户被推算。为了研究imputation的影响,我们将用户分为三组,并计算他们的推荐误差。在四个不同的数据集上进行了实验来检验所提出的方法。结果表明,该方法可以有效地处理新用户问题,降低了整个数据集的推荐误差,特别是在第二次imputation情况下。
{"title":"Imputing trust network information in NMF-based collaborative filtering","authors":"Fatemah H. Alghamedy, Xiwei Wang, Jun Zhang","doi":"10.1145/3190645.3190672","DOIUrl":"https://doi.org/10.1145/3190645.3190672","url":null,"abstract":"We propose an NMF (Nonnegative Matrix Factorization)-based approach in collaborative filtering based recommendation systems to handle the cold-start users issue, especially for the New-Users who did not rate any items. The proposed approach utilizes the trust network information to impute missing ratings before NMF is applied. We do two cases of imputation: (1) when all users are imputed, and (2) when only New-Users are imputed. To study the impact of the imputation, we divide users into three groups and calculate their recommendation errors. Experiments on four different datasets are conducted to examine the proposed approach. The results show that our approach can handle the New-Users issue and reduce the recommendation errors for the whole dataset especially in the second imputation case.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"257 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116067079","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}
引用次数: 2
Hybrid piezoelectric-magnetic neurons: a proposal for energy-efficient machine learning 混合压电-磁神经元:节能机器学习的建议
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190688
William Scott, Jonathan Jeffrey, Blake Heard, D. Nikonov, I. Young, S. Manipatruni, A. Naeemi, R. M. Iraei
This paper proposes a spintronic neuron structure composed of a heterostructure of magnets and a piezoelectric with a magnetic tunnel junction (MTJ). The operation of the device is simulated using SPICE models. Simulation results illustrate that the energy dissipation of the proposed neuron compared to that of other spintronic neurons exhibits 70% improvement. Compared to CMOS neurons, the proposed neuron occupies a smaller footprint area and operates using less energy. Owing to its versatility and low-energy operation, the proposed neuron is a promising candidate to be adopted in artificial neural network (ANN) systems.
提出了一种由磁体异质结构和带磁隧道结的压电体(MTJ)组成的自旋电子神经元结构。利用SPICE模型对装置的运行进行了仿真。仿真结果表明,该自旋电子神经元的能量耗散比其他自旋电子神经元的能量耗散提高了70%。与CMOS神经元相比,所提出的神经元占用更小的占地面积,使用更少的能量。由于其通用性和低能量运算,该神经元是人工神经网络(ANN)系统中很有希望采用的候选神经元。
{"title":"Hybrid piezoelectric-magnetic neurons: a proposal for energy-efficient machine learning","authors":"William Scott, Jonathan Jeffrey, Blake Heard, D. Nikonov, I. Young, S. Manipatruni, A. Naeemi, R. M. Iraei","doi":"10.1145/3190645.3190688","DOIUrl":"https://doi.org/10.1145/3190645.3190688","url":null,"abstract":"This paper proposes a spintronic neuron structure composed of a heterostructure of magnets and a piezoelectric with a magnetic tunnel junction (MTJ). The operation of the device is simulated using SPICE models. Simulation results illustrate that the energy dissipation of the proposed neuron compared to that of other spintronic neurons exhibits 70% improvement. Compared to CMOS neurons, the proposed neuron occupies a smaller footprint area and operates using less energy. Owing to its versatility and low-energy operation, the proposed neuron is a promising candidate to be adopted in artificial neural network (ANN) systems.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133989959","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}
引用次数: 3
StreetTraffic: a library for traffic flow data collection and analysis StreetTraffic:一个收集和分析交通流量数据的图书馆
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190710
Shengyi Huang, Chris Healy
This extended abstract introduces StreetTraffic, an open-sourced server library that collects and analyzes traffic flow data. By utilizing REST APIs provided by HERE.com, StreetTraffic allows the users to crawl traffic flow data of interested regions or routes. Then, the users could see the visualized traffic flow history of the crawled data, empowering them to understand the historical traffic pattern of their interested routes, which could be valuable to commuters or someone who wants to optimize a trip. The library is currently hosted at Github (https://github.com/streettraffic/streettraffic), along with its documentation and tutorials.
这篇扩展摘要介绍了StreetTraffic,一个收集和分析交通流量数据的开源服务器库。通过使用HERE.com提供的REST api, StreetTraffic允许用户抓取感兴趣地区或路线的交通流量数据。然后,用户可以看到爬行数据的可视化交通流量历史,使他们能够了解他们感兴趣的路线的历史交通模式,这对于通勤者或想要优化旅行的人来说可能是有价值的。该库目前托管在Github (https://github.com/streettraffic/streettraffic)上,以及它的文档和教程。
{"title":"StreetTraffic: a library for traffic flow data collection and analysis","authors":"Shengyi Huang, Chris Healy","doi":"10.1145/3190645.3190710","DOIUrl":"https://doi.org/10.1145/3190645.3190710","url":null,"abstract":"This extended abstract introduces StreetTraffic, an open-sourced server library that collects and analyzes traffic flow data. By utilizing REST APIs provided by HERE.com, StreetTraffic allows the users to crawl traffic flow data of interested regions or routes. Then, the users could see the visualized traffic flow history of the crawled data, empowering them to understand the historical traffic pattern of their interested routes, which could be valuable to commuters or someone who wants to optimize a trip. The library is currently hosted at Github (https://github.com/streettraffic/streettraffic), along with its documentation and tutorials.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"258 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132621498","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}
引用次数: 1
Diabetic assistant tool 糖尿病辅助工具
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190646
Roberto Pagan, H. ElAarag
In this paper, we present the Diabetic Assistant Tool, a web application developed using the Vue framework. The application, as the name suggests, assists diabetics in maintaining a healthy lifestyle. The tool uses modern designs and gives the users features that have been requested for many years, an easy to use and pleasant to the eye package. The Diabetic Assistant Tool application differentiates itself from other such applications by simplifying the interface and only giving the user information they need in a clear and simple way.
在本文中,我们介绍了糖尿病辅助工具,一个使用Vue框架开发的web应用程序。顾名思义,这款应用可以帮助糖尿病患者保持健康的生活方式。该工具采用现代设计,并为用户提供了多年来一直要求的功能,一个易于使用和愉快的眼睛包。diabetes Assistant Tool应用程序与其他此类应用程序的区别在于简化了界面,并且只以清晰简单的方式向用户提供他们需要的信息。
{"title":"Diabetic assistant tool","authors":"Roberto Pagan, H. ElAarag","doi":"10.1145/3190645.3190646","DOIUrl":"https://doi.org/10.1145/3190645.3190646","url":null,"abstract":"In this paper, we present the Diabetic Assistant Tool, a web application developed using the Vue framework. The application, as the name suggests, assists diabetics in maintaining a healthy lifestyle. The tool uses modern designs and gives the users features that have been requested for many years, an easy to use and pleasant to the eye package. The Diabetic Assistant Tool application differentiates itself from other such applications by simplifying the interface and only giving the user information they need in a clear and simple way.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"80 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133344908","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}
引用次数: 2
A study of chief marketing officer (CMO) tenure with competitive sorting model 基于竞争排序模型的首席营销官任期研究
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190717
Eun Hee Ko, D. Bowman, Sierra Chugg, Dae Wook Kim
With the average CMO tenure increasing significantly over the past decade, the business press has speculated about reasons for this climb while the academic literature has been relatively silent, remaining indecisive about the contributions of the CMO to firm performance [3, 7, 10]. These mixed results have resulted in calls for more systematic inquiry into the performance consequences of the CMO. This proposal investigates factors associated with CMO tenure. It develops theory based on competitive sorting model whose the underlying intuition is that when the competitiveness of an individual's talents aligns with a firm's strategic directions job tenure increases. We argue that the firm's strategic change has a positive impact on firm performance when the CMO has aligning skills with the firm's strategic shift. Rationales underlying our arguments rely on a competitive sorting model of the CEO labor market [6, 11]. The essential intuition of the model is that CEOs have discernable characteristics that are indicative of their expected productive skills and are matched to firms competitively [4]. We used the sales data for the firms from 2000 to 2014, which were retrieved from Fundamentals Annuals section of COMPUSTAT database [9] and tested the effects of the interaction between the firm (i.e., Long-term business strategy and Data-driven approach) and the CMO variables (i.e., Analytical Ability Index (AAI) and General Ability Index (GAI)) on CMO tenure and the performance implications of the interaction, focusing on the emergence of business culture which transforms diverse aspects of business foundations, data-driven culture. In specific, we suggest a positive relationship between the CMO's characteristics which match to the firm's strategic shifts and CMO tenure and firm performance, because CMOs' distinguished characteristics which are effectively matched to firms are the indicative of their competitive performance consequences [4], which, in turn, are associated with longer tenure. We adopted five proxies of General Ability Index: number of firms, number of industries, CMO experience, number of executive positions, and executive tenure. Following Custodio et al. [2], we reduced the five proxies into one-dimensional index using principal component analysis [14] which extracts common component. We used one component instead of five by employing the method of dimensionality reduction to avoid multicollinearity [5] and minimize measurement error. Because all the proxies for the GAI Index are static variables over time, the General Ability Index is calculated for each CMO, but the index is not varying over time for a CMO. The index is standardized and thus has zero mean and a standard deviation of 1. AAI is computed with the same method using three proxies: number of degrees, degree kind, and functional career experience. To extract the proxies from firm side (firm's valuation on the change in long-term business strategy and in data-driven approach)
随着CMO的平均任期在过去十年中显著增加,商业媒体对这种攀升的原因进行了推测,而学术文献则相对沉默,对于CMO对公司绩效的贡献仍然犹豫不决[3,7,10]。这些喜忧参半的结果导致人们呼吁对CMO的绩效后果进行更系统的调查。本提案调查了与CMO任期相关的因素。在竞争排序模型的基础上发展理论,该模型的基本直觉是,当个人才能的竞争力与企业的战略方向一致时,工作任期会增加。我们认为,当首席营销官的技能与公司的战略转变相匹配时,公司的战略变革对公司绩效有积极的影响。我们的论点基于CEO劳动力市场的竞争性分类模型[6,11]。该模型的基本直觉是,首席执行官具有可识别的特征,这些特征表明他们的预期生产技能,并与公司竞争相匹配[4]。我们使用了2000年至2014年公司的销售数据,这些数据是从COMPUSTAT数据库的基本面年鉴部分中检索出来的[9],并测试了公司(即长期业务战略和数据驱动方法)与CMO变量(即分析能力指数(AAI)和一般能力指数(GAI))之间的相互作用对CMO任期的影响以及相互作用对绩效的影响。关注商业文化的出现,它改变了商业基础的各个方面,数据驱动的文化。具体而言,我们认为与公司战略转变相匹配的首席营销官特征与首席营销官任期和公司绩效之间存在正相关关系,因为首席营销官与公司有效匹配的杰出特征表明了他们的竞争绩效结果[4],而竞争绩效结果又与更长的任期相关。我们采用五种代理指标来衡量一般能力指数:公司数量、行业数量、CMO经验、高管职位数量和高管任期。继Custodio等人[2]之后,我们使用主成分分析[14]将五个代理简化为一维指标,提取共同成分。为了避免多重共线性[5],减小测量误差,我们采用降维方法,将五个分量改为一个分量。由于GAI指数的所有代理都是随时间变化的静态变量,因此一般能力指数是为每个CMO计算的,但对于CMO,该指数不会随时间变化。该指数是标准化的,因此平均值为零,标准差为1。AAI用同样的方法计算,使用三个代理:学位数量、学位种类和职能职业经验。为了从公司方面提取代理(公司对长期业务战略变化和数据驱动方法的估值),我们使用10-K表格中“业务部分(即项目1)”的文本分析,这是公司在公共领域的业务信息的最全面汇编。我们采用了基于词典的情感方法,该方法包括从文档中单词或短语的语义方向计算文档的方向[13],并自动以数字格式提取语义值以用于我们的分析。基于词典的方法可以手动创建[12],也可以自动创建,使用种子词来扩展单词列表[8,12],我们采用了第一种方法。我们构建了一个比例风险模型来估计预测因子对CMO保留期的影响。方程(1)中的因变量是风险率,它对某些个体是正确的。也就是说,有些人的任期结束点是不可观察的,因为他们在研究结束时仍然担任首席营销官。因此,传统的回归估计是有偏差的。此外,时变协变量(即,公司对长期业务战略的估值,公司对数据驱动方法的估值)也包括在估计中。因此,我们用比例风险模型来制定模型[1]。单个CMO的任期被认为是一个随机变量,具有p.d.f. f(t)和c.d.f. f(t),风险率为h(t) = f(t) / (1-F(t))。设h(t|x)表示具有向量x捕获的特定条件的CMO i的风险率。风险率采用以下形式:[这里的数学]其中h0(t)是基线风险率,它不依赖于x,但只捕获时间效应,β'捕获预测因子(xit)对风险率的影响。图1 (a)和(b)显示了在不涉及预测因子时使用风险模型估计的生存曲线和累积风险曲线。 在图1中,前几个月相对平缓的下降表明,只有少数cmo在前几个月离开该职位。这也可以从事件累积次数和处于危险中的次数的变化中看出。具体来说,大约三分之一的cmo在54个月内离职,大约50%的事件发生在80个月内。我们做出了以下新的贡献。首先,据我们所知,这是第一个试图确定与CMO任期增加有关的因素的研究。其次,我们使用现有的基于词典的情感分析方法来获取企业战略转型的价值观,但创建了新的词典,包括指标列表和相应的情感取向价值观,并使用新的算法来捕获我们想要检查的准确价值观。最后,本研究通过展示与公司战略方向一致的某些CMO技能的有效性,提供了管理意义。在未来的工作中,竞争风险模型可以解释退出CMO职位的不同路径。在离开首席营销官职位的首席营销官中,我们观察到77%的首席营销官跳槽或退休,23%的首席营销官留在同一家公司。我们计划用竞争风险模型对数据进行进一步调查,以观察CMO离职后或离职的原因。
{"title":"A study of chief marketing officer (CMO) tenure with competitive sorting model","authors":"Eun Hee Ko, D. Bowman, Sierra Chugg, Dae Wook Kim","doi":"10.1145/3190645.3190717","DOIUrl":"https://doi.org/10.1145/3190645.3190717","url":null,"abstract":"With the average CMO tenure increasing significantly over the past decade, the business press has speculated about reasons for this climb while the academic literature has been relatively silent, remaining indecisive about the contributions of the CMO to firm performance [3, 7, 10]. These mixed results have resulted in calls for more systematic inquiry into the performance consequences of the CMO. This proposal investigates factors associated with CMO tenure. It develops theory based on competitive sorting model whose the underlying intuition is that when the competitiveness of an individual's talents aligns with a firm's strategic directions job tenure increases. We argue that the firm's strategic change has a positive impact on firm performance when the CMO has aligning skills with the firm's strategic shift. Rationales underlying our arguments rely on a competitive sorting model of the CEO labor market [6, 11]. The essential intuition of the model is that CEOs have discernable characteristics that are indicative of their expected productive skills and are matched to firms competitively [4]. We used the sales data for the firms from 2000 to 2014, which were retrieved from Fundamentals Annuals section of COMPUSTAT database [9] and tested the effects of the interaction between the firm (i.e., Long-term business strategy and Data-driven approach) and the CMO variables (i.e., Analytical Ability Index (AAI) and General Ability Index (GAI)) on CMO tenure and the performance implications of the interaction, focusing on the emergence of business culture which transforms diverse aspects of business foundations, data-driven culture. In specific, we suggest a positive relationship between the CMO's characteristics which match to the firm's strategic shifts and CMO tenure and firm performance, because CMOs' distinguished characteristics which are effectively matched to firms are the indicative of their competitive performance consequences [4], which, in turn, are associated with longer tenure. We adopted five proxies of General Ability Index: number of firms, number of industries, CMO experience, number of executive positions, and executive tenure. Following Custodio et al. [2], we reduced the five proxies into one-dimensional index using principal component analysis [14] which extracts common component. We used one component instead of five by employing the method of dimensionality reduction to avoid multicollinearity [5] and minimize measurement error. Because all the proxies for the GAI Index are static variables over time, the General Ability Index is calculated for each CMO, but the index is not varying over time for a CMO. The index is standardized and thus has zero mean and a standard deviation of 1. AAI is computed with the same method using three proxies: number of degrees, degree kind, and functional career experience. To extract the proxies from firm side (firm's valuation on the change in long-term business strategy and in data-driven approach)","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121887259","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
Causes, impacts, and detection approaches of code smell: a survey 代码气味的原因、影响和检测方法:综述
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190697
Md Shariful Haque, Jeffery Carver, T. Atkison
Code smells are anomalies often generated in design, implementation or maintenance phase of software development life cycle. Researchers established several catalogues characterizing the smells. Fowler and Beck developed the most popular catalogue of 22 smells covering varieties of development issues. This literature presents an overview of the existing research conducted on these 22 smells. Our motivation is to represent these smells with an easier interpretation for the software developers, determine the causes that generate these issues in applications and their impact from different aspects of software maintenance. This paper also highlights previous and recent research on smell detection with an effort to categorize the approaches based on the underlying concept.
代码异味是在软件开发生命周期的设计、实现或维护阶段经常产生的异常现象。研究人员建立了几种描述气味的目录。福勒和贝克开发了最受欢迎的22种气味目录,涵盖了各种发展问题。本文献概述了对这22种气味进行的现有研究。我们的动机是为软件开发人员更容易地解释这些气味,确定在应用程序中产生这些问题的原因以及它们从软件维护的不同方面产生的影响。本文还重点介绍了过去和最近在气味检测方面的研究,并根据潜在的概念对方法进行了分类。
{"title":"Causes, impacts, and detection approaches of code smell: a survey","authors":"Md Shariful Haque, Jeffery Carver, T. Atkison","doi":"10.1145/3190645.3190697","DOIUrl":"https://doi.org/10.1145/3190645.3190697","url":null,"abstract":"Code smells are anomalies often generated in design, implementation or maintenance phase of software development life cycle. Researchers established several catalogues characterizing the smells. Fowler and Beck developed the most popular catalogue of 22 smells covering varieties of development issues. This literature presents an overview of the existing research conducted on these 22 smells. Our motivation is to represent these smells with an easier interpretation for the software developers, determine the causes that generate these issues in applications and their impact from different aspects of software maintenance. This paper also highlights previous and recent research on smell detection with an effort to categorize the approaches based on the underlying concept.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126115213","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}
引用次数: 16
Development of a Twitter graduate school virtual mentor for HBCU computer science students 为HBCU计算机科学学生开发Twitter研究生院虚拟导师
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190714
Lelia Hampton, Kinnis Gosha
The problem being addressed in the study is the underrepresentation of African American tenured and tenure-track faculty in the STEM professoriate despite HBCUs producing the most STEM doctoral graduates. This study uses virtual mentoring as a tool to aid undergraduate STEM students in obtaining information on graduate school because mentoring is a crucial element in preparing African American students for tenured positions. The focus of study of the study is to compare which conversational agent interface, the Twitter Conversational Agent or Embodied Conversational Agent, the users find the most effective. The sample is composed of 37 African American HBCU male undergraduate students who are STEM majors and interested in graduate school. The participants must already use Twitter. The same number of students (37) used in Gosha's study will be used for this study in order to receive an accurate comparison between the TCA and ECA. The study has not been executed yet, but it is intended to be executed soon.
该研究要解决的问题是,尽管hbcu培养了最多的STEM博士毕业生,但非裔美国人在STEM教授中的终身教职和终身教职的比例不足。本研究使用虚拟指导作为工具来帮助STEM本科生获取研究生院的信息,因为指导是为非裔美国学生准备终身职位的关键因素。本研究的研究重点是比较哪种会话代理界面,Twitter会话代理还是Embodied会话代理,用户觉得最有效。样本由37名非裔美国HBCU男性本科生组成,他们主修STEM专业,对研究生院感兴趣。参与者必须已经使用Twitter。为了获得TCA和ECA之间的准确比较,本研究将使用与Gosha研究中相同数量的学生(37)。这项研究尚未实施,但计划很快实施。
{"title":"Development of a Twitter graduate school virtual mentor for HBCU computer science students","authors":"Lelia Hampton, Kinnis Gosha","doi":"10.1145/3190645.3190714","DOIUrl":"https://doi.org/10.1145/3190645.3190714","url":null,"abstract":"The problem being addressed in the study is the underrepresentation of African American tenured and tenure-track faculty in the STEM professoriate despite HBCUs producing the most STEM doctoral graduates. This study uses virtual mentoring as a tool to aid undergraduate STEM students in obtaining information on graduate school because mentoring is a crucial element in preparing African American students for tenured positions. The focus of study of the study is to compare which conversational agent interface, the Twitter Conversational Agent or Embodied Conversational Agent, the users find the most effective. The sample is composed of 37 African American HBCU male undergraduate students who are STEM majors and interested in graduate school. The participants must already use Twitter. The same number of students (37) used in Gosha's study will be used for this study in order to receive an accurate comparison between the TCA and ECA. The study has not been executed yet, but it is intended to be executed soon.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"74 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128401943","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}
引用次数: 3
A polynomial time algorithm for multivariate interpolation in arbitrary dimension via the Delaunay triangulation 基于Delaunay三角剖分的任意维多元插值多项式时间算法
Pub Date : 2018-03-29 DOI: 10.1145/3190645.3190680
Tyler H. Chang, L. Watson, T. Lux, Bo Li, Li Xu, A. Butt, K. Cameron, Yili Hong
The Delaunay triangulation is a fundamental construct from computational geometry, which finds wide use as a model for multivariate piecewise linear interpolation in fields such as geographic information systems, civil engineering, physics, and computer graphics. Though efficient solutions exist for computation of two- and three-dimensional Delaunay triangulations, the computational complexity for constructing the complete Delaunay triangulation grows exponentially in higher dimensions. Therefore, usage of the Delaunay triangulation as a model for interpolation in high-dimensional domains remains computationally infeasible by standard methods. In this paper, a polynomial time algorithm is presented for interpolating at a finite set of points in arbitrary dimension via the Delaunay triangulation. This is achieved by computing a small subset of the simplices in the complete triangulation, such that all interpolation points lie in the support of the subset. An empirical study on the runtime of the proposed algorithm is presented, demonstrating its scalability to high-dimensional spaces.
Delaunay三角剖分是计算几何的一个基本构造,在地理信息系统、土木工程、物理和计算机图形学等领域广泛用作多元分段线性插值的模型。尽管存在二维和三维德劳内三角剖分的有效解,但构造完整德劳内三角剖分的计算复杂度在高维中呈指数级增长。因此,使用Delaunay三角剖分作为高维域内插的模型,用标准方法在计算上仍然是不可行的。本文利用Delaunay三角剖分法,提出了一种多项式时间的插值算法。这是通过计算完整三角剖分中简单点的一个小子集来实现的,这样所有的插值点都在这个子集的支持下。对该算法的运行时间进行了实证研究,证明了该算法在高维空间中的可扩展性。
{"title":"A polynomial time algorithm for multivariate interpolation in arbitrary dimension via the Delaunay triangulation","authors":"Tyler H. Chang, L. Watson, T. Lux, Bo Li, Li Xu, A. Butt, K. Cameron, Yili Hong","doi":"10.1145/3190645.3190680","DOIUrl":"https://doi.org/10.1145/3190645.3190680","url":null,"abstract":"The Delaunay triangulation is a fundamental construct from computational geometry, which finds wide use as a model for multivariate piecewise linear interpolation in fields such as geographic information systems, civil engineering, physics, and computer graphics. Though efficient solutions exist for computation of two- and three-dimensional Delaunay triangulations, the computational complexity for constructing the complete Delaunay triangulation grows exponentially in higher dimensions. Therefore, usage of the Delaunay triangulation as a model for interpolation in high-dimensional domains remains computationally infeasible by standard methods. In this paper, a polynomial time algorithm is presented for interpolating at a finite set of points in arbitrary dimension via the Delaunay triangulation. This is achieved by computing a small subset of the simplices in the complete triangulation, such that all interpolation points lie in the support of the subset. An empirical study on the runtime of the proposed algorithm is presented, demonstrating its scalability to high-dimensional spaces.","PeriodicalId":403177,"journal":{"name":"Proceedings of the ACMSE 2018 Conference","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125562029","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}
引用次数: 12
期刊
Proceedings of the ACMSE 2018 Conference
全部 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