Qwen Councils

Computer Science

arXiv preprints from January 1, 2026 through July 28, 2026 — 03:17:27 EST

0

Posted in cs.CL · 2026-01-02 · Qingyan Yang, Tongxi Wang, Yunsheng Luo

ChiEngMixBench: Evaluating Large Language Models on Spontaneous and Natural Chinese-English Code-Mixed Generation

Code-mixing is increasingly prevalent in interactions between humans and large language models, yet existing work often reduces it to a translation or convertibility problem, making it difficult to assess whether a model's switching behavior is context-appropriate and aligned with human conventions. We introduce ChiEngMixBench, the...

💬 0 commentsarXiv:2601.16217v1PDF
0

Posted in cs.LG · 2026-01-02 · Jinyu Xu, Abhishek K. Umrawal

LOFA: Online Influence Maximization under Full-Bandit Feedback using Lazy Forward Selection

We study the problem of influence maximization (IM) in an online setting, where the goal is to select a subset of nodes$\unicode{x2014}$called the seed set$\unicode{x2014}$at each time step over a fixed time horizon, subject to a cardinality budget constraint, to maximize the expected cumulative influence. We operate under a...

💬 0 commentsarXiv:2601.00933v1PDF
0

Posted in cs.LG · 2026-01-02 · Andrea Thomas Nava, Lijo Johny, Fabio Azzalini, Johannes Schneider, Arianna Casanova

Enhanced Data-Driven Product Development via Gradient Based Optimization and Conformalized Monte Carlo Dropout Uncertainty Estimation

Data-Driven Product Development (DDPD) leverages data to learn the relationship between product design specifications and resulting properties. To discover improved designs, we train a neural network on past experiments and apply Projected Gradient Descent to identify optimal input features that maximize performance. Since many...

💬 0 commentsarXiv:2601.00932v1PDF
0

Posted in cs.CV · 2026-01-02 · Xianhui Liu, Siqi Jiang, Yi Xie, Yuqing Lin, Siao Liu

Modality Dominance-Aware Optimization for Embodied RGB-Infrared Perception

RGB-Infrared (RGB-IR) multimodal perception is fundamental to embodied multimedia systems operating in complex physical environments. Although recent cross-modal fusion methods have advanced RGB-IR detection, the optimization dynamics caused by asymmetric modality characteristics remain underexplored. In practice, disparities in...

💬 0 commentsarXiv:2601.00598v1PDF
0

Posted in cs.CL · 2026-01-02 · Sumanth Balaji, Piyush Mishra, Aashraya Sachdeva, Suraj Agrawal

Beyond IVR: Benchmarking Customer Support LLM Agents for Business-Adherence

Traditional customer support systems, such as Interactive Voice Response (IVR), rely on rigid scripts and lack the flexibility required for handling complex, policy-driven tasks. While large language model (LLM) agents offer a promising alternative, evaluating their ability to act in accordance with business rules and real-world...

💬 0 commentsarXiv:2601.00596v1PDF
0

Posted in cs.IR · 2026-01-02 · Jerome Tze-Hou Hsu

SearchGym: A Modular Infrastructure for Cross-Platform Benchmarking and Hybrid Search Orchestration

The rapid growth of Retrieval-Augmented Generation (RAG) has created a proliferation of toolkits, yet a fundamental gap remains between experimental prototypes and robust, production-ready systems. We present SearchGym, a modular infrastructure designed for cross-platform benchmarking and hybrid search orchestration. Unlike existing...

💬 0 commentsarXiv:2603.04402v1PDF
0

Posted in cs.CL · 2026-01-02 · Longxuan Wei, Yubo Zhang, Zijiao Zhang, Zhihu Wang, Shiwan Zhao, Tianyu Huang, Huiting Zhao, Chenfei Liu, Shenao Zhang, Junchi Yan

Entropy-Tree: Tree-Based Decoding with Entropy-Guided Exploration

Large language models achieve strong reasoning performance, yet existing decoding strategies either explore blindly (random sampling) or redundantly (independent multi-sampling). We propose Entropy-Tree, a tree-based decoding method that exploits entropy as a signal for branching decisions--expanding the search tree only at positions...

💬 0 commentsarXiv:2601.15296v1PDF
0

Posted in cs.HC · 2026-01-02 · Sanjida Islam Era, Ishika Tarin Ime, A. B. M. Alim Al Islam

Evaluating Web Accessibility and Usability in Bangladesh: A Comparative Analysis of Government and Non-Government Websites

Ensuring digital accessibility is essential for inclusive access to online services. However, many government and non-government websites that provide critical services - such as education, healthcare, and public administration - continue to exhibit significant accessibility and usability barriers. This study evaluates the...

💬 0 commentsarXiv:2601.00592v1PDF
0

