← Search

Feiyu Xiong

24 accepted papers

2026

Adaptive Preconditioners Trigger Loss Spikes in Adam

ICML 2026poster

Loss spikes commonly emerge during neural network training with the Adam optimizer across diverse architectures and scales, yet their underlying mechanism remains elusive. While previous explanations attribute these phenomena to sharper loss landscapes at lower loss, we show that landscape geometry …

Cited by 0SourceScholar
2026

SEAP: Sparse Expert Activation Pruning Unlocks the Brainpower of Large Language Models

AAAI 2026technical

Pruning is a promising approach to reduce the high inference cost of large language models (LLMs), but it often comes at the expense of performance. Motivated by the "functional localization" theory in neuroscience, we hypothesize that LLMs contain task-specific expert activation paths, where specif

Cited by 0SourcePDFScholar
2026

TAdaRAG: Task Adaptive Retrieval-Augmented Generation via On-the-Fly Knowledge Graph Construction

AAAI 2026technical

Retrieval-Augmented Generation (RAG) improves large language models by retrieving external knowledge, often truncated into smaller chunks due to the input context window, which leads to information loss, resulting in response hallucinations and broken reasoning chains. Moreover, traditional RAG retr

Cited by 0SourcePDFScholar
2025

Adversarial Preference Learning for Robust LLM Alignment

ACL 2025finding

Modern language models often rely on Reinforcement Learning from Human Feedback (RLHF) to encourage safe behaviors. However, they remain vulnerable to adversarial attacks due to three key limitations: (1) the inefficiency and high cost of human annotation, (2) the vast diversity of potential adversa…

2025

CARE-STaR: Constraint-aware Self-taught Reasoner

ACL 2025finding

In real-world applications, large language models (LLMs) often need to handle diverse and complex instructions. Specifically, when instructions are subject to multiple constraints, some of which are somewhat ambiguous, LLMs often fail to produce answers that satisfy all constraints, limiting their e…

2025

GuessArena: Guess Who I Am? A Self-Adaptive Framework for Evaluating LLMs in Domain-Specific Knowledge and Reasoning

ACL 2025long

The evaluation of large language models (LLMs) has traditionally relied on static benchmarks, a paradigm that poses two major limitations: (1) predefined test sets lack adaptability to diverse application domains, and (2) standardized evaluation protocols often fail to capture fine-grained assessmen…

Cited by 0SourcePDFScholar
2025

HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation

ACL 2025finding

Retrieval-Augmented Generation (RAG) systems often struggle with imperfect retrieval, as traditional retrievers focus on lexical or semantic similarity rather than logical relevance. To address this, we propose HopRAG, a novel RAG framework that augments retrieval with logical reasoning through grap…

Cited by 0SourcePDFScholar
2025

MM-CamObj: A Comprehensive Multimodal Dataset for Camouflaged Object Scenarios

AAAI 2025technical

Large visual-language models (LVLMs) have achieved great success in multiple applications. However, they still encounter challenges in complex scenes, especially those involving camouflaged objects. This is primarily due to the lack of samples related to camouflaged scenes in the training dataset. T…

2025

MaintainCoder: Maintainable Code Generation Under Dynamic Requirements

NeurIPS 2025poster

