← Search

Nguyen Cam-Tu

8 accepted papers

2026

ProtoKV: Long-context Knowledges Are Already Well-Organized Before Your Query

ICLR 2026poster

Modern Large Language Models (LLMs) face fundamental challenges in processing long text sequences due to the quadratic complexity of attention mechanisms. Key-Value (KV) cache retention strategies mitigate this issue by selectively preserving salient KV pairs for autoregressive generation. However,…

Cited by 0SourcecodeScholar
2025

Consultant Decoding: Yet Another Synergistic Mechanism

ACL 2025finding

The synergistic mechanism based on Speculative Decoding (SD) has garnered considerable attention as a simple yet effective approach for accelerating the inference of large language models (LLMs). Nonetheless, the high rejection rates require repeated LLMs calls to validate draft tokens, undermining…

Cited by 0SourcePDFScholar
2025

SmallKV: Small Model Assisted Compensation of KV Cache Compression for Efficient LLM Inference

NeurIPS 2025spotlight

KV cache eviction has emerged as an effective solution to alleviate resource constraints faced by LLMs in long-context scenarios. However, existing token-level eviction methods often overlook two critical aspects: (1) their irreversible eviction strategy fails to adapt to dynamic attention patterns…

Cited by 0SourceScholar
2025

daDPO: Distribution-Aware DPO for Distilling Conversational Abilities

ACL 2025finding

Large language models (LLMs) have demonstrated exceptional performance across various applications, but their conversational abilities decline sharply as model size decreases, presenting a barrier to their deployment in resource-constrained environments. Knowledge distillation (KD) with Direct Prefe…

2024

Retrospex: Language Agent Meets Offline Reinforcement Learning Critic

EMNLP 2024main

Large language models (LLMs) possess extensive knowledge and commonsense reasoning capabilities, making them valuable for creating powerful agents. However, existing LLM agent frameworks have not fully utilized past experiences for improvement. This work introduces a new LLM-based agent framework ca…

2024

Reward Difference Optimization For Sample Reweighting In Offline RLHF

EMNLP 2024finding

With the wide deployment of Large Language Models (LLMs), aligning LLMs with human values becomes increasingly important. Although Reinforcement Learning with Human Feedback (RLHF) proves effective, it is complicated and highly resource-intensive. As such, offline RLHF has been introduced as an alte…

2023

Diversify Question Generation with Retrieval-Augmented Style Transfer

EMNLP 2023long main

Given a textual passage and an answer, humans are able to ask questions with various expressions, but this ability is still challenging for most question generation (QG) systems. Existing solutions mainly focus on the internal knowledge within the given passage or the semantic word space for diverse…

Cited by 0SourcecodeScholar
2023

Improving Question Generation with Multi-level Content Planning

EMNLP 2023long findings

This paper addresses the problem of generating questions from a given context and an answer, specifically focusing on questions that require multi-hop reasoning across an extended context. Previous studies have suggested that key phrase selection is essential for question generation (QG), yet it is…

Cited by 0SourcecodeScholar