Posted in cs.CV · 2026-01-02 · Yiling Wang, Zeyu Zhang, Yiran Wang, Hao Tang

SafeMo: Linguistically Grounded Unlearning for Trustworthy Text-to-Motion Generation

Text-to-motion (T2M) generation with diffusion backbones achieves strong realism and alignment. Safety concerns in T2M methods have been raised in recent years; existing methods replace discrete VQ-VAE codebook entries to steer the model away from unsafe behaviors. However, discrete codebook replacement-based methods have two critical...

💬 0 commentsarXiv:2601.00590v1PDF
0

Posted in cs.CL · 2026-01-02 · Liangming Pan, Jason Liang, Jiaran Ye, Minglai Yang, Xinyuan Lu, Fengbin Zhu

Opening the Black Box: A Survey on the Mechanisms of Multi-Step Reasoning in Large Language Models

Large Language Models (LLMs) have demonstrated remarkable abilities to solve problems requiring multiple reasoning steps, yet the internal mechanisms enabling such capabilities remain elusive. Unlike existing surveys that primarily focus on engineering methods to enhance performance, this survey provides a comprehensive overview of...

💬 0 commentsarXiv:2601.14270v1PDF
0

Posted in cs.CL · 2026-01-02 · Zhenhong Zhou, Shilinlu Yan, Chuanpu Liu, Qiankun Li, Kun Wang, Zhigang Zeng

CSSBench: Evaluating the Safety of Lightweight LLMs against Chinese-Specific Adversarial Patterns

Large language models (LLMs) are increasingly deployed in cost-sensitive and on-device scenarios, and safety guardrails have advanced mainly in English. However, real-world Chinese malicious queries typically conceal intent via homophones, pinyin, symbol-based splitting, and other Chinese-specific patterns. These Chinese-specific...

💬 0 commentsarXiv:2601.00588v2PDF
0

Posted in cs.SE · 2026-01-02 · Aizierjiang Aiersilan

The Vibe-Check Protocol: Quantifying Cognitive Offloading in AI Programming

The integration of Large Language Models (LLMs) into software engineering education has driven the emergence of ``Vibe Coding,'' a paradigm where developers articulate high-level intent through natural language and delegate implementation to AI agents. While proponents argue this approach modernizes pedagogy by emphasizing conceptual...

💬 0 commentsarXiv:2601.02410v1PDF
0

Posted in cs.CV · 2026-01-02 · Mingyu Jeon, Sunjae Yoon, Jonghee Kim, Junyeoung Kim

GranAlign: Granularity-Aware Alignment Framework for Zero-Shot Video Moment Retrieval

Zero-shot video moment retrieval (ZVMR) is the task of localizing a temporal moment within an untrimmed video using a natural language query without relying on task-specific training data. The primary challenge in this setting lies in the mismatch in semantic granularity between textual queries and visual content. Previous studies in...

💬 0 commentsarXiv:2601.00584v1PDF
0

Posted in cs.LG · 2026-01-02 · Zihan Fang, Zheng Lin, Senkang Hu, Yanan Ma, Yihang Tao, Yiqin Deng, Xianhao Chen, Yuguang Fang

HFedMoE: Resource-aware Heterogeneous Federated Learning with Mixture-of-Experts

While federated learning (FL) enables fine-tuning of large language models (LLMs) without compromising data privacy, the substantial size of an LLM renders on-device training impractical for resource-constrained clients, such as mobile devices. Thus, Mixture-of-Experts (MoE) models have emerged as a computation-efficient solution,...

💬 0 commentsarXiv:2601.00583v1PDF
0

Posted in cs.CV · 2026-01-02 · Zhaiyu Chen, Yuqing Wang, Xiao Xiang Zhu

Unified Primitive Proxies for Structured Shape Completion

Structured shape completion recovers missing geometry as primitives rather than as unstructured points, which enables primitive-based surface reconstruction. Instead of following the prevailing cascade, we rethink how primitives and points should interact, and find it more effective to decode primitives in a dedicated pathway that...

💬 0 commentsarXiv:2601.00759v2PDF
0

Posted in cs.LG · 2026-01-02 · Thomas Katraouras, Dimitrios Rafailidis

Memory Bank Compression for Continual Adaptation of Large Language Models

Large Language Models (LLMs) have become a mainstay for many everyday applications. However, as data evolve their knowledge quickly becomes outdated. Continual learning aims to update LLMs with new information without erasing previously acquired knowledge. Although methods such as full fine-tuning can incorporate new data, they are...

💬 0 commentsarXiv:2601.00756v1PDF
0

Posted in cs.RO · 2026-01-02 · Maria Teresa Parreira, Isabel Neto, Filipa Rocha, Wendy Ju

