arXiv ScienceSearch

arXiv subjects

Xinyu Mu

Publications and source records attributed to Xinyu Mu.

9 recordsLinked to original sources

MedMemoryBench: Benchmarking Agent Memory in Personalized Healthcare

The large-scale deployment of personalized healthcare agents demands memory mechanisms that are exceptionally precise, safe, and capable of long-term clinical tracking. However, existing benchmarks primarily focus on daily open-domain conversations, failing to capture the high-stakes complexity of real-world medical applications. Motivated by the stringent production requirements of an industry-leading health management agent serving tens of millions of active users, we introduce MedMemoryBench. We develop a human-agent collaborative pipeline to synthesize highly realistic, long-horizon medical trajectories based on clinically grounded, synthetic patient archetypes. This process yields a massive, expertly validated dataset comprising approximately 2,000 sessions and 16,000 interaction turns. Crucially, MedMemoryBench departs from traditional static evaluations by pioneering an "evaluate-while-constructing" streaming assessment protocol, which precisely mirrors dynamic memory accumulation in production environments. Furthermore, we formalize and systematically investigate the critical phenomenon of memory saturation, where sustained information influx actively degrades retrieval and reasoning robustness. Comprehensive benchmarking reveals severe bottlenecks in mainstream architectures, particularly concerning complex medical reasoning and noise resilience. By exposing these fundamental flaws, MedMemoryBench establishes a vital foundation for developing robust, production-ready medical agents.

cs.AI

Optical manipulation of valley coherence via Landau level transitions in black phosphorus and WTe2 monolayers

Valley coherence is of great significance for exploring fundamental quantum phenomena and developing next-generation valleytronic devices. Herein, we theoretically investigate the valley quantum interference engineered by inter-Landau level (LL) transitions in black phosphorus (BP) and WTe2 monolayers. In contrast to the non-Landau-quantized regime, valley quantum interference is enhanced by over 20-fold, or even significantly stronger, in virtue of striking anisotropic environment. Such anisotropy originates from the distinct electron transition probabilities along the armchair and zigzag directions of BP and WTe2 monolayers. Especially, BP is capable of more effectively strengthening the valley quantum interference response due to its greater directional disparity in electron transition probabilities. The interference fringes also present distinct spectral profiles (e.g., different dip and peak numbers in one interference period) owing to different transition selection rules in BP and WTe2 monolayers. In spite of these discrepancies, normalized interference intensities follow two exponential functions of magnetic field and Landau level index for all the transitions {\delta}n = n'- n = -4, -2, 0, +2, +4 (where n and n' indicate the LL indexes of valence and conduction bands, respectively), and the interference spectra exhibit C2 rotational symmetry about the crystallographic azimuthal angle of 90{\deg}.

cond-mat.mes-hall

OmniRAG-Agent: Agentic Omnimodal Reasoning for Low-Resource Long Audio-Video Question Answering

Long-horizon omnimodal question answering answers questions by reasoning over text, images, audio, and video. Despite recent progress on OmniLLMs, low-resource long audio-video QA still suffers from costly dense encoding, weak fine-grained retrieval, limited proactive planning, and no clear end-to-end optimization. To address these issues, we propose OmniRAG-Agent, an agentic omnimodal QA method for budgeted long audio-video reasoning. It builds an image-audio retrieval-augmented generation module that lets an OmniLLM fetch short, relevant frames and audio snippets from external banks. Moreover, it uses an agent loop that plans, calls tools across turns, and merges retrieved evidence to answer complex queries. Furthermore, we apply group relative policy optimization to jointly improve tool use and answer quality over time. Experiments on OmniVideoBench, WorldSense, and Daily-Omni show that OmniRAG-Agent consistently outperforms prior methods under low-resource settings and achieves strong results, with ablations validating each component.

cs.CL

ConceptFlow: Hierarchical and Fine-grained Concept-Based Explanation for Convolutional Neural Networks

Concept-based interpretability for Convolutional Neural Networks (CNNs) aims to align internal model representations with high-level semantic concepts, but existing approaches largely overlook the semantic roles of individual filters and the dynamic propagation of concepts across layers. To address these limitations, we propose ConceptFlow, a concept-based interpretability framework that simulates the internal "thinking path" of a model by tracing how concepts emerge and evolve across layers. ConceptFlow comprises two key components: (i) concept attentions, which associate each filter with relevant high-level concepts to enable localized semantic interpretation, and (ii) conceptual pathways, derived from a concept transition matrix that quantifies how concepts propagate and transform between filters. Together, these components offer a unified and structured view of internal model reasoning. Experimental results demonstrate that ConceptFlow yields semantically meaningful insights into model reasoning, validating the effectiveness of concept attentions and conceptual pathways in explaining decision behavior. By modeling hierarchical conceptual pathways, ConceptFlow provides deeper insight into the internal logic of CNNs and supports the generation of more faithful and human-aligned explanations.

cs.LG

Training Language Model to Critique for Better Refinement

