Qwen Councils

Computer Science

arXiv preprints from January 1, 2026 through July 28, 2026 — 09:04:24 EST

0

Posted in cs.CR · 2026-01-05 · Neusha Javidnia, Ruisi Zhang, Ashish Kundu, Farinaz Koushanfar

SWaRL: Safeguard Code Watermarking via Reinforcement Learning

We present SWaRL, a robust and fidelity-preserving watermarking framework designed to protect the intellectual property of code LLMs by embedding unique and verifiable signatures in the generated program. Existing watermarking approaches either rely on handcrafted code transformations or manipulate token generation probabilities at...

💬 0 commentsarXiv:2601.02602v2PDF
0

Posted in cs.SE · 2026-01-05 · Nazanin Siavash, Armin Moin

State of the Quantum Software Engineering Ecosystem

We study the current state of the Quantum Software Engineering (QSE) ecosystem, focusing on the achievements, activities, and engagements from academia and industry, with a special focus on successful entrepreneurial endeavors in this arena. Our research methodology is a novel one, featuring the state-of-the-art in Artificial...

💬 0 commentsarXiv:2601.02601v1PDF
0

Posted in cs.DL · 2026-01-05 · Yiyang Li, Zheyuan Zhang, Tianyi Ma, Zehong Wang, Keerthiram Murugesan, Chuxu Zhang, Yanfang Ye

LongDA: Benchmarking LLM Agents for Long-Document Data Analysis

We introduce LongDA, a data analysis benchmark for evaluating LLM-based agents under documentation-intensive analytical workflows. In contrast to existing benchmarks that assume well-specified schemas and inputs, LongDA targets real-world settings in which navigating long documentation and complex data is the primary bottleneck. To...

💬 0 commentsarXiv:2601.02598v2PDF
0

Posted in cs.CR · 2026-01-05 · Md Abu Sayed, Asif Rahman, Ahmed Hemida, Christopher Kiekintveld, Charles Kamhoua

Coordinated Multi-Domain Deception: A Stackelberg Game Approach

This paper explores coordinated deception strategies by synchronizing defenses across coupled cyber and physical systems to mislead attackers and strengthen defense mechanisms. We introduce a Stackelberg game framework to model the strategic interaction between defenders and attackers, where the defender leverages CVSS-based exploit...

💬 0 commentsarXiv:2601.02596v1PDF
0

Posted in cs.SD · 2026-01-05 · Daeun Hwang, Xuyuan Cai, Edward F. Melcer, Elin Carstensdottir

A Music Information Retrieval Approach to Classify Sub-Genres in Role Playing Games

Video game music (VGM) is often studied under the same lens as film music, which largely focuses on its theoretical functionality with relation to the identified genres of the media. However, till date, we are unaware of any systematic approach that analyzes the quantifiable musical features in VGM across several identified game...

💬 0 commentsarXiv:2601.02591v1PDF
0

Posted in cs.CL · 2026-01-05 · Kris W Pan, Yongmin Yoo

FlowPlan-G2P: A Structured Generation Framework for Transforming Scientific Papers into Patent Descriptions

Generating patent descriptions from scientific papers is challenging due to fundamental rhetorical and structural disparities between the two genres. Existing approaches treat this as surface-level rewriting, failing to capture the hierarchical reasoning and statutory constraints inherent in patent drafting. We propose FlowPlan-G2P, a...

💬 0 commentsarXiv:2601.02589v4PDF
0

Posted in cs.SD · 2026-01-05 · Daeun Hwang, Hyeonbin Hwang

Understanding Human Perception of Music Plagiarism Through a Computational Approach

There is a wide variety of music similarity detection algorithms, while discussions about music plagiarism in the real world are often based on audience perceptions. Therefore, we aim to conduct a study to examine the key criteria of human perception of music plagiarism, focusing on the three commonly used musical features in...

💬 0 commentsarXiv:2601.02586v1PDF
0

Posted in cs.LG · 2026-01-05 · Naomi Fridman, Berta Ben Shachar

A Foundation Model Approach for Fetal Stress Prediction During Labor From cardiotocography (CTG) recordings

Intrapartum cardiotocography (CTG) is widely used for fetal monitoring during labor, yet its interpretation suffers from high inter-observer variability and limited predictive accuracy. Deep learning approaches have been constrained by the scarcity of CTG recordings with clinical outcome labels. We present the first application of...