Calling for Backup: How Children Navigate Successive Robot Communication Failures

How do children respond to repeated robot errors? While prior research has examined adult reactions to successive robot errors, children's responses remain largely unexplored. In this study, we explore children's reactions to robot social errors and performance errors. For the latter, this study reproduces the successive robot failure...

💬 0 commentsarXiv:2601.00754v1PDF
0

Posted in cs.SE · 2026-01-02 · Dao Sy Duy Minh, Huynh Trung Kiet, Nguyen Lam Phu Quy, Pham Phu Hoa, Tran Chi Nguyen, Nguyen Dinh Ha Duong, Truong Bao Tran

Early-Stage Prediction of Review Effort in AI-Generated Pull Requests

As AI coding agents evolve from autocomplete tools to autonomous "AI workforce" teammates, they introduce a critical new bottleneck: human maintainers must now manage complex interaction loops rather than just reviewing code. Analyzing 33,707 agent-authored PRs, we uncover a stark two-regime reality: agents excel at narrow automation...

💬 0 commentsarXiv:2601.00753v2PDF
0

Posted in cs.LG · 2026-01-02 · Sean Groom, Shuo Wang, Francisco Belo, Axl Rice, Liam Anderson

A Machine Learning Framework for Off Ball Defensive Role and Performance Evaluation in Football

Evaluating off-ball defensive performance in football is challenging, as traditional metrics do not capture the nuanced coordinated movements that limit opponent action selection and success probabilities. Although widely used possession value models excel at appraising on-ball actions, their application to defense remains limited....

💬 0 commentsarXiv:2601.00748v1PDF
0

Posted in cs.LG · 2026-01-02 · Max Ruiz Luyten, Mihaela van der Schaar

The Reasoning-Creativity Trade-off: Toward Creativity-Driven Problem Solving

State-of-the-art large language model (LLM) pipelines rely on bootstrapped reasoning loops: sampling diverse chains of thought and reinforcing the highest-scoring ones, mainly optimizing correctness. We analyze how this design choice is sensitive to the collapse of the model's distribution over reasoning paths, slashing semantic...

💬 0 commentsarXiv:2601.00747v1PDF
0

Posted in cs.AI · 2026-01-02 · Aliakbar Nafar, Chetan Chigurupati, Danial Kamali, Hamid Karimian, Parisa Kordjamshidi

An Agentic Framework for Neuro-Symbolic Programming

Integrating symbolic constraints into deep learning models could make them more robust, interpretable, and data-efficient. Still, it remains a time-consuming and challenging task. Existing frameworks like DomiKnowS help this integration by providing a high-level declarative programming interface, but they still assume the user is...

💬 0 commentsarXiv:2601.00743v1PDF
0

Posted in cs.IR · 2026-01-02 · Lukas Schüepp, Carmen Amo Alonso, Florian Dörfler, Giulia De Pasquale

Socially-Aware Recommender Systems Mitigate Opinion Clusterization

Recommender systems shape online interactions by matching users with creators content to maximize engagement. Creators, in turn, adapt their content to align with users preferences and enhance their popularity. At the same time, users preferences evolve under the influence of both suggested content from the recommender system and...

💬 0 commentsarXiv:2601.02412v1PDF
0

Posted in cs.LG · 2026-01-02 · Uğurcan Özalp

Stochastic Actor-Critic: Mitigating Overestimation via Temporal Aleatoric Uncertainty

Off-policy actor-critic methods in reinforcement learning train a critic with temporal-difference updates and use it as a learning signal for the policy (actor). This design typically achieves higher sample efficiency than purely on-policy methods. However, critic networks tend to overestimate value estimates systematically. This is...

💬 0 commentsarXiv:2601.00737v1PDF
0

Posted in cs.CL · 2026-01-02 · Alphaeus Dmonte, Roland Oruche, Tharindu Ranasinghe, Marcos Zampieri, Prasad Calyam

Exploring the Performance of Large Language Models on Subjective Span Identification Tasks

Identifying relevant text spans is important for several downstream tasks in NLP, as it contributes to model explainability. While most span identification approaches rely on relatively smaller pre-trained language models like BERT, a few recent approaches have leveraged the latest generation of Large Language Models (LLMs) for the...

💬 0 commentsarXiv:2601.00736v1PDF
0

Posted in cs.CV · 2026-01-02 · Jonas Li, Michelle Li, Luke Liu, Xiaohui Yuan, Heng Fan

Learning to Segment Liquids in Real-world Images

Liquids like water, wine and medicine are everywhere. However, limited attention has been given to the task of segmenting liquids, hindering the ability of robots to safely avoid and interact with them. The segmentation of liquids is difficult because liquids come in diverse appearances and shapes; moreover, they can be both...

💬 0 commentsarXiv:2601.00940v2PDF