← Search

Dongfang Li

22 accepted papers

2026

Hierarchical Terrain-Aware Navigation via Bayesian-Guided RRT* and Flat-Corridor CiLQR

RA-L 2026

Autonomous navigation in unstructured, off-road environments remains a critical challenge due to complex terrain and limited prior knowledge. This letter presents a hierarchical framework to generate paths across locally flat regions and optimize spatio-temporal trajectories under vehicle kinodynami

Cited by 1SourceScholar
2026

Improving Value-based Process Verifier via Low-Cost Variance Reduction

AAAI 2026technical

Large language models (LLMs) have achieved remarkable success in a wide range of tasks. However, their reasoning capabilities, particularly in complex domains like mathematics, remain a significant challenge. Value-based process verifiers, which estimate the probability of a partial reasoning chain

Cited by 0SourcePDFScholar
2026

Is On-Policy Data always the Best Choice for Direct Preference Optimization-Based LM Alignment?

ICLR 2026poster

The alignment of language models (LMs) with human preferences is critical for building reliable AI systems. The problem is typically framed as optimizing an LM policy to maximize the expected reward that reflects human preferences. Recently, Direct Preference Optimization (DPO) was proposed as a LM…

Cited by 0SourceScholar
2026

KaLM-Embedding-V2: Superior Training Techniques and Data Inspire A Versatile Embedding Model

ICLR 2026poster

Recent advancements in Large Language Models (LLMs)-based text embedding models primarily focus on data scaling or synthesis, yet limited exploration of training techniques and data quality, thereby constraining performance. In this work, we propose KaLM-Embedding-V2, a series of versatile and compa…

Cited by 0SourcecodeScholar
2026

LycheeDecode: Accelerating Long-Context LLM Inference via Hybrid-Head Sparse Decoding

ICLR 2026poster

The proliferation of long-context large language models (LLMs) exposes a key bottleneck: the rapidly expanding key-value cache during decoding, which imposes heavy memory and latency costs. While recent approaches attempt to alleviate this by sharing a single set of crucial tokens across layers, suc…

Cited by 0SourceScholar
2025

CMT: A Memory Compression Method for Continual Knowledge Learning of Large Language Models

AAAI 2025technical

Large Language Models (LLMs) need to adapt to the continuous changes in data, tasks, and user preferences. Due to their massive size and the high costs associated with training, LLMs are not suitable for frequent retraining. However, updates are necessary to keep them in sync with rapidly evolving h…

Cited by 1SourcePDFScholar
2025

FunnelRAG: A Coarse-to-Fine Progressive Retrieval Paradigm for RAG

NAACL 2025findings

Retrieval-Augmented Generation (RAG) prevails in Large Language Models. It mainly consists of retrieval and generation. The retrieval modules (a.k.a. retrievers) aim to find useful information used to facilitate the generation modules (a.k.a. generators). As such, generators’ performance largely dep…

2024

Does the Generator Mind Its Contexts? An Analysis of Generative Model Faithfulness under Context Transfer

COLING 2024main

he present study introduces the knowledge-augmented generator, which is specifically designed to produce information that remains grounded in contextual knowledge, regardless of alterations in the context. Previous research has predominantly focused on examining hallucinations stemming from static i…

Cited by 1SourcePDFScholar
2024

Improving Attributed Text Generation of Large Language Models via Preference Learning

ACL 2024findings

Large language models have been widely adopted in natural language processing, yet they face the challenge of generating unreliable content. Recent works aim to reduce misinformation and hallucinations by resorting to attribution as a means to provide evidence (i.e., citations). However, current att…

Cited by 9SourcePDFScholar
2024

In-Context Learning State Vector with Inner and Momentum Optimization

NeurIPS 2024poster

Large Language Models (LLMs) have exhibited an impressive ability to perform In-Context Learning (ICL) from only a few examples. Recent works have indicated that the functions learned by ICL can be represented through compressed vectors derived from the transformer. However, the working mechanisms a…