💬 0 commentsarXiv:2601.06149v1PDF
0

Posted in cs.LG · 2026-01-05 · Aditi Sanjay Agrawal

Threat Detection in Social Media Networks Using Machine Learning Based Network Analysis

The accelerated development of social media websites has posed intricate security issues in cyberspace, where these sites have increasingly become victims of criminal activities including attempts to intrude into them, abnormal traffic patterns, and organized attacks. The conventional rule-based security systems are not always...

💬 0 commentsarXiv:2601.02581v1PDF
0

Posted in cs.CL · 2026-01-05 · Christopher Ormerod

Reconstructing Item Characteristic Curves using Fine-Tuned Large Language Models

Traditional methods for determining assessment item parameters, such as difficulty and discrimination, rely heavily on expensive field testing to collect student performance data for Item Response Theory (IRT) calibration. This study introduces a novel approach that implicitly models these psychometric properties by fine-tuning Large...

💬 0 commentsarXiv:2601.02580v1PDF
0

Posted in cs.AI · 2026-01-05 · Alexander Roman, Jacob Roman

Orchestral AI: A Framework for Agent Orchestration

The rapid proliferation of LLM agent frameworks has forced developers to choose between vendor lock-in through provider-specific SDKs and complex multi-package ecosystems that obscure control flow and hinder reproducibility. Integrating tool calling across multiple LLM providers remains a core engineering challenge due to fragmented...

💬 0 commentsarXiv:2601.02577v1PDF
0

Posted in cs.CL · 2026-01-05 · Haoran Wang, Maryam Khalid, Qiong Wu, Jian Gao, Cheng Cao

Fact-Checking with Large Language Models via Probabilistic Certainty and Consistency

Large language models (LLMs) are increasingly used in applications requiring factual accuracy, yet their outputs often contain hallucinated responses. While fact-checking can mitigate these errors, existing methods typically retrieve external evidence indiscriminately, overlooking the model's internal knowledge and potentially...

💬 0 commentsarXiv:2601.02574v1PDF
0

Posted in cs.LG · 2026-01-05 · Kiarash Shamsi, Danijel Novokmet, Joshua Peters, Mao Lin Liu, Paul K Edwards, Vahab Khoshdel

LendNova: Towards Automated Credit Risk Assessment with Language Models

Credit risk assessment is essential in the financial sector, but has traditionally depended on costly feature-based models that often fail to utilize all available information in raw credit records. This paper introduces LendNova, the first practical automated end-to-end pipeline for credit risk assessment, designed to utilize all...

💬 0 commentsarXiv:2601.02573v1PDF
0

Posted in cs.CL · 2026-01-05 · Hossein Rajabzadeh, Maryam Dialameh, Chul B. Park, Il-Min Kim, Hyock Ju Kwon

LoRA-Drop: Temporal LoRA Decoding for Efficient LLM Inference

Autoregressive large language models (LLMs) are bottlenecked by sequential decoding, where each new token typically requires executing all transformer layers. Existing dynamic-depth and layer-skipping methods reduce this cost, but often rely on auxiliary routing mechanisms or incur accuracy degradation when bypassed layers are left...

💬 0 commentsarXiv:2601.02569v1PDF
0

Posted in cs.CV · 2026-01-05 · Junbin Zhang, Hamid Reza Tohidypour, Yixiao Wang, Panos Nasiopoulos

Shallow- and Deep-fake Image Manipulation Localization Using Vision Mamba and Guided Graph Neural Network

Image manipulation localization is a critical research task, given that forged images may have a significant societal impact of various aspects. Such image manipulations can be produced using traditional image editing tools (known as "shallowfakes") or advanced artificial intelligence techniques ("deepfakes"). While numerous studies...

💬 0 commentsarXiv:2601.02566v1PDF
0

Posted in cs.SE · 2026-01-05 · Viacheslav Siniaev, Iaroslav Chelombitko, Aleksey Komissarov

Compressed code: the hidden effects of quantization and distillation on programming tokens

Large Language Models (LLMs) have demonstrated exceptional code generation capabilities, yet their token-level mechanisms remain underexplored, particularly in compressed models. Through systematic analysis of programming language token representations, we characterize how programming languages are encoded in LLM tokenizers by...

