← Search

Jiaxin Ding

8 accepted papers

2026

CATArena: Evaluating Evolutionary Capabilities of Code Agents via Iterative Tournaments

ICML 2026poster

Current evaluation for Large Language Model (LLM) code agents predominantly focus on generating functional code in single-turn scenarios, which fails to evaluate the agent's capability for continuous code optimization and multi-turn iterative development. To bridge this gap, we introduce CATArena, a…

Cited by 0SourceScholar
2025

AceParse: A Comprehensive Dataset with Diverse Structured Texts for Academic Literature Parsing

ICASSP 2025accepted

With the development of data-centric AI, the focus has shifted from model-driven approaches to improving data quality. Academic literature, as one of the crucial types, is predominantly stored in PDF formats and needs to be parsed into texts before further processing. However, parsing diverse struct…

Cited by 0SourceScholar
2025

Controlling Underestimation Bias in Constrained Reinforcement Learning for Safe Exploration

ICML 2025oral

Constrained Reinforcement Learning (CRL) aims to maximize cumulative rewards while satisfying constraints. However, existing CRL algorithms often encounter significant constraint violations during training, limiting their applicability in safety-critical scenarios. In this paper, we identify the und…

Cited by 0SourcePDFScholar
2025

Extreme Value Policy Optimization for Safe Reinforcement Learning

ICML 2025poster

Ensuring safety is a critical challenge in applying Reinforcement Learning (RL) to real-world scenarios. Constrained Reinforcement Learning (CRL) addresses this by maximizing returns under predefined constraints, typically formulated as the expected cumulative cost. However, expectation-based constr…

Cited by 0SourcePDFScholar
2025

TopInG: Topologically Interpretable Graph Learning via Persistent Rationale Filtration

ICML 2025poster

Graph Neural Networks (GNNs) have shown remarkable success across various scientific fields, yet their adoption in critical decision-making is often hindered by a lack of interpretability. Recently, intrinsic interpretable GNNs have been studied to provide insights into model predictions by identify…

Cited by 0SourcePDFScholar
2024

Exterior Penalty Policy Optimization with Penalty Metric Network under Constraints

IJCAI 2024poster

In Constrained Reinforcement Learning (CRL), agents explore the environment to learn the optimal policy while satisfying constraints. The penalty function method has recently been studied as an effective approach for handling constraints, which imposes constraints penalties on the objective to trans…

2024

Is Reference Necessary in the Evaluation of NLG Systems? When and Where?

NAACL 2024long

The majority of automatic metrics for evaluating NLG systems are reference-based. However, the challenge of collecting human annotation results in a lack of reliable references in numerous application scenarios. Despite recent advancements in reference-free metrics, it has not been well understood w…

2024

RepEval: Effective Text Evaluation with LLM Representation

EMNLP 2024main

The era of Large Language Models (LLMs) raises new demands for automatic evaluation metrics, which should be adaptable to various application scenarios while maintaining low cost and effectiveness. Traditional metrics for automatic text evaluation are often tailored to specific scenarios, while LLM-…