2024

Medico: Towards Hallucination Detection and Correction with Multi-source Evidence Fusion

EMNLP 2024system demonstrations

As we all know, hallucinations prevail in Large Language Models (LLMs), where the generated content is coherent but factually incorrect, which inflicts a heavy blow on the widespread application of LLMs. Previous studies have shown that LLMs could confidently state non-existent facts rather than ans…

2024

SEER: Self-Aligned Evidence Extraction for Retrieval-Augmented Generation

EMNLP 2024main

Recent studies in Retrieval-Augmented Generation (RAG) have investigated extracting evidence from retrieved passages to reduce computational costs and enhance the final RAG performance, yet it remains challenging. Existing methods heavily rely on heuristic-based augmentation, encountering several is…

2024

SelectIT: Selective Instruction Tuning for LLMs via Uncertainty-Aware Self-Reflection

NeurIPS 2024poster

Instruction tuning (IT) is crucial to tailoring large language models (LLMs) towards human-centric interactions. Recent advancements have shown that the careful selection of a small, high-quality subset of IT data can significantly enhance the performance of LLMs. Despite this, common approaches of…

2024

Separate the Wheat from the Chaff: Model Deficiency Unlearning via Parameter-Efficient Module Operation

AAAI 2024technical

Large language models (LLMs) have been widely used in various applications but are known to suffer from issues related to untruthfulness and toxicity. While parameter-efficient modules (PEMs) have demonstrated their effectiveness in equipping models with new skills, leveraging PEMs for deficiency un…

2024

Take Off the Training Wheels! Progressive In-Context Learning for Effective Alignment

EMNLP 2024main

Recent studies have explored the working mechanisms of In-Context Learning (ICL). However, they mainly focus on classification and simple generation tasks, limiting their broader application to more complex generation tasks in practice. To address this gap, we investigate the impact of demonstration…

2024

Temporal Knowledge Question Answering via Abstract Reasoning Induction

ACL 2024long

In this study, we address the challenge of enhancing temporal knowledge reasoning in Large Language Models (LLMs). LLMs often struggle with this task, leading to the generation of inaccurate or misleading responses. This issue mainly arises from their limited ability to handle evolving factual knowl…

2024

TruthReader: Towards Trustworthy Document Assistant Chatbot with Reliable Attribution

EMNLP 2024system demonstrations

Document assistant chatbots are empowered with extensive capabilities by Large Language Models (LLMs) and have exhibited significant advancements. However, these systems may suffer from hallucinations that are difficult to verify in the context of given documents.Moreover, despite the emergence of p…

2023

ExplainCPE: A Free-text Explanation Benchmark of Chinese Pharmacist Examination

EMNLP 2023long findings

In the field of Large Language Models (LLMs), researchers are increasingly exploring their effectiveness across a wide range of tasks. However, a critical area that requires further investigation is the interpretability of these models, particularly the ability to generate rational explanations for…

Cited by 0SourcecodeScholar
2022

Calibration Meets Explanation: A Simple and Effective Approach for Model Confidence Estimates

EMNLP 2022main

Calibration strengthens the trustworthiness of black-box models by producing better accurate confidence estimates on given examples. However, little is known about if model explanations can help confidence calibration. Intuitively, humans look at important features attributions and decide whether th…

2022

Diaformer: Automatic Diagnosis via Symptoms Sequence Generation

AAAI 2022technical

Automatic diagnosis has attracted increasing attention but remains challenging due to multi-step reasoning. Recent works usually address it by reinforcement learning methods. However, these methods show low efficiency and require task-specific reward functions. Considering the conversation between d…

2022

Unifying Model Explainability and Robustness for Joint Text Classification and Rationale Extraction

AAAI 2022technical

Recent works have shown explainability and robustness are two crucial ingredients of trustworthy and reliable text classification. However, previous works usually address one of two aspects: i) how to extract accurate rationales for explainability while being beneficial to prediction; ii) how to mak…