VLDB 2026 Research / reviewers in the wild / expert
Charalampos Chelmis
dblp:72/7698
· DBLP profile ↗
34ranked-venue papers in the field
11as first author
17since 2021 · last 2025
0000-0002-5920-1451ORCID · corroborated
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 16 (3 first)Data Mining & Knowledge Discovery · 13 (5 first)Information Retrieval & Web Search · 4 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | PATHS: Agent-Based Modeling of Homelessness Pathways
Nowshin Tasnim, Khandker Sadia Rahman, Charalampos Chelmis |
ASONAM (3) | 3 |
| 2025 | Retrieval-Reranker: A Two-Stage Pipeline for Knowledge Graph Completion
Bedirhan Gergin, Charalampos Chelmis |
IEEE Big Data | 2 |
| 2025 | CHEX: A Cascade of Heterogeneous Experts for Instance-Wise Credit Assessment
Daphney-Stavroula Zois, Charalampos Chelmis, Mahsa Azarshab, Ali Salehi Darjani |
IEEE Big Data | 2 |
| 2024 | Reject Inference as a Noisy Label Detection and Counterfactual Correction TaskabstractA burgeoning body of research seeks to develop ever more accurate automated credit evaluation systems. At the same time, reject inference can help financial institutions identify applicants who are mistakenly deemed non–creditworthy, or whose applications are approved even though they end up defaulting. However, both machine learning models and reject inference methods assume perfect decisions, the former for training and the latter for inference. In this work, we challenge this assumption, and explore the feasibility of identifying erroneously rejected (or accepted) loan applications using noisy and counterfactual learning. Experiments on a small benchmark and a large, real– world dataset, demonstrate the effectiveness of our approach. Charalampos Chelmis, Mahsa Azarshab, Khandker Sadia Rahman, Mehrdad Mirpourian |
IEEE Big Data | 1 |
| 2024 | Large-Scale Knowledge Graph Embeddings in Apache SparkabstractRDF2Vec has emerged as a popular method for unsupervised feature extraction from RDF graphs. However, RDF2Vec cannot handle large graphs efficiently, due to (i) the size of RDF graphs or intermediate results being prohibitively large, and (ii) the high computational complexity associated with graph walks of increasing breadth and depth, which makes their processing difficult, if not impossible, on a single machine. We address this limitation by introducing SERE, a scalable and distributed framework for unsupervised embeddings computation on large–scale Knowledge Graphs. SERE is open–source, well–documented, and fully integrated into the SparkKG–ML Python library. Our experiments demonstrate that SEREis able to compute embeddings over Knowledge Graphs with millions of edges within hours, and is up to 7 times faster than RDF2Vec even for small Knowledge Graphs, all while achieving comparable accuracy to RDF2Vec in a benchmark classification task. Bedirhan Gergin, Charalampos Chelmis |
IEEE Big Data | 2 |
| 2024 | SparkKG-ML: A Library to Facilitate End-to-End Large-Scale Machine Learning Over Knowledge Graphs in Python
Bedirhan Gergin, Charalampos Chelmis |
ISWC (3) | 2 |
| 2023 | Hybrid Loss for Hierarchical Multi-label Classification NetworkabstractMachine learning models for hierarchical multilabel classification (HMC) typically achieve low accuracy. This is because such models need not only predict multiple labels for each data instance, but also ensure that predicted labels conform to a given hierarchical structure. Existing state-of the-art strategies for HMC decouple the learning process from ensuring that predicted labels reside in a path of the hierarchy, thus inevitably degrading the overall classification accuracy. To address this limitation, we propose a novel loss function, which enables a model to encode both a global perspective of the class hierarchy, as well local class-relationships in adjacent hierarchical levels, to ensure that predictions align with the class hierarchy, both during training and testing. We demonstrate the superiority of the proposed approach against multiple state–of–the–art methods for HMC on 20 real-world datasets. Wenting Qi, Charalampos Chelmis |
IEEE Big Data | 2 |
| 2023 | Online Hierarchical Multi-label ClassificationabstractExisting approaches for multi–label classification are trained offline, missing the opportunity to adapt to new data instances as they become available. To address this gap, an online multi–label classification method was proposed recently, to learn from data instances sequentially. In this work, we focus on multi–label classification tasks, in which the labels are organized in a hierarchy. We formulate online hierarchical multi–labeled classification as an online optimization task that jointly learns individual label predictors and a label threshold, and propose a novel hierarchy constraint to penalize predictions that are inconsistent with the label hierarchy structure. Experimental results on three benchmark datasets show that the proposed approach outperforms online multi–label classification methods, and achieves comparable to, or even better performance than offline hierarchical classification frameworks with respect to hierarchical evaluation metrics. Wenting Qi, Charalampos Chelmis |
IEEE Big Data | 2 |
| 2023 | Recipe Networks and the Principles of Healthy Food on the WebabstractPeople increasingly use the Internet to make food-related choices, prompting research on food recommendation systems. Recently, works that incorporate nutritional constraints into the recommendation process have been proposed to promote healthier recipes. Ingredient substitution is also used, particularly by people motivated to reduce the intake of a specific nutrient or in order to avoid a particular category of ingredients due for instance to allergies. This study takes a complementary approach towards empowering people to make healthier food choices by simplifying the process of identifying plausible recipe substitutions. To achieve this goal, this work constructs a large-scale network of similar recipes, and analyzes this network to reveal interesting properties that have important implications to the development of food recommendation systems. Charalampos Chelmis, Bedirhan Gergin |
ICWSM | 1 |
| 2022 | IEEE/ACM ASONAM 2022: Welcome from the ASONAM 2022 Program ChairsabstractOn behalf of all the members of the organizing Committee, we are pleased to welcome all of you to IEEE/ACM ASONAM 2022. Jisun An, Charalampos Chelmis, Walid Magdy |
ASONAM | 2 |
| 2022 | Learning to Predict Transitions within the Homelessness System from Network TrajectoriesabstractThis study infers the unobserved underlying network of homeless services from administrative data collected by homeless service providers. Both the structure of the inferred network, and historical observations, are used to identify individuals with similar trajectories so that their next assignments can be predicted. Experimental evaluation shows that the proposed approach performs well not only on predicting exit from the system, or simply guessing high frequency services (as most baselines), but is also successful in less frequent scenarios. Khandker Sadia Rahman, Charalampos Chelmis |
ASONAM | 2 |
| 2022 | Robust Learning with Noisy Label Detection and Counterfactual CorrectionabstractData quality is of paramount importance in the training process of any machine learning model. Recently proposed methods for noisy learning focus on detecting noisy labeled data instances by using a fixed loss value threshold, and exclude detected noisy data instances in subsequent training steps. However, a predefined, fixed loss value threshold may not always be optimal, and excluding the detected noisy data instances can hurt the size of the training set. In this paper, we propose a new method, NDCC, that automatically selects a loss threshold to identify noisy labeled data instance, and uses counterfactual learning to repair them. To the best of our knowledge, NDCC is the first work to explore the feasibility of using counterfactual learning in the noisy learning domain. We demonstrate the performance of NDCC on Fashion–MNIST and CIFAR–10 datasets under a variety of label noise environments. Experimental results show the superiority of the proposed method compared to the state–of–the–art, especially in the presence of severe label noise. Wenting Qi, Charalampos Chelmis |
IEEE Big Data | 2 |
| 2022 | Label Denoising and Counterfactual Explanation with A Plug and Play FrameworkabstractMost supervised classification methods assume perfect training data, although this is not usually the case in the real–world. Meanwhile, counterfactual data generation approaches have emerged as a way to provide post–hoc explanation of decisions made by classification models. However, such approaches highly rely on the classification model output since different outputs lead to alternative, or even contradicting explanations. This work proposes a plug–and–play framework to learn a robust classification model in the presence of noisy labeled data and provide actionable suggestions for undesirable decisions (e.g., loan application rejection) made by a given classification model. The framework’s generalizability is demonstrated by considering alternative noisy label detection and counterfactual explanation methods, as well as diverse supervised classification models. The framework’s superiority against several baselines is demonstrated using three benchmark datasets. Wenting Qi, Charalampos Chelmis |
IEEE Big Data | 2 |
| 2021 | Peeking through the homelessness system with a network science lensabstractThis paper models, for the first time, the homelessness system as a network of interconnected services which individuals traverse over time towards securing stable housing, and formalizes the concept of stability upon exit of the system. A computational analysis of individual-level longitudinal homelessness data shows that the ultimate goal is either reached quickly or not at all, regardless of starting conditions, indicating the importance of addressing the homeless' needs early on. Charalampos Chelmis, Khandker Sadia Rahman |
ASONAM | 1 |
| 2021 | Hierarchical MultiClass AdaBoostabstractOne of the most challenging machine learning problems is a particular case of classification in which classes are hierarchically structured and data instances can be assigned multiple labels residing in a path of the hierarchy. In this paper, we propose hierarchy–aware multiclass AdaBoost, allowing for the first time weak classifiers in an ensemble learning setting to be trained for hierarchical multiclass classification while incorporating a hierarchy–aware loss function directly into the training process. Experimental results on numerous real–world datasets show that, despite its simplicity, the proposed algorithm outperforms all baselines, arising as the state of the art in hierarchical multiclass classification. Charalampos Chelmis, Wenting Qi |
IEEE BigData | 1 |
| 2021 | Improving Algorithmic Decision-Making in the Presence of Untrustworthy Training DataabstractAlthough data quality is of paramount importance in algorithmic decision–making, most existing methods for supervised classification use training data without ever questioning their fidelity. At the same time, counterfactual explanation approaches widely used for post–hoc explanation of algorithmic decisions may result in unrealistic recommendations when left unconstrained. This work highlights a significant research problem, and introduces a novel framework to improve supervised classification in the presence of untrustworthy data, while offering actionable suggestions when an undesirable decision has been made (e.g., loan application rejection). Evaluation results spanning datasets from different domains demonstrate the superiority of the proposed approach, and its comparative advantage as the percentage of mislabeled instances increases. Wenting Qi, Charalampos Chelmis |
IEEE BigData | 2 |
| 2021 | Dynamic, Incremental, and Continuous Detection of Cyberbullying in Online Social MediaabstractThe potentially detrimental effects of cyberbullying have led to the development of numerous automated, data-driven approaches, with emphasis on classification accuracy. Cyberbullying, as a form of abusive online behavior, although not well-defined, is a repetitive process, i.e., a sequence of aggressive messages sent from a bully to a victim over a period of time with the intent to harm the victim. Existing work has focused on harassment (i.e., using profanity to classify toxic comments independently) as an indicator of cyberbullying, disregarding the repetitive nature of this harassing process. However, raising a cyberbullying alert immediately after an aggressive comment is detected can lead to a high number of false positives. At the same time, two key practical challenges remain unaddressed: (i) detection timeliness, which is necessary to support victims as early as possible, and (ii) scalability to the staggering rates at which content is generated in online social networks. In this work, we introduce CONcISE , a novel approach for timely and accurate Cyberbullying detectiON in online social media SEssions. CONcISE is a two-stage online approach designed to reduce the time to raise a cyberbullying alert by sequentially examining comments as they become available over time, and minimizing the number of feature evaluations necessary for a decision to be made for each comment. Extensive experiments on a real-world Instagram dataset with users and comments demonstrate the effectiveness, scalability, and timeliness of our approach and its benefits over existing methods. Additional experiments using a Twitter dataset offer evidence in support of the potential generalizability of CONcISE to other social media platforms. Charalampos Chelmis, Daphney-Stavroula Zois |
ACM Trans. Web | 1 |
| 2019 | Web and society: a first look into the network of human service providersabstractHuman service organizations (HSOs) operate in an environment considered to be prohibitive of collaboration. To understand how HSOs come together to address the grand challenges associated with meeting human needs, we attempted to automatically construct the network of HSOs based on the information publicly available through each organization's website-the medium that people use to find relevant information to access services. Our analysis of the the complex system of relationships among HSOs in Albany, New York suggests that the network of HSOs in this area exhibits a multipolar structure with few super connectors, and strong relations between organizations that serve similar functions. We quantitatively evaluate the quality of the constructed HSOs' network from Web data based on structured, in-person interviews we conducted with HSOs. Charalampos Chelmis, Mengfan Yao, Wonhyung Lee |
ASONAM | 1 |
| 2019 | Understanding online civic engagement: a multi-neighborhood study of SeeClickFixabstractThe relationship between local governments and the general public is being redefined by the increasing use of online platforms that enable participatory reporting of non-emergency urban issues, such as potholes and illegal graffiti by concerned citizens to their local authorities. In this work, we study, for the first time, participatory reporting data together with neighborhood-level demographics, socioeconomic indicators, and pedestrian friendliness and transit and bike scores, across multiple neighborhoods in the Capital District of the New York State. Our data-driven approach offers a large-scale, low-cost alternative to traditional survey methods, and provides insights on citizen participation and satisfaction, and public value creation on such platforms. Our findings can be used to guide government service departments to work more closely with each neighborhood to improve the offline and online communication channels through which citizens can report urban issues. Christopher Yong, Charalampos Chelmis, Wonhyung Lee, Daphney-Stavroula Zois |
ASONAM | 2 |
| 2019 | RecANt: Network-based Recruitment for Active Fake News CorrectionabstractTo improve the reliability of content shared on social media, effective strategies for mitigating the diffusion of fake news are increasingly necessary. Traditionally, to counter false belief a competing cascade approach is used. This approach assumes that the opposite belief is already known, and thus, not applicable to newly spreading fake news. Another approach is to block nodes and links of the network to impede the flow of fake news (rumor/influence blocking). However, a more active way to battle the dissemination of fake news is to propagate the corresponding real news, since people who receive the real news in tandem with the fake news are less likely to believe in fake news. Such a setting is especially useful on a messaging platform such as WhatsApp, where the news item flows as a private message and the correction of fake news and its propagation must be performed by the users within the network as they receive it. To achieve this goal, we propose network-based recruitment for active fake news correction (RecANt) to find a set of individuals of a pre-defined size to be incentivized for actively fact-checking and passing on the real news so as to reach the maximum number of nodes in the network. These individuals should be such that they are likely to receive the fake news so that they can test its credibility, and when they propagate the corresponding real news, it reaches a large number of individuals. We prove that RecANt is NP-Hard with a monotone and submodular objective, leading to a polynomial time greedy algorithm (AFC) which provides a (1 - 1/e - ε)-approximation. We further optimize the runtime of AFC by developing a fast graph-pruning heuristic (RAFC) that performs as well as AFC in checking the spread of fake news while reducing the runtime significantly. Simulations on several networks demonstrate that our approach outperforms popular social network centrality measures and state-of-the-art information diffusion algorithm. Ajitesh Srivastava, Rajgopal Kannan, Charalampos Chelmis, Viktor Prasanna 0001 |
IEEE BigData | 3 |
| 2019 | Cyberbullying Ends Here: Towards Robust Detection of Cyberbullying in Social MediaabstractThe potentially detrimental effects of cyberbullying have led to the development of numerous automated, data-driven approaches, with emphasis on classification accuracy. Cyberbullying, as a form of abusive online behavior, although not well-defined, is a repetitive process, i.e., a sequence of aggressive messages sent from a bully to a victim over a period of time with the intent to harm the victim. Existing work has focused on harassment (i.e., using profanity to classify toxic comments independently) as an indicator of cyberbullying, disregarding the repetitive nature of this harassing process. However, raising a cyberbullying alert immediately after an aggressive comment is detected can lead to a high number of false positives. At the same time, two key practical challenges remain unaddressed: (i) detection timeliness, which is necessary to support victims as early as possible, and (ii) scalability to the staggering rates at which content is generated in online social networks. Mengfan Yao, Charalampos Chelmis, Daphney-Stavroula Zois |
WWW | 2 |
| 2018 | Cyberbullying Detection on Instagram with Optimal Online Feature SelectionabstractCyberbullying has emerged as a large-scale societal problem that demands accurate methods for its detection in an effort to mitigate its detrimental consequences. While automated, data-driven techniques for analyzing and detecting cyberbullying incidents have been developed, the scalability of existing approaches has largely been ignored. At the same time, the complexities underlying cyberbullying behavior (e.g., social context and changing language) make the automatic identification of “the best subset of features” to use challenging. We address this gap by formulating cyberbullying detection as a sequential hypothesis testing problem. Based on this formulation, we propose a novel algorithm to drastically reduce the number of features used in classification. We demonstrate the utility, scalability and responsiveness of our approach using a real-world dataset from Instagram, the online social media platform with the highest percentage of users reporting experiencing cyberbullying. Our approach improves recall by a staggering 700%, while at the same time reducing the average number of features by up to 99.82% compared to state-of-the-art supervised cyberbullying detection methods, learning approaches that require weak supervision, and traditional offline feature selection and dimensionality reduction techniques. Mengfan Yao, Charalampos Chelmis, Daphney-Stavroula Zois |
ASONAM | 2 |
| 2018 | A Hierarchical Framework for Timely Freeway Accident Detection and LocalizationabstractThe increase of motor vehicle accidents over the past decades has made their early and accurate detection crucial not only for saving human lives, but also for decreasing time and energy wasted due to congestion. Unlike existing work that has thus far focused on accident detection, this work recognizes the problem of accident localization as an equally important challenge to be addressed. A novel algorithm is proposed to optimally detect the time of an accident and subsequently estimate its geographic location in near-real-time based on speed sensor readings. Evaluation on a large-scale real-world dataset demonstrates that the proposed approach achieves significant gains compared to state-of-the-art with respect to false alarm rate and average detection delay, while at the same time being capable of pinpointing the exact location of accidents within less than 2 miles on average. Yasitha Warahena Liyanage, Charalampos Chelmis, Daphney-Stavroula Zois |
IEEE BigData | 2 |
| 2016 | Distributed exact subgraph matching in small diameter dynamic graphsabstractSubgraph isomorphism is a fundamental graph problem with many applications. Due to its NP-Hard nature, subgraph isomorphism in large dynamic graphs is considered as a challenging problem. In this paper, we present a distributed graph pruning algorithm (D-IDS) for dynamic graphs to enable efficient subgraph isomorphism. D-IDS continuously maintains the maximum dual simulation match in a dynamic graph. We develop D-ISI, a distributed incremental algorithm for subgraph isomorphism that utilizes D-IDS. We evaluated our algorithms on a commodity cluster in Amazon EC2 using real world graph datasets. Our evaluation results show that the graph pruning technique is highly effective on graphs with small diameter where it achieves over 60% reduction in graph size. Charith Wickramaarachchi, Rajgopal Kannan, Charalampos Chelmis, Viktor Prasanna 0001 |
IEEE BigData | 3 |
| 2015 | Social Influence Computation and Maximization in Signed Networks with Competing CascadesabstractOften in marketing, political campaigns and social media, two competing products or opinions propagate over a social network. Studying social influence in such competing cascades scenarios enables building effective strategies for maximizing the propagation of one process by targeting the most "influential" nodes in the network. The majority of prior work however, focuses on unsigned networks where individuals adopt the opinion of their neighbors with certain probability. In real life, relationships between individuals can be positive (e.g., friend of relationship) or negative (e.g. connection between "foes"). According to social theory, people tend to have similar opinions to their friends but opposite of their foes. In this work, we study the problem of competing cascades on signed networks, which has been relatively unexplored. Particularly, we study the progressive propagation of two competing cascades in a signed network under the Independent Cascade Model, and provide an approximate analytical solution to compute the probability of infection of a node at any given time. We leverage our analytical solution to the problem of competing cascades in signed networks to develop a heuristic for the influence maximization problem. Unlike prior work, we allow the seed-set to be initialized with populations of both cascades with the end goal of maximizing the spread of one cascade. We validate our approach on several large-scale real-world and synthetic networks. Our experiments demonstrate that our influence maximization heuristic significantly outperforms state-of-the-art methods, particularly when the network is dominated by distrust relationships. Ajitesh Srivastava, Charalampos Chelmis, Viktor Prasanna 0001 |
ASONAM | 2 |
| 2015 | Big data analytics for demand response: Clustering over space and timeabstractThe pervasive deployment of advanced sensing infrastructure in Cyber-Physical systems, such as the Smart Grid, has resulted in an unprecedented data explosion. Such data exhibit both large volumes and high velocity characteristics, two of the three pillars of Big Data, and have a time-series notion as datasets in this context typically consist of successive measurements made over a time interval. Time-series data can be valuable for data mining and analytics tasks such as identifying the "right" customers among a diverse population, to target for Demand Response programs. However, time series are challenging to mine due to their high dimensionality. In this paper, we motivate this problem using a real application from the smart grid domain. We explore novel representations of time-series data for BigData analytics, and propose a clustering technique for determining natural segmentation of customers and identification of temporal consumption patterns. Our method is generizable to large-scale, real-world scenarios, without making any assumptions about the data. We evaluate our technique using real datasets from smart meters, totaling ∼ 18,200,000 data points, and show the efficacy of our technique in efficiency detecting the number of optimal number of clusters. Charalampos Chelmis, Jahanvi Kolte, Viktor Prasanna 0001 |
IEEE BigData | 1 |
| 2014 | Influence in social networks: A unified model?abstractUnderstanding how information flows in online social networks is of great importance. It is generally difficult to obtain accurate prediction results of cascades over such networks, therefore a variety of diffusion models have been proposed in the literature to simulate diffusion processes instead. We argue that such models require extensive simulation results to produce good estimates of future spreads. In this work, we take a complimentary approach. We present a generalized, analytical model of influence in social networks that captures social influence at various levels of granularity, ranging from pairwise influence, to local neighborhood, to the general population, and external events, therefore capturing the complex dynamics of human behavior. We demonstrate that our model can integrate a variety of diffusion models. Particularly, we show that commonly used diffusion models in social networks can be reduced to special cases of our model, by carefully defining their parameters. Our goal is to provide a closed-form expression to approximate the probability of infection for every node in an arbitrary, directed network at any time t. We quantitatively evaluate the approximation quality of our analytical solution as compared to numerous popular diffusion models on a real-world dataset and a series of synthetic graphs. Ajitesh Srivastava, Charalampos Chelmis, Viktor Prasanna 0001 |
ASONAM | 2 |
| 2014 | Addressing data veracity in big data applicationsabstractBig data applications such as in smart electric grids, transportation, and remote environment monitoring involve geographically dispersed sensors that periodically send back information to central nodes. In many cases, data from sensors is not available at central nodes at a frequency that is required for real-time modeling and decision-making. This may be due to physical limitations of the transmission networks, or due to consumers limiting frequent transmission of data from sensors located at their premises for security and privacy concerns. Such scenarios lead to partial data problem and raise the issue of data veracity in big data applications. We describe a novel solution to the problem of making short term predictions (up to a few hours ahead) in absence of real-time data from sensors in Smart Grid. A key implication of our work is that by using real-time data from only a small subset of influential sensors, we are able to make predictions for all sensors. We thus reduce the communication complexity involved in transmitting sensory data in Smart Grids. We use real-world electricity consumption data from smart meters to empirically demonstrate the usefulness of our method. Our dataset consists of data collected at 15-min intervals from 170 smart meters in the USC Microgrid for 7 years, totaling 41,697,600 data points. Saima Aman, Charalampos Chelmis, Viktor Prasanna 0001 |
IEEE BigData | 2 |
| 2014 | Accurate and efficient selection of the best consumption prediction method in smart gridsabstractSmart grids are becoming popular with the advent of sophisticated smart meters. They allow utilities to optimize energy consumption during peak hours by applying various demand response techniques including voluntary curtailment, direct control and price incentives. To sustain the curtailment over long periods of time of up to several hours utilities need to make fast and accurate consumption predictions on a large set of customers based on a continuous flow of real time data and huge historical data sets. Given the numerous consumption patterns customers exhibit, different prediction methods need to be used to reduce the prediction error. The straightforward approach of testing each customer against every method is unfeasible in this large volume and high velocity environment. To this aim, we propose a neural network based approach for automatically selecting the best prediction method per customer by relying only on a small subset of customers. We also introduce two historical averaging methods for consumption prediction that take advantage of the variability of the data and continuously update the results based on a sliding window technique. We show that once trained, the proposed neural network does not require frequent retraining, ensuring its applicability in online scenarios such as the sustainable demand response. Marc Frîncu, Charalampos Chelmis, Muhammad Usman Noor, Viktor Prasanna 0001 |
IEEE BigData | 2 |
| 2013 | The role of organization hierarchy in technology adoption at the workplaceabstractPopular social networking sites have revolutionized the way people interact on the Web, enabling rapid information dissemination and search. In an enterprise, understanding how information flows within and between organizational levels and business units is of great importance. Despite numerous studies in information diffusion in online social networks, little is known about factors that affect the dynamics of technological adoption at the workplace. Here, we address this problem, by examining the impact of organizational hierarchy in adopting new technologies in the enterprise. Our study suggests that middle-level managers are more successful in influencing employees into adopting a new microblogging service. Further, we reveal two distinct patterns of peer pressure, based on which employees are not only more likely to adopt the service, but the rate at which they do so quickens as the popularity of the new technology increases. We integrate our findings into two intuitive, realistic agent-based computational models that capture the dynamics of adoption at both microscopic and macroscopic levels. We evaluate our models in a real-world dataset we collected from a multinational Fortune 500 company. Prediction results show that our models provide great improvements over commonly used diffusion models. Our findings provide significant insights to managers seeking to realize the dynamics of adoption of new technologies in their company, and could assist in designing better strategies for rapid and efficient technology adoption and information dissemination at the workplace. Charalampos Chelmis, Viktor Prasanna 0001 |
ASONAM | 1 |
| 2013 | Enriching employee ontology for enterprises with knowledge discovery from social networksabstractTo enhance human resource management and personalized information acquisition, employee ontology is used to model business concepts and relations between them for enterprises. In this paper, we propose an employee ontology that integrates user static properties from formal structures with dynamic interests and expertise extracted from informal communication signals. We mine user's interests at both personal and professional level from informal interactions on communication platforms at the workplace. We show how complex semantic queries enable granular analysis. At the microscopic level, enterprises can utilize the results to better understand how their employees work together to complete tasks or produce innovative ideas, identify experts and influential individuals. At the macroscopic level, conclusions can be drawn, among others, about collective behavior and expertise in varying granularities (i.e. single employee to the company as a whole). Charalampos Chelmis, Vikrambhai S. Sorathia, Om Prasad Patri, Viktor Prasanna 0001 |
ASONAM | 2 |
| 2013 | Social Link Prediction in Online Social Tagging SystemsabstractSocial networks have become a popular medium for people to communicate and distribute ideas, content, news, and advertisements. Social content annotation has naturally emerged as a method of categorization and filtering of online information. The unrestricted vocabulary users choose from to annotate content has often lead to an explosion of the size of space in which search is performed. In this article, we propose latent topic models as a principled way of reducing the dimensionality of such data and capturing the dynamics of collaborative annotation process. We propose three generative processes to model latent user tastes with respect to resources they annotate with metadata. We show that latent user interests combined with social clues from the immediate neighborhood of users can significantly improve social link prediction in the online music social media site Last.fm. Most link prediction methods suffer from the high class imbalance problem, resulting in low precision and/or recall. In contrast, our proposed classification schemes for social link recommendation achieve high precision and recall with respect to not only the dominant class (nonexistence of a link), but also with respect to sparse positive instances, which are the most vital in social tie prediction. Charalampos Chelmis, Viktor Prasanna 0001 |
ACM Trans. Inf. Syst. | 1 |
| 2012 | Microblogging in the Enterprise: A Few Comments are in OrderabstractPopular social networking sites have revolutionized the way people interact on the Web. Researchers have studied social networks from numerous perspectives, mostly focusing on publicly available social networks and microblogging sites. Enterprises however have recently being adopting and utilizing microblogging services as part of their day to day operations. The goal of this paper is to study the topological properties of a corporate microblogging service, its dynamics and characteristics. Through an extensive analysis of enterprise microblogging data, we provide insights on the structural properties of the extracted network of directed messages sent between users of a corporate microblogging service, as well as the lexical and topical alignment of users. We compare our results to traditional, general purpose, online social networks and discuss the implications of our findings. To the best of our knowledge, this work is the first quantitative study of an enterprise microblogging service, its usage characteristics, and its derived social network based on replies between users. Charalampos Chelmis, Viktor Prasanna 0001 |
ASONAM | 1 |
| 2012 | Enterprise Wisdom Captured SociallyabstractData availability in online social networks as well as the business world has lately not been an issue. Vast amounts of data are being generated by social networking users in the form of informal interactions. What has been an issue, is the transformation of data into useful information, that in time and with appropriate processing becomes knowledge. In this paper we examine knowledge generation under informal social communications, based on semantically enriched user-generated data and associated metadata. We dynamically capture users' interests and expertise using such semantically enriched content. Knowledge networks of users emerge, exhibiting collective intelligence. To capture such collective knowledge, we propose a novel knowledge base paradigm, which seamlessly integrates information from multiple platforms and facilitates knowledge extraction, mining, discovery and inferencing. Using semantically enriched user profiles, we compute semantic similarity between users and content in a joint semantic space, driving numerous applications. Charalampos Chelmis, Vikrambhai S. Sorathia, Viktor Prasanna 0001 |
ASONAM | 1 |