Goto

Collaborating Authors

 Bacău


Reddit is all you need: Authorship profiling for Romanian

arXiv.org Artificial Intelligence

Authorship profiling is the process of identifying an author's characteristics based on their writings. This centuries old problem has become more intriguing especially with recent developments in Natural Language Processing (NLP). In this paper, we introduce a corpus of short texts in the Romanian language, annotated with certain author characteristic keywords; to our knowledge, the first of its kind. In order to do this, we exploit a social media platform called Reddit. We leverage its thematic community-based structure (subreddits structure), which offers information about the author's background. We infer an user's demographic and some broad personal traits, such as age category, employment status, interests, and social orientation based on the subreddit and other cues. We thus obtain a 23k+ samples corpus, extracted from 100+ Romanian subreddits. We analyse our dataset, and finally, we fine-tune and evaluate Large Language Models (LLMs) to prove baselines capabilities for authorship profiling using the corpus, indicating the need for further research in the field. We publicly release all our resources.


Membership Inference Attacks Against In-Context Learning

arXiv.org Artificial Intelligence

Adapting Large Language Models (LLMs) to specific tasks introduces concerns about computational efficiency, prompting an exploration of efficient methods such as In-Context Learning (ICL). However, the vulnerability of ICL to privacy attacks under realistic assumptions remains largely unexplored. In this work, we present the first membership inference attack tailored for ICL, relying solely on generated texts without their associated probabilities. We propose four attack strategies tailored to various constrained scenarios and conduct extensive experiments on four popular large language models. Empirical results show that our attacks can accurately determine membership status in most cases, e.g., 95\% accuracy advantage against LLaMA, indicating that the associated risks are much higher than those shown by existing probability-based attacks. Additionally, we propose a hybrid attack that synthesizes the strengths of the aforementioned strategies, achieving an accuracy advantage of over 95\% in most cases. Furthermore, we investigate three potential defenses targeting data, instruction, and output. Results demonstrate combining defenses from orthogonal dimensions significantly reduces privacy leakage and offers enhanced privacy assurances.


Last One Standing: A Comparative Analysis of Security and Privacy of Soft Prompt Tuning, LoRA, and In-Context Learning

arXiv.org Artificial Intelligence

Large Language Models (LLMs) are powerful tools for natural language processing, enabling novel applications and user experiences. However, to achieve optimal performance, LLMs often require adaptation with private data, which poses privacy and security challenges. Several techniques have been proposed to adapt LLMs with private data, such as Low-Rank Adaptation (LoRA), Soft Prompt Tuning (SPT), and In-Context Learning (ICL), but their comparative privacy and security properties have not been systematically investigated. In this work, we fill this gap by evaluating the robustness of LoRA, SPT, and ICL against three types of well-established attacks: membership inference, which exposes data leakage (privacy); backdoor, which injects malicious behavior (security); and model stealing, which can violate intellectual property (privacy and security). Our results show that there is no silver bullet for privacy and security in LLM adaptation and each technique has different strengths and weaknesses.


Microsoft Pix update lets your turn your images into art

Daily Mail - Science & tech

Microsoft has rolled out an update to its AI-powered photo editing app Pix that lets you turn your iPhone images into art. Pix was originally designed to improve the appearance of photos by tweaking elements such as colour levels and exposure. But Microsoft's latest update, which bears a striking resemblance to the iOS app Prisma, lets you have a little more fun by turning photos into masterpieces. Microsoft has rolled out an update to its AI-powered photo editing app Pix that lets you turn your iPhone images into art. Microsoft has rolled out an update to its AI-powered photo editing app Pix that lets you turn your iPhone images into art.


Microsoft Pix Camera imitates Prisma with its AI-powered filters

Engadget

Microsoft Pix Camera uses artificial intelligence to make your pictures of people better. It uses algorithms behind the scenes to analyze the 10 frames it snaps for every picture you take, looking for sharpness, exposure and even facial expressions to make sure you get the very best shot. It even takes good data from the pictures it doesn't use to enhance the photos it chooses. The app, launched last summer and just updated, now offers new filters that can help you make your photos look like real works of art. These artsy filters may sound a lot like what standalone app, Prisma, does, but Microsoft's implementation was developed by Microsoft's Asia research lab in collaboration with Skype.


Parallel ACO with a Ring Neighborhood for Dynamic TSP

arXiv.org Artificial Intelligence

The current paper introduces a new parallel computing technique based on ant colony optimization for a dynamic routing problem. In the dynamic traveling salesman problem the distances between cities as travel times are no longer fixed. The new technique uses a parallel model for a problem variant that allows a slight movement of nodes within their Neighborhoods. The algorithm is tested with success on several large data sets.