Large language models (LLMs) have demonstrated remarkable evaluation and critique capabilities, providing insightful feedback and identifying flaws in various tasks. However, limited research has explored which types of critiques are most effective for improving model responses or how to generate such critiques. To address this gap, we introduce \textbf{R}efinement-oriented \textbf{C}ritique \textbf{O}ptimization (RCO), a novel framework designed to train critic models using refinement signals. RCO uses a feedback loop where critiques, generated by the critic model, guide the actor model in refining its responses. The critique utility (CU) quantifies the effectiveness of these refinements, serving as the reward signal for training the critic model. By focusing on critiques that lead to better refinements, RCO eliminates the need for direct critique preference assessment, ensuring that critiques driving meaningful improvements are rewarded. We evaluate RCO across five tasks, i.e., dialog generation, summarization, question answering, mathematical reasoning, and code generation, and show that it significantly outperforms traditional methods and open-source models in terms of critique quality and refinement outcomes. Our contributions include the introduction of RCO, a novel supervision scheme based on refined response preferences, and comprehensive experimental results that highlight the method's effectiveness in enhancing LLM critique-refinement loops.

cs.CL

KBQA-o1: Agentic Knowledge Base Question Answering with Monte Carlo Tree Search

Knowledge Base Question Answering (KBQA) aims to answer natural language questions with a large-scale structured knowledge base (KB). Despite advancements with large language models (LLMs), KBQA still faces challenges in weak KB awareness, imbalance between effectiveness and efficiency, and high reliance on annotated data. To address these challenges, we propose KBQA-o1, a novel agentic KBQA method with Monte Carlo Tree Search (MCTS). It introduces a ReAct-based agent process for stepwise logical form generation with KB environment exploration. Moreover, it employs MCTS, a heuristic search method driven by policy and reward models, to balance agentic exploration's performance and search space. With heuristic exploration, KBQA-o1 generates high-quality annotations for further improvement by incremental fine-tuning. Experimental results show that KBQA-o1 outperforms previous low-resource KBQA methods with limited annotated data, boosting Llama-3.1-8B model's GrailQA F1 performance to 78.5% compared to 48.5% of the previous sota method with GPT-3.5-turbo. Our code is publicly available.

cs.CL

Explaining Model Overfitting in CNNs via GMM Clustering

Convolutional Neural Networks (CNNs) have demonstrated remarkable prowess in the field of computer vision. However, their opaque decision-making processes pose significant challenges for practical applications. In this study, we provide quantitative metrics for assessing CNN filters by clustering the feature maps corresponding to individual filters in the model via Gaussian Mixture Model (GMM). By analyzing the clustering results, we screen out some anomaly filters associated with outlier samples. We further analyze the relationship between the anomaly filters and model overfitting, proposing three hypotheses. This method is universally applicable across diverse CNN architectures without modifications, as evidenced by its successful application to models like AlexNet and LeNet-5. We present three meticulously designed experiments demonstrating our hypotheses from the perspectives of model behavior, dataset characteristics, and filter impacts. Through this work, we offer a novel perspective for evaluating the CNN performance and gain new insights into the operational behavior of model overfitting.

cs.LG

Hankel Determinants for a Deformed Laguerre Weight with Multiple Variables and Generalized Painlev\'{e} V Equation

We study the Hankel determinant generated by the moments of the deformed Laguerre weight function $x^{\alpha}{\rm{e}}^{-x}\prod\limits_{k=1}^{N}(x+t_k)^{\lambda_k}$, where $x\in \left[0,+\infty \right)$, $\alpha,t_k >0, \lambda_k\in\mathbb{R}$ for $k=1,\cdots ,N$. By using the ladder operators for the associated monic orthogonal polynomials and three compatibility conditions, we express the recurrence coefficients in terms of the $2N$ auxiliary quantities which are introduced in the ladder operators and shown to satisfy a system of difference equations. Combining these results with the differential identities obtained from the differentiation of the orthogonality relations, we deduce the Riccati equations for the auxiliary quantities. From them we establish a system of second order PDEs which are reduced to a Painlev\'{e} V equation for $N=1$. Moreover, we derive the second order PDE satisfied by the logarithmic derivative of the Hankel determinant, from which the limiting PDE is obtained under a double scaling. When $N=1$, these two PDEs are reduced to the $\sigma$-form of a Painlev\'{e} V and III equation respectively. When the dimension of the Hermitian matrices from the corresponding deformed Laguerre unitary ensemble is large and $\lambda_k\ge0$, based on Dyson's Coulomb fluid theory, we deduce the equilibrium density for the eigenvalues.

math-ph

Hankel Determinants for a Gaussian weight with Fisher-Hartwig Singularities and Generalized Painlev\'{e} IV Equation

We study the Hankel determinant generated by a Gaussian weight with Fisher-Hartwig singularities of root type at $t_j$, $j=1,\cdots ,N$. It characterizes a type of average characteristic polynomial of matrices from Gaussian unitary ensembles. We derive the ladder operators satisfied by the associated monic orthogonal polynomials and three compatibility conditions. By using them and introducing $2N$ auxiliary quantities $\{R_{n,j}, r_{n,j}, j=1,\cdots,N\}$, we build a series of difference equations. Furthermore, we prove that $\{R_{n,j}, r_{n,j}\}$ satisfy Riccati equations. From them we deduce a system of second order PDEs satisfied by $\{R_{n,j}, j=1,\cdots,N\}$, which reduces to a Painlev\'{e} IV equation for $N=1$. We also show that the logarithmic derivative of the Hankel determinant satisfies the generalized $\sigma$-form of a Painlev\'{e} IV equation.

math-ph