SearcharxivSearch

arXiv subjects

Jiayang Yu

Publications and source records attributed to Jiayang Yu.

13 recordsLinked to original sources

STAR-OPD: Structured Aspect-Cascade-Aware On-Policy Reward Distillation for ABSA Quadruple Extraction

Aspect-based sentiment analysis (ABSA) quadruple extraction requires jointly predicting target, aspect, opinion, and sentiment over reviews that often contain multiple fine-grained sentiment tuples. While large chain-of-thought (CoT) models perform well on this task, distilling them into smaller deployable models remains difficult. We identify a task-specific failure mode in distilled ABSA extraction: student errors at the target-aspect interface create structurally invalid states, such as broken target-aspect bindings and hallucinated targets, which then corrupt downstream predictions. Conventional off-policy distillation is poorly suited to this setting because it trains only on teacher-generated trajectories and provides little supervision on the student-induced structural states that dominate inference. To address this mismatch, we propose STAR-OPD (STructured Aspect-cascade-aware On-Policy Reward Distillation), which builds on generic on-policy distillation and instantiates it for ABSA quadruple extraction with cascade-aware, set-structured rewards. STAR-OPD trains on student rollouts and applies set-structured rewards that directly target binding consistency, target grounding, and fine-grained aspect disambiguation. Experiments on E-ABSA20K and SemEval-2014 show that STAR-OPD consistently outperforms off-policy and general on-policy baselines, reduces target hallucination, and substantially improves performance on structurally hard cases. With Qwen3-4B, STAR-OPD substantially narrows the student-teacher gap while improving inference efficiency, highlighting the importance of on-policy structural correction for distilled ABSA extraction.

cs.CL

Measures on General Codimensional Surfaces in Infinite Dimensions and Stokes-Type Theorems

In this paper, we give an explicit construction of surface measures on a class of surfaces with arbitrary, possibly infinite, codimension in $\ell^2$. These measures are constructed from local representations associated with a fixed Gaussian product measure. We then establish local and global Gauss--Green-type formulas, introduce a notion of top-degree differential form, and derive an associated Stokes-type identity. We also determine the orientation of the boundary induced by the orientation of the surface. Moreover, therelationship between $\mathcal F$-continuity and Borel measurability is examined,which reveals a phenomenon specific to the infinite-dimensional setting.

math.FA

RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation

Retrieval-Augmented Generation (RAG) has become essential for knowledge-intensive question answering, yet scaling RAG pipelines remains challenging due to the prohibitive computational cost of processing lengthy retrieved contexts. Existing compression approaches face a fundamental trade-off: hard compression methods operate online in a query-aware fashion but achieve only modest compression rates and typically require fine-tuning the generative model, while soft compression methods attain higher ratios but rely on costly offline encoding that is entirely agnostic to the input query. To bridge this gap, we introduce RAGOCR, a novel framework that compresses retrieved documents into compact visual representations conditioned on the input query. To further balance compression rate and information fidelity, we introduce a query-aware dynamic resolution mechanism that adaptively allocates visual granularity based on each document's estimated relevance and complexity: highly relevant passages are rendered at higher resolution to preserve fine-grained details, while peripheral documents are aggressively compressed at lower resolution. Experiments on five QA benchmarks using the MedOmniKB retrieval corpus demonstrate that RAGOCR surpasses naive RAG by over 15\% in accuracy while requiring only one-eighth the number of input tokens, and consistently outperforms both hard and soft compression baselines across varying retrieval depths.

cs.CL

"$H=W$" in infinite dimensions