💬 0 commentsarXiv:2601.02563v3PDF
0

Posted in cs.LG · 2026-01-05 · Rohit Kaushik, Eva Kaushik

CutisAI: Deep Learning Framework for Automated Dermatology and Cancer Screening

The rapid growth of dermatological imaging and mobile diagnostic tools calls for systems that not only demonstrate empirical performance but also provide strong theoretical guarantees. Deep learning models have shown high predictive accuracy; however, they are often criticized for lacking well, calibrated uncertainty estimates without...

💬 0 commentsarXiv:2601.02562v1PDF
0

Posted in cs.SE · 2026-01-05 · Lauren Olson, Emitzá Guzmán, Florian Kunneman

PerspectiveCoach: Exploring LLMs for Developer Reflection

Despite growing awareness of ethical challenges in software development, practitioners still lack structured tools that help them critically engage with the lived experiences of marginalized users. This paper presents PerspectiveCoach, a large language model (LLM)-powered conversational tool designed to guide developers through...

💬 0 commentsarXiv:2601.02559v1PDF
0

Posted in cs.LG · 2026-01-05 · Felix Biggs, Samuel Willis

LLM Flow Processes for Text-Conditioned Regression

Recent work has demonstrated surprisingly good performance of pre-trained LLMs on regression tasks (for example, time-series prediction), with the ability to incorporate expert prior knowledge and the information contained in textual metadata. However we observe major error cascades even in short sequences < ~100 points; these models...

💬 0 commentsarXiv:2601.06147v2PDF
0

Posted in cs.AI · 2026-01-05 · Jiaqi Liu, Yaofeng Su, Peng Xia, Siwei Han, Zeyu Zheng, Cihang Xie, Mingyu Ding, Huaxiu Yao

SimpleMem: Efficient Lifelong Memory for LLM Agents

To support long-term interaction in complex environments, LLM agents require memory systems that manage historical experiences. Existing approaches either retain full interaction histories via passive context extension, leading to substantial redundancy, or rely on iterative reasoning to filter noise, incurring high token costs. To...

💬 0 commentsarXiv:2601.02553v3PDF
0

Posted in cs.LG · 2026-01-05 · Linfeng Ye, Zhixiang Chi, Konstantinos N. Plataniotis, En-hui Yang

Normalized Conditional Mutual Information Surrogate Loss for Deep Neural Classifiers

In this paper, we propose a novel information theoretic surrogate loss; normalized conditional mutual information (NCMI); as a drop in alternative to the de facto cross-entropy (CE) for training deep neural network (DNN) based classifiers. We first observe that the model's NCMI is inversely proportional to its accuracy. Building on...

💬 0 commentsarXiv:2601.02543v3PDF
0

Posted in cs.NI · 2026-01-05 · Rudrapatna Vallabh Ramakanth, Eytan Modiano

Optimal Oblivious Load-Balancing for Sparse Traffic in Large-Scale Satellite Networks

Oblivious load-balancing in networks involves routing traffic from sources to destinations using predetermined routes independent of the traffic, so that the maximum load on any link in the network is minimized. We investigate oblivious load-balancing schemes for a $N\times N$ torus network under sparse traffic where there are at most...

💬 0 commentsarXiv:2601.02537v5PDF
0

Posted in cs.CV · 2026-01-05 · Shaden Shaar, Bradon Thymes, Sirawut Chaixanien, Claire Cardie, Bharath Hariharan

MovieRecapsQA: A Multimodal Open-Ended Video Question-Answering Benchmark

Understanding real-world videos such as movies requires integrating visual and dialogue cues. Yet existing VideoQA benchmarks struggle to capture this multimodal reasoning and, given the difficulty of evaluating free-form answers, largely resort to simple multiple choice questions. We introduce a novel open-ended multimodal VideoQA...

💬 0 commentsarXiv:2601.02536v2PDF
0

Posted in cs.CL · 2026-01-05 · Hyeong Kyu Choi, Sharon Li

ModeX: Evaluator-Free Best-of-N Selection for Open-Ended Generation

Selecting a single high-quality output from multiple stochastic generations remains a fundamental challenge for large language models (LLMs), particularly in open-ended tasks where no canonical answer exists. While Best-of-N and self-consistency methods show that aggregating multiple generations can improve performance, existing...

💬 0 commentsarXiv:2601.02535v2PDF