← Search

Liangchen Luo

6 accepted papers

2025

Accelerating Inference of Retrieval-Augmented Generation via Sparse Context Selection

ICLR 2025poster

Large language models (LLMs) augmented with retrieval exhibit robust performance and extensive versatility by incorporating external contexts. However, the input length grows linearly in the number of retrieved documents, causing a dramatic increase in latency. In this paper, we propose a novel para…

Cited by 16SourcePDFScholar
2024

Fusion-Eval: Integrating Assistant Evaluators with LLMs

EMNLP 2024industry

Evaluating natural language generation (NLG) systems automatically poses significant challenges.Recent studies have employed large language models (LLMs) as reference-free metrics for NLG evaluation, enhancing adaptability to new tasks tasks. However, these methods still show lower correspondence wi…

2024

Multi-step Problem Solving Through a Verifier: An Empirical Analysis on Model-induced Process Supervision

EMNLP 2024finding

Process supervision, using a trained verifier to evaluate the intermediate steps generated by a reasoner, has demonstrated significant improvements in multi-step problem solving. In this paper, to avoid the expensive effort of human annotation on the verifier training data, we introduce Model-induce…

Cited by 38SourcePDFScholar
2024

RewriteLM: An Instruction-Tuned Large Language Model for Text Rewriting

AAAI 2024technical

Large Language Models (LLMs) have demonstrated impressive capabilities in creative tasks such as storytelling and E-mail generation. However, as LLMs are primarily trained on final text results rather than intermediate revisions, it might be challenging for them to perform text rewriting tasks. Mos…

2024

Towards an On-device Agent for Text Rewriting

NAACL 2024findings

Large Language Models (LLMs) have demonstrated impressive capabilities for text rewriting. However creating a smaller yet potent language model for text rewriting presents two formidable challenges: costly data collection and absence of emergent capabilities.In this paper we present solutions to add…

Cited by 11SourcePDFScholar
2019

Adaptive Gradient Methods with Dynamic Bound of Learning Rate

ICLR 2019poster

Adaptive optimization methods such as AdaGrad, RMSprop and Adam have been proposed to achieve a rapid training process with an element-wise scaling term on learning rates. Though prevailing, they are observed to generalize poorly compared with SGD or even fail to converge due to unstable and extreme…