The classical ``$H=W$" theorem establishes the identity between two function spaces on an arbitrary nonempty open set in the Euclidean spaces: the space $W$ defined via weak derivatives, and the space $H$ defined as the closure of smooth functions within $W$ space. Extending this result to infinite-dimensional spaces is challenging due to the lack of a nontrivial translation-invariant measure and the proliferation of infinite sums inherent to infinite dimensions. In this paper, by adapting several techniques developed in our previous works, we prove that smooth functions are dense in the Sobolev space of functions on arbitrary non-empty open set in $\ell^2$, thereby establishing an infinite-dimensional counterpart of ``$H=W$". Such density results reduce the problem of deriving a priori $L^2$ estimates for differential operators -- originating from the classical Fredholm alternative and Carleman estimates -- to the simpler case of smooth functions. If approximation by smooth cylindrical functions is possible, the problem can be reduced to calculus. Unfortunately, this does not hold for every open set in $\ell^2$. However, we prove that such an approximation does hold on open sets that satisfy the segment condition.

math.FA

SAD: A Large-Scale Strategic Argumentative Dialogue Dataset

Argumentation generation has attracted substantial research interest due to its central role in human reasoning and decision-making. However, most existing argumentative corpora focus on non-interactive, single-turn settings, either generating arguments from a given topic or refuting an existing argument. In practice, however, argumentation is often realized as multi-turn dialogue, where speakers defend their stances and employ diverse argumentative strategies to strengthen persuasiveness. To support deeper modeling of argumentation dialogue, we present the first large-scale \textbf{S}trategic \textbf{A}rgumentative \textbf{D}ialogue dataset, SAD, consisting of 392,822 examples. Grounded in argumentation theories, we annotate each utterance with five strategy types, allowing multiple strategies per utterance. Unlike prior datasets, SAD requires models to generate contextually appropriate arguments conditioned on the dialogue history, a specified stance on the topic, and targeted argumentation strategies. We further benchmark a range of pretrained generative models on SAD and present in-depth analysis of strategy usage patterns in argumentation.

cs.CL

RARE: Retrieval-Augmented Reasoning Modeling

Domain-specific intelligence demands specialized knowledge and sophisticated reasoning for problem-solving, posing significant challenges for large language models (LLMs) that struggle with knowledge hallucination and inadequate reasoning capabilities under constrained parameter budgets. Inspired by Bloom's Taxonomy in educational theory, we propose Retrieval-Augmented Reasoning Modeling (RARE), a novel paradigm that decouples knowledge storage from reasoning optimization. RARE externalizes domain knowledge to retrievable sources and internalizes domain-specific reasoning patterns during training. Specifically, by injecting retrieved knowledge into training prompts with masked losses, RARE transforms learning objectives from rote memorization to contextualized reasoning. It enables models to bypass parameter-intensive memorization and prioritize the development of higher-order cognitive processes. Extensive experiments demonstrate that lightweight RARE-trained models (e.g., Llama-3.1-8B) could achieve state-of-the-art performance, surpassing retrieval-augmented GPT-4 and DeepSeek-R1 up to approximately 20\% accuracy. RARE establishes a paradigm shift where maintainable external knowledge bases synergize with compact, reasoning-optimized models, collectively driving more scalable domain-specific intelligence.

cs.CL

SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model

Fine-tuning is a key approach for adapting language models to specific downstream tasks, but updating all model parameters becomes impractical as model sizes increase. Parameter-Efficient Fine-Tuning (PEFT) methods, such as Low-Rank Adaptation (LoRA), address this challenge by introducing additional adaptation parameters into pre-trained weight matrices. However, LoRA's performance varies across different insertion points within the model, highlighting potential parameter inefficiency due to unnecessary insertions. To this end, we propose SSMLoRA (State Space Model Low-Rank Adaptation), an extension of LoRA that incorporates a State Space Model (SSM) to interconnect low-rank matrices. SSMLoRA ensures that performance is maintained even with sparser insertions. SSMLoRA allows the model to not only map inputs to a low-rank space for better feature extraction but also leverage the computations from the previous low-rank space. Our method achieves comparable performance to LoRA on the General Language Understanding Evaluation (GLUE) benchmark while using only half the parameters. Additionally, due to its structure, SSMLoRA shows promise in handling tasks with longer input sequences. .You can find our code here:https://github.com/yuhkalhic/SSMLoRA.

