← Search

Chuzhan Hao

5 accepted papers

2025

AirRAG: Autonomous Strategic Planning and Reasoning Steer Retrieval Augmented Generation

EMNLP 2025

Leveraging the autonomous decision-making capabilities of large language models (LLMs) has demonstrated superior performance in reasoning tasks. However, despite the success of iterative or agentic retrieval-augmented generation (RAG) techniques, these methods are often constrained to a single solut

Cited by 0SourcePDFScholar
2025

RASD: Retrieval-Augmented Speculative Decoding

ACL 2025finding

Speculative decoding accelerates inference in large language models (LLMs) by generating draft tokens for target model verification. Current approaches for obtaining draft tokens rely on lightweight draft models or additional model structures to generate draft tokens and retrieve context from databa…

Cited by 0SourcePDFScholar
2024

Mixture-of-LoRAs: An Efficient Multitask Tuning Method for Large Language Models

COLING 2024main

Instruction Tuning has the potential to stimulate or enhance specific capabilities of large language models (LLMs). However, achieving the right balance of data is crucial to prevent catastrophic forgetting and interference between tasks. To address these limitations and enhance training flexibility…

2022

A Sequential Flow Control Framework for Multi-hop Knowledge Base Question Answering

EMNLP 2022main

One of the key challenges of knowledge base question answering (KBQA) is the multi-hop reasoning. Since in different hops, one attends to different parts of question, it is important to dynamically represent the question semantics for each hop. Existing methods, however, (i) infer the dynamic questi…

2022

ACENet: Attention Guided Commonsense Reasoning on Hybrid Knowledge Graph

EMNLP 2022main

Augmenting pre-trained language models (PLMs) with knowledge graphs (KGs) has demonstrated superior performance on commonsense reasoning. Given a commonsense based QA context (question and multiple choices), existing approaches usually estimate the plausibility of candidate choices separately based…