Modern code generation has made significant strides in functional correctness and execution efficiency. However, these systems often overlook a critical dimension in real-world software development: \textit{maintainability}. To handle dynamic requirements with minimal rework, we propose \textbf{Main…

Cited by 0SourcecodeScholar
2025

MoC: Mixtures of Text Chunking Learners for Retrieval-Augmented Generation System

ACL 2025long

Retrieval-Augmented Generation (RAG), while serving as a viable complement to large language models (LLMs), often overlooks the crucial aspect of text chunking within its pipeline. This paper initially introduces a dual-metric evaluation method, comprising Boundary Clarity and Chunk Stickiness, to e…

2025

QAEncoder: Towards Aligned Representation Learning in Question Answering Systems

ACL 2025long

Modern QA systems entail retrieval-augmented generation (RAG) for accurate and trustworthy responses. However, the inherent gap between user queries and relevant documents hinders precise matching. We introduce QAEncoder, a training-free approach to bridge this gap. Specifically, QAEncoder estimates…

2025

Retrieval-Augmented Multilingual Citation Generation

ICASSP 2025accepted

Retrieval-augmented citation generation (RACG) helps users trust the large language model output by retrieving evidence from reliable sources. However, most current RACG research focuses on single-language tasks, particularly in English, and overlooks the need for cross-lingual evidence retrieval an…

Cited by 0SourceScholar
2025

SafeRAG: Benchmarking Security in Retrieval-Augmented Generation of Large Language Model

ACL 2025long

The indexing-retrieval-generation paradigm of retrieval-augmented generation (RAG) has been highly successful in solving knowledge-intensive tasks by integrating external knowledge into large language models (LLMs). However, the incorporation of external and unverified knowledge increases the vulner…

2025

Token-Level Accept or Reject: A Micro Alignment Approach for Large Language Models

IJCAI 2025

With the rapid development of Large Language Models (LLMs), aligning these models with human preferences and values is critical to ensuring ethical and safe applications. However, existing alignment techniques such as RLHF or DPO often require direct fine-tuning on LLMs with billions of parameters,

2025

xFinder: Large Language Models as Automated Evaluators for Reliable Evaluation

ICLR 2025poster

The continuous advancement of large language models (LLMs) has brought increasing attention to the critical issue of developing fair and reliable methods for evaluating their performance. Particularly, the emergence of cheating phenomena, such as test set leakage and prompt format overfitting, poses…

Cited by 0SourcePDFScholar
2024

Controlled Text Generation for Large Language Model with Dynamic Attribute Graphs

ACL 2024findings

Controlled Text Generation (CTG) aims to produce texts that exhibit specific desired attributes. In this study, we introduce a pluggable CTG framework for Large Language Models (LLMs) named Dynamic Attribute Graphs-based controlled text generation (DATG). This framework utilizes an attribute scorer…

2024

FastMem: Fast Memorization of Prompt Improves Context Awareness of Large Language Models

EMNLP 2024finding

Large language models (LLMs) excel in generating coherent text, but they often struggle with context awareness, leading to inaccuracies in tasks requiring faithful adherence to provided information. We introduce FastMem, a novel method designed to enhance instruction fine-tuned LLMs’ context awarene…

2024

Improving Generalization and Convergence by Enhancing Implicit Regularization

NeurIPS 2024poster

In this work, we propose an Implicit Regularization Enhancement (IRE) framework to accelerate the discovery of flat solutions in deep learning, thereby improving generalization and convergence. Specifically, IRE decouples the dynamics of flat and sharp directions, which boosts the sharpness reducti…

2024

NewsBench: A Systematic Evaluation Framework for Assessing Editorial Capabilities of Large Language Models in Chinese Journalism

ACL 2024long

We present NewsBench, a novel evaluation framework to systematically assess the capabilities of Large Language Models (LLMs) for editorial capabilities in Chinese journalism. Our constructed benchmark dataset is focused on four facets of writing proficiency and six facets of safety adherence, and it…

2024

UHGEval: Benchmarking the Hallucination of Chinese Large Language Models via Unconstrained Generation

ACL 2024long

Large language models (LLMs) produce hallucinated text, compromising their practical utility in professional contexts. To assess the reliability of LLMs, numerous initiatives have developed benchmark evaluations for hallucination phenomena. However, they often employ constrained generation technique…

2023

On Analyzing the Role of Image for Visual-Enhanced Relation Extraction (Student Abstract)

AAAI 2023technical

Multimodal relation extraction is an essential task for knowledge graph construction. In this paper, we take an in-depth empirical analysis that indicates the inaccurate information in the visual scene graph leads to poor modal alignment weights, further degrading performance. Moreover, the visual s…

2022

Bridging the Gap between Reality and Ideality of Entity Matching: A Revisting and Benchmark Re-Constrcution

IJCAI 2022poster

Entity matching (EM) is the most critical step for entity resolution (ER). While current deep learning-based methods achieve very impressive performance on standard EM benchmarks, their real-world application performance is much frustrating. In this paper, we highlight that such the gap between real…

2022

SQUIRE: A Sequence-to-sequence Framework for Multi-hop Knowledge Graph Reasoning

EMNLP 2022main

Multi-hop knowledge graph (KG) reasoning has been widely studied in recent years to provide interpretable predictions on missing links with evidential paths. Most previous works use reinforcement learning (RL) based methods that learn to navigate the path towards the target entity. However, these me…

2021

BCORLE($\lambda$): An Offline Reinforcement Learning and Evaluation Framework for Coupons Allocation in E-commerce Market

NeurIPS 2021poster

Coupons allocation is an important tool for enterprises to increase the activity and loyalty of users on the e-commerce market. One fundamental problem related is how to allocate coupons within a fixed budget while maximizing users' retention on the e-commerce platform. The online e-commerce environ…