Coming Back Differently: An Exploratory Case Study Of Near Death Experiences Of Webpages,
2025
Old Dominion University
Coming Back Differently: An Exploratory Case Study Of Near Death Experiences Of Webpages, Lesley Frew, Michael L. Nelson, Michele Weigle
Computer Science Faculty Publications
In this case study, we use web archives to analyze 8,824 webpages that were taken offline and subsequently put back online, thus experiencing a “near death experience.” We enumerate the stages of a webpage’s near death experience, including the change from a successful HTTP status code to non-successful and back, the intermediate stage with markers such as an under construction banner, and an analysis of how the pages came back differently.
Defending Federated Recommender Systems Against Untargeted Attacks: A Contribution-Aware Robust Aggregation Scheme,
2025
Hefei University of Technology
Defending Federated Recommender Systems Against Untargeted Attacks: A Contribution-Aware Robust Aggregation Scheme, Ruicheng Liang, Yuanchun Jiang, Feida Zhu, Ling Cheng, Huiwen Liu
Research Collection School Of Computing and Information Systems
Federated recommender systems (FedRSs) effectively tackle the tradeoff between recommendation accuracy and privacy preservation. However, recent studies have revealed severe vulnerabilities in FedRSs, particularly against untargeted attacks seeking to undermine their overall performance. Defense methods employed in traditional recommender systems are not applicable to FedRSs, and existing robust aggregation schemes for other federated learning-based applications have proven ineffective in FedRSs. Building on the observation that malicious clients contribute negatively to the training process, we design a novel contribution-aware robust aggregation scheme to defend FedRSs against untargeted attacks, named contribution-aware Bayesian knowledge distillation aggregation (ConDA), comprising two key components for the …
A Survey Of Multilingual Large Language Models,
2025
Singapore Management University
A Survey Of Multilingual Large Language Models, Libo Qin, Qiguang Chen, Yuhang Zhou, Zhi Chen, Yinghui Li, Lizi Liao, Min Li, Wanxiang Che, Philip S. Yu
Research Collection School Of Computing and Information Systems
Multilingual large language models (MLLMs) leverage advanced large language models to process and respond to queries across multiple languages, achieving significant success in polyglot tasks. Despite these breakthroughs, a comprehensive survey summarizing existing approaches and recent developments remains absent. To this end, this paper presents a unified and thorough review of the field, highlighting recent progress and emerging trends in MLLM research. The contributions of this paper are as follows. (1) Extensive survey: to our knowledge, this is the pioneering thorough review of multilingual alignment in MLLMs. (2) Unified taxonomy: we provide a unified framework to summarize the current progress …
Fedart: A Neural Model Integrating Federated Learning And Adaptive Resonance Theory,
2025
Singapore Management University
Fedart: A Neural Model Integrating Federated Learning And Adaptive Resonance Theory, Shubham Pateria, Budhitama Subagdja, Ah-Hwee Tan
Research Collection School Of Computing and Information Systems
Federated Learning (FL) has emerged as a promising paradigm for collaborative model training across distributed clients while preserving data privacy. However, prevailing FL approaches aggregate the clients’ local models into a global model through multi-round iterative parameter averaging. This leads to the undesirable bias of the aggregated model towards certain clients in the presence of heterogeneous data distributions among the clients. Moreover, such approaches are restricted to supervised classification tasks and do not support unsupervised clustering. To address these limitations, we propose a novel one-shot FL approach called Federated Adaptive Resonance Theory (FedART) which leverages self-organizing Adaptive Resonance Theory (ART) …
Marrying Top-K With Skyline Queries: Operators With Relaxed Preference Input And Controllable Output Size,
2025
Singapore Management University
Marrying Top-K With Skyline Queries: Operators With Relaxed Preference Input And Controllable Output Size, Kyriakos Mouratidis, Keming Li, Bo Tang
Research Collection School Of Computing and Information Systems
The two most common paradigms to identify records of preference in a multi-objective setting rely either on dominance (e.g., the skyline operator) or on a utility function defined over the records' attributes (typically, using a top-k query). Despite their proliferation, each of them has its own palpable drawbacks. Motivated by these drawbacks, we identify three hard requirements for practical decision support, namely, personalization, controllable output size, and flexibility in preference specification. With these requirements as a guide, we combine elements from both paradigms and propose two new operators, ORD and ORU. We perform a qualitative study to demonstrate how they …
Impact Of Achievement-Oriented Gamification In Erp Systems: Examining Subjective And Objective User Outcomes,
2025
Singapore Management University
Impact Of Achievement-Oriented Gamification In Erp Systems: Examining Subjective And Objective User Outcomes, E. Adeborna, Fiona Fui-Hoon Nah, L. Motiwalla
Research Collection School Of Computing and Information Systems
This research explores the effect of gamification using achievement-oriented affordances in Enterprise Resource Planning (ERP) systems on subjective (behavioral intention) and objective (performance) outcomes. Drawing on the cognitive-affectiveconative (CAC) framework, a research model was developed to explain behavioral intention and tested in a pilot experiment with 63 participants. These participants completed a post-study questionnaire for assessing the impact of gamification on users’ behavioral intention that is mediated by CAC constructs: focused immersion, enjoyment, and selfrewarding experience. Preliminary results show that gamification enhances enjoyment and self-rewarding experience, which in turn positively influence and fully mediate behavioral intention. Objective performance outcomes were …
Interactive Video Search With Multi-Modal Llm Video Captioning,
2025
Singapore Management University
Interactive Video Search With Multi-Modal Llm Video Captioning, Yu-Tong Cheng, Jiaxin Wu, Zhixin Ma, Jiangshan He, Xiao-Yong Wei, Chong-Wah Ngo
Research Collection School Of Computing and Information Systems
Cross-modal representation learning is essential for interactive text-to-video search tasks. However, the representation learning is limited by the size and quality of video-caption pairs. To improve the search accuracy, we propose to enlarge the size of available video-caption pairs by leveraging multi-model LLM on video captioning. Specifically, we use LLM to generate video captions for a large video collection (i.e., WebVid dataset) and use the generated video-caption pairs to pre-train a text-to-video search model. Additionally, we use LLM to generate fine-grained captions for test video collections to enable text-to-caption retrieval. Furthermore, we build a semantic overview of the retrieved rank …
Interpreting Topic Models In Byte-Pair Encoding Space,
2025
Singapore Management University
Interpreting Topic Models In Byte-Pair Encoding Space, Jia Peng Lim, Hady Wirawan Lauw
Research Collection School Of Computing and Information Systems
Byte-pair encoding (BPE) is pivotal for processing text into chunksize tokens, particularly in Large Language Model (LLM). From a topic modeling perspective, as these chunksize tokens might be mere parts of valid words, evaluating and interpreting these tokens for coherence is challenging. Most, if not all, of coherence evaluation measures are incompatible as they benchmark using valid words. We propose to interpret the recovery of valid words from these tokens as a ranking problem and present a model-agnostic and training-free recovery approach from the topic-token distribution onto a selected vocabulary space, following which we could apply existing evaluation measures. Results …
Dims: Distributed Index For Similarity Search In Metric Spaces,
2025
Singapore Management University
Dims: Distributed Index For Similarity Search In Metric Spaces, Yifan Zhu, Chengyang Luo, Tang Qian, Lu Chen, Yunjun Gao, Baihua Zheng
Research Collection School Of Computing and Information Systems
Similarity search finds objects that are similar to a given query object based on a similarity metric. As the amount and variety of data continue to grow, similarity search in metric spaces has gained significant attention. Metric spaces can accommodate any type of data and support flexible distanc e metrics, making similarity search in metric spaces beneficial for many real-world applications, such as multimedia retrieval, personalized recommendation, trajectory analytics, data mining, decision planning, and distributed servers. However, existing studies mostly focus on indexing metric spaces on a single machine, which faces efficiency and scalability limitations with increasing data volume and …
Development And Application Of Computational Tools For Data-Driven Materials Science.,
2025
West Virginia University
Development And Application Of Computational Tools For Data-Driven Materials Science., Logan L. Lang
Graduate Theses, Dissertations, and Problem Reports (ETD)
Modern materials science generates vast amounts of data from computational simulations and experiments, creating significant challenges for data processing and analysis. This thesis addresses these challenges through the development and application of computational tools within the framework of Material Data Science (MDS). Contributions span the four pillars of MDS: Material/Molecular Data, Algorithms, Databases, and High-Throughput Processes—with a primary focus on the Algorithm, Data, Database pillars.
For the Algorithm pillar, two Python libraries were developed to streamline common analysis tasks. PyProcar simplifies the post-processing and visualization of electronic structure data (band structures, density of states, Fermi surfaces) obtained from various Density …
Architecture And Key Technologies Of New Research Informatization Infrastructure Platform Under The Fifth Research Paradigm,
2024
Computer Network Information Center, Chinese Academy of Sciences, Beijing 100190, China
Architecture And Key Technologies Of New Research Informatization Infrastructure Platform Under The Fifth Research Paradigm, Fangyu Liao, Yang Wang, Rongqiang Cao, Bo Zhang, Zhenyu Li, Huajin Wang, Xin Chen, Dong Li, Yangang Wang, Xin Wei
Bulletin of Chinese Academy of Sciences (Chinese Version)
The basic platform of research informatization is an indispensable pedestal for modern scientific research and an important manifestation of national scientific and technological innovation capability. As the research paradigm continues to evolve, the architecture and technologies of research informatization infrastructure platform are bound to evolve as well. The new research paradigm brings unique demands and challenges to the algorithmic computility, network transmission capacity, and data storage and management. Consequently, it is an urgent requirement for research informatization infrastructure platform to make technological breakthroughs in the areas of intelligent computility, large-scale data storage and high throughput read/write, cross-network software and hardware …
Five Key Issues And Governance Strategies In Integration Of China’S National Computing Power,
2024
Guanghua Law School, Zhejiang University, Hangzhou 310008, China
Five Key Issues And Governance Strategies In Integration Of China’S National Computing Power, Tao Hong, Le Cheng
Bulletin of Chinese Academy of Sciences (Chinese Version)
Computing power, as a core element of artificial intelligence, has not received sufficient research and attention compared to data and algorithms, and has become the short board of China in international artificial intelligence competition. In fact, the integrated construction of the arithmetic system is not only an inherent requirement for the development of the digital industry, but also a regular guide for the growth of the digital economy, and a core driver for the transformation of the digital society. Although it has always secured endorsement by national policy, the relevant legal norms and actual layout are still insufficient, and the …
Utilizing Large Language Models To Synthesize Product Desirability Datasets,
2024
Dakota State University
Utilizing Large Language Models To Synthesize Product Desirability Datasets, John D. Hastings, Sherri Weitl-Harms, Joseph Doty, Zachary L. Myers, Warren Thompson
Research & Publications
This research explores the application of large language models (LLMs) to generate synthetic datasets for Product Desirability Toolkit (PDT) testing, a key component in evaluating user sentiment and product experience. Utilizing gpt-4o-mini, a cost-effective alternative to larger commercial LLMs, three methods, Word+Review, Review+Word, and Supply-Word, were each used to synthesize 1000 product reviews. The generated datasets were assessed for sentiment alignment, textual diversity, and data generation cost. Results demonstrated high sentiment alignment across all methods, with Pearson correlations ranging from 0.93 to 0.97. Supply-Word exhibited the highest diversity and coverage of PDT terms, although with increased generation costs. Despite minor …
La Creatividad En Peligro: Como La Inteligencia Artificial Es Un Reto Para Los Artistas.,
2024
Cuny Graduate School of Journalism
La Creatividad En Peligro: Como La Inteligencia Artificial Es Un Reto Para Los Artistas., Nathaly Cisneros
Capstones
Los artistas digitales han creado obras maestras que nos han dejado sin aliento con sus pinceles digitales, lápices y pinturas. Desde retratos que parecen saltar de la pantalla hasta paisajes que nos transportan a mundos desconocidos, su arte ha sido una fuente constante de inspiración.
Pero en los últimos años, una nueva fuerza ha comenzado a cambiar el juego. La inteligencia artificial ha estado avanzando a pasos agigantados y ahora se perfila como una amenaza para el futuro de los artistas digitales. ¿Qué significa esto para el arte y la creatividad?
Link: https://docs.google.com/document/d/1xe8UxDMekX_SwiIppyt_JppK8M-lB-YWNWGyeyShlJM/edit?usp=sharing
Unpacking Bias, Accountability, And Ethical Practices In Ai,
2024
Chapman University
Unpacking Bias, Accountability, And Ethical Practices In Ai, Manya Chandra, Micol Hebron
Student Scholar Symposium Abstracts and Posters
This study is based on understanding how text-to-image generative AI platforms perpetuate biases such as racism and sexism and decoding how this bias is programmed within large language models and datasets. In this study, the results of generative AI are analyzed through the lens of affect and affect theory, as they are applied to investigate the machine learning and computer theory behind generative AI algorithms. The purpose of the study is to explain why generative AI is biased and whether this bias is generated due to current trends or to deficits and biases within the database that it draws information …
Visualization Of Paleocurrents On A Web Application Using Gplates,
2024
Southern Adventist University
Visualization Of Paleocurrents On A Web Application Using Gplates, Anjan Sapkota
MS in Computer Science Theses
Paleocurrents are flow directions derived from features of sedimentary rocks that reveal the direction of the current of wind or water that deposited the sediment. In 2015, Brand et al. created a global database of paleocurrents, which contains over 1,000,000 measurements worldwide: North America, South America, Australia, Great Britain, parts of Western Europe, China, Africa are fairly well represented; Antarctica, Eastern Europe, and Asia are modestly represented and Russia is poorly represented. The contribution of this thesis is a web application that uses the GPlates’ Application Programming Interface (API) to visualize global paleocurrents through time in an interactive way based …
The Impact Of Student Engagement Activities On Future Climate Change Adaptation: The Case Of Student Simulation Models,
2024
Youth Leaders Foundation YLF
The Impact Of Student Engagement Activities On Future Climate Change Adaptation: The Case Of Student Simulation Models, Bassel Mostafa Elkalaf
Future Journal of Social Science
This paper explores the critical role of student engagement in addressing the growing challenges of climate change, with a focus on the Model United Nations (MUN) as a case study. As climate-related security threats increase globally, educational platforms that prepare youth for effective leadership in climate politics are more essential than ever. MUN, a widely practiced student activity simulating global policy-making, provides a valuable opportunity for students to deepen their understanding of the interconnectedness between climate change, peace, and security. By participating in MUN simulations, students engage in debates, develop innovative solutions, and practice diplomatic skills, all while exploring the …
Using Llms To Establish Implicit User Sentiment Of Software Desirability,
2024
Creighton University
Using Llms To Establish Implicit User Sentiment Of Software Desirability, Sherri Weitl-Harms, John D. Hastings, Jonah Lum
Research & Publications
This study explores the use of LLMs for providing quantitative zero-shot sentiment analysis of implicit software desirability, addressing a critical challenge in product evaluation where traditional review scores, though convenient, fail to capture the richness of qualitative user feedback. Innovations include establishing a method that 1) works with qualitative user experience data without the need for explicit review scores, 2) focuses on implicit user satisfaction, and 3) provides scaled numerical sentiment analysis, offering a more nuanced understanding of user sentiment, instead of simply classifying sentiment as positive, neutral, or negative.
Data is collected using the Microsoft Product Desirability Toolkit (PDT), …
Safeguarding Virtual Healthcare: A Novel Attacker-Centric Model For Data Security And Privacy,
2024
Dakota State University
Safeguarding Virtual Healthcare: A Novel Attacker-Centric Model For Data Security And Privacy, Suvineetha Herath, Haywood Gelman, John Hastings, Yong Wang
Research & Publications
The rapid growth of remote healthcare delivery has introduced significant security and privacy risks to protected health information (PHI). Analysis of a comprehensive healthcare security breach dataset covering 2009-2023 reveals their significant prevalence and impact. This study investigates the root causes of such security incidents and introduces the Attacker-Centric Approach (ACA), a novel threat model tailored to protect PHI. ACA addresses limitations in existing threat models and regulatory frameworks by adopting a holistic attacker-focused perspective, examining threats from the viewpoint of cyber adversaries, their motivations, tactics, and potential attack vectors. Leveraging established risk management frameworks, ACA provides a multi-layered approach …
Performance Of Acoustic Telemetry And Space Use Of Pallid Sturgeon In The Lower Platte River, Nebraska,
2024
University of Nebraska-Lincoln
Performance Of Acoustic Telemetry And Space Use Of Pallid Sturgeon In The Lower Platte River, Nebraska, Christopher F. Pullano
School of Natural Resources: Dissertations, Theses, and Student Research
Pallid Sturgeon (Scaphirhynchus albus) are centenarian, potamodromous, rheophiles that historically occupied the Missouri River and Mississippi River basins. Listed on the U.S. Endangered Species Act in 1990, population declines are attributed to habitat fragmentation and degradation, as well as overharvest, and hybridization. A knowledge gap exists regarding the extent to which tributaries facilitate key life stages for Pallid Sturgeon. This study evaluated the capacity of acoustic telemetry to monitor the movements of Pallid Sturgeon in a shallow, braided tributary to the Missouri River. The specific objectives were to (1) evaluate the environmental variables influencing the performance of acoustic …
