← Search

Chenxu Yang

12 accepted papers

2026

Breaking the Trade-Off Between Faithfulness and Expressiveness for Large Language Models

AAAI 2026technical

Grounding responses in external knowledge represents an effective strategy for mitigating hallucinations in Large Language Models (LLMs). However, current LLMs struggle to seamlessly integrate knowledge while simultaneously maintaining faithfulness (or fidelity) and expressiveness, capabilities that

Cited by 0SourcePDFScholar
2026

Dynamic Early Exit in Reasoning Models

ICLR 2026poster

Recent advances in large reasoning language models (LRMs) rely on test-time scaling, which extends long chain-of-thought (CoT) generation to solve complex tasks. However, overthinking in long CoT not only slows down the efficiency of problem solving, but also risks accuracy loss due to the extremely…

Cited by 0SourcecodeScholar
2026

Online Self-Calibration Against Hallucination in Vision-Language Models

IJCAI 2026

Large Vision-Language Models (LVLMs) often suffer from hallucinations, generating descriptions that include visual details absent from the input image. Recent preference alignment methods typically rely on supervision distilled from stronger models such as GPT. However, this offline paradigm introdu

Cited by 0Scholar
2025

Categorical Attention: Fine-grained Language-guided Noise Filtering Network for Occluded Person Re-Identification

IJCAI 2025

Person Re-Identification (ReID) aims to match individuals across different camera views, but occlusions in real-world scenarios, such as vehicles or crowds, hinder feature extraction and matching. Current occluded ReID methodologies typically leverage visual augmentation techniques in an attempt to

Cited by 0SourcePDFScholar
2025

Sibyl: Empowering Empathetic Dialogue Generation in Large Language Models via Sensible and Visionary Commonsense Inference

COLING 2025main

Recently, there has been a heightened interest in building chatbots based on Large Language Models (LLMs) to emulate human-like qualities in multi-turn conversations. Despite having access to commonsense knowledge to better understand the psychological aspects and causality of dialogue context, even…

2025

Weights-Rotated Preference Optimization for Large Language Models

EMNLP 2025

Despite the efficacy of Direct Preference Optimization (DPO) in aligning Large Language Models (LLMs), reward hacking remains a pivotal challenge. This issue emerges when LLMs excessively reduce the probability of rejected completions to achieve high rewards, without genuinely meeting their intended

2023

Multi-level Adaptive Contrastive Learning for Knowledge Internalization in Dialogue Generation

EMNLP 2023long main

Knowledge-grounded dialogue generation aims to mitigate the issue of text degeneration by incorporating external knowledge to supplement the context. However, the model often fails to internalize this information into responses in a human-like manner. Instead, it simply inserts segments of the provi…

Cited by 0SourceScholar
2022

Empathetic Dialogue Generation via Sensitive Emotion Recognition and Sensible Knowledge Selection

EMNLP 2022finding

Empathy, which is widely used in psychological counseling, is a key trait of everyday human conversations. Equipped with commonsense knowledge, current approaches to empathetic response generation focus on capturing implicit emotion within dialogue context, where the emotions are treated as a static…

2022

TAKE: Topic-shift Aware Knowledge sElection for Dialogue Generation

COLING 2022main

Knowledge-grounded dialogue generation consists of two subtasks: knowledge selection and response generation. The knowledge selector generally constructs a query based on the dialogue context and selects the most appropriate knowledge to help response generation. Recent work finds that realizing who…