← Search

XIANGYU PENG

18 accepted papers

2026

Distill-SynthKG: Distilling Knowledge Graph Synthesis Workflow for Improved Coverage and Efficiency

ICLR 2026poster

Document-level knowledge graph (KG) construction faces a fundamental scaling challenge: existing methods either rely on expensive large language models (LLMs), making them economically unviable for large-scale corpora, or employ smaller models that produce incomplete and inconsistent graphs. We iden…

Cited by 0SourceScholar
2026

Nudging the Boundaries of LLM Reasoning

ICLR 2026poster

Current online reinforcement learning (RL) algorithms like GRPO share a key limitation in LLM reasoning: they cannot learn from problems that are "unsolvable" to the model. In other words, they can only improve performance on problems where the model is capable of exploring the correct answer. If a…

Cited by 0SourcecodeScholar
2025

BingoGuard: LLM Content Moderation Tools with Risk Levels

ICLR 2025poster

Malicious content generated by large language models (LLMs) can pose varying degrees of harm. Although existing LLM-based moderators can detect harmful content, they struggle to assess risk levels and may miss lower-risk outputs. Accurate risk assessment allows platforms with different safety thre…

Cited by 1SourcePDFScholar
2025

ReGenesis: LLMs can Grow into Reasoning Generalists via Self-Improvement

ICLR 2025oral

Post-training Large Language Models (LLMs) with explicit reasoning trajectories can enhance their reasoning abilities. However, acquiring such high-quality trajectory data typically demands meticulous supervision from humans or superior models, which can be either expensive or license-constrained. I…

Cited by 2SourcePDFScholar
2025

Turning Conversations into Workflows: A Framework to Extract and Evaluate Dialog Workflows for Service AI Agents

ACL 2025finding

Automated service agents require well-structured workflows to deliver consistent and accurate responses to customer queries. However, such workflows are often undocumented, and their automatic extraction from conversations remains largely unexplored. In this work, we present a novel framework for ex…

Cited by 0SourcePDFScholar
2025

Unanswerability Evaluation for Retrieval Augmented Generation

ACL 2025long

Existing evaluation frameworks for retrieval-augmented generation (RAG) systems focus on answerable queries, but they overlook the importance of appropriately rejecting unanswerable requests. In this paper, we introduce UAEval4RAG, a comprehensive evaluation framework designed to evaluate whether RA…

Cited by 0SourcePDFScholar
2024

Automatic Bug Detection in LLM-Powered Text-Based Games Using LLMs

ACL 2024findings

Advancements in large language models (LLMs) are revolutionizing interactive game design, enabling dynamic plotlines and interactions between players and non-player characters (NPCs). However, LLMs may exhibit flaws such as hallucinations, forgetfulness, or misinterpretations of prompts, causing log…

Cited by 2SourcePDFScholar
2024

Improving Complex Task Performance in Powered Upper Limb Exoskeletons With Adaptive Proportional Myoelectric Control for User Motor Strategy Tracking

RA-L 2024

Powered exoskeletons have emerged as promising tools with applications in assistance, augmentation, and rehabilitation. However, the realization of their full potential hinges on the accurate classifications of user intent. Traditional proportional myoelectric controllers with fixed thresholds requi

Cited by 2SourceScholar
2024

InfoBatch: Lossless Training Speed Up by Unbiased Dynamic Data Pruning

ICLR 2024oral

Data pruning aims to obtain lossless performances with less overall cost. A common approach is to filter out samples that make less contribution to the training. This could lead to gradient expectation bias compared to the original data. To solve this problem, we propose InfoBatch, a novel framework…

2024

Solution and Analysis For 3-D Localization In Closed-Form Integrating Sa and TDOA Measurements

ICASSP 2024accepted

Linear array-based three-dimensional (3-D) localization is a recently proposed technology. It uses a set of newly defined one-dimensional (1-D) angles, called space angle (SA), to locate the source. Integrating SA with time difference of arrival (TDOA) promises higher accuracy, and more attractive,…

Cited by 0SourceScholar
2023

Divide to Adapt: Mitigating Confirmation Bias for Domain Adaptation of Black-Box Predictors

ICLR 2023top-25%

Domain Adaptation of Black-box Predictors (DABP) aims to learn a model on an unlabeled target domain supervised by a black-box predictor trained on a source domain. It does not require access to both the source-domain data and the predictor parameters, thus addressing the data privacy and portabilit…

2023

Model ensemble instead of prompt fusion: a sample-specific knowledge transfer method for few-shot prompt tuning

ICLR 2023poster

Prompt tuning approaches, which learn task-specific soft prompts for a downstream task conditioning on frozen pre-trained models, have attracted growing interest due to its parameter efficiency. With large language models and sufficient training data, prompt tuning performs comparably to full-model…

Cited by 16SourcePDFScholar
2022

CAFE: Learning To Condense Dataset by Aligning Features

CVPR 2022poster

Dataset condensation aims at reducing the network training effort through condensing a cumbersome training set into a compact synthetic one. State-of-the-art approaches largely rely on learning the synthetic data by matching the gradients between the real and synthetic data batches. Despite the intu…

Cited by 277PDFcodeScholar
2022

Crafting Better Contrastive Views for Siamese Representation Learning

CVPR 2022oral

Recent self-supervised contrastive learning methods greatly benefit from the Siamese structure that aims at minimizing distances between positive pairs. For high performance Siamese representation learning, one of the keys is to design good contrastive pairs. Most previous works simply apply random…

Cited by 140PDFcodeScholar
2022

Guiding Neural Story Generation with Reader Models

EMNLP 2022finding

Automated storytelling has long captured the attention of researchers for the ubiquity of narratives in everyday life. However, it is challenging to maintain coherence and stay on-topictoward a specific ending when generating narratives with neural language models. In this paper, we introduce Story…

2022

Inferring the Reader: Guiding Automated Story Generation with Commonsense Reasoning

EMNLP 2022finding

Transformer-based language model approaches to automated story generation currently provide state-of-the-art results. However, they still suffer from plot incoherence when generatingnarratives over time, and critically lack basiccommonsense reasoning. Furthermore, existing methods generally focus on…

2022

Inherently Explainable Reinforcement Learning in Natural Language

NeurIPS 2022accept

We focus on the task of creating a reinforcement learning agent that is inherently explainable---with the ability to produce immediate local explanations by thinking out loud while performing a task and analyzing entire trajectories post-hoc to produce temporally extended explanations. This Hierarch…