cs.CL

A convenient setting for infinite-dimensional analysis

In this work, we propose a convenient framework for infinite-dimensional analysis (including both real and complex analysis in infinite dimensions), in which differentiation (in some weak sense) and integration operations can be easily performed, integration by parts can be conveniently established under rather weak conditions, and especially some nice properties and consequences obtained by convolution in Euclidean spaces can be extended to infinite-dimensional spaces in some sense by taking the limit. Compared to the existing tools in infinite-dimensional analysis, our setting enjoys more convenient and clearer links with that of finite dimensions, and hence it is more suitable for computation and studying some analysis problems in infinite-dimensional spaces.

math.FA

$L^2$ estimates and existence theorems for the $\overline{\partial}$ operators in infinite dimensions, II

This paper is the second part of our series of works to establish $L^2$ estimates and existence theorems for the $\overline{\partial}$ operators in infinite dimensions. In this part, we consider the most difficult case, i.e., the underlying space is a general pseudo-convex domain. In order to solve this longstanding open problem, we introduce several new concepts and techniques, which have independent interest and pave the way for research that investigates some other issues in infinite-dimensional analysis.

math.FA

$L^2$ estimates and existence theorems for the $\bar{\partial}$ operators in infinite dimensions, I

The classical $L^2$ estimate for the $\overline{\partial}$ operators is a basic tool in complex analysis of several variables. Naturally, it is expected to extend this estimate to infinite dimensional complex analysis, but this is a longstanding unsolved problem, due to the essential difficulty that there exists no nontrivial translation invariance measure in the setting of infinite dimensions. The main purpose in this series of work is to give an affirmative solution to the above problem, and apply the estimates to the solvability of the infinite dimensional $\overline{\partial}$ equations. In this first part, we focus on the simplest case, i.e., $L^2$ estimates and existence theorems for the $\overline{\partial}$ equations on the whole space of $\ell^p$ for $p\in [1,\infty)$. The key of our approach is to introduce a suitable working space, i.e., a Hilbert space for $(s,t)$-forms on $\ell^p$ (for each nonnegative integers $s$ and $t$), and via which we define the $\overline{\partial}$ operator from $(s,t)$-forms to $(s,t+1)$-forms and establish the exactness of these operators, and therefore in this case we solve a problem which has been open for nearly forty years.

math.FA

Infinite dimensional Cauchy-Kowalevski and Holmgren type theorems

The aim of this paper is to show Cauchy-Kowalevski and Holmgren type theorems with infinite number of variables. We adopt von Koch and Hilbert's definition of analyticity of functions as monomial expansions. Our Cauchy-Kowalevski type theorem is derived by modifying the classical method of majorants. Based on this result, by employing some tools from abstract Wiener spaces, we establish our Holmgren type theorem.

math.FA

Three Remarks on Carleson Measures for Dirichlet Space

In this paper, we prove that all doubling measures on the unit disk $\mathbb{D}$ are Carleson measures for the standard Dirichlet space $\mathcal{D}$. The proof has three ingredients. The first one is a characterization of Carleson measures which holds true for general reproducing kernel Hilbert spaces. The second one is another new equivalent condition for Carleson measures, which holds true only for the standard Dirichlet space. The third one is an application of the dyadic method to our settings.

math.FA

Operator analogues of Mahler's measure

Motivated by a geometric meaning of Mahler's measure, we introduce two operator analogues of Mahler's measure. This leads to some interesting equalities and inequalities between the two operator-theoretic Mahler measures and the classical Mahler measure. In order to apply these results to the operator version of Lehmer's problem, we introduce and study an important class of operators, the so-called subharmonic operators. It is shown that the operator version of Lehmer's problem fails under some mild condition.

math.FA