AbsInstruct: Eliciting Abstraction Ability from LLMs through Explanation Tuning with Plausibility Estimation
This addresses a known bottleneck in LLMs for NLP tasks, representing a novel method rather than incremental improvement.
The paper tackles the problem of improving large language models' deficient abstraction ability by proposing AbsInstruct, a framework that uses explanation-based instruction tuning with plausibility estimation to select instructions. The result shows the framework considerably enhances abstraction ability with strong generalization while maintaining general instruction-following abilities.
Abstraction ability is crucial in human intelligence, which can also benefit various tasks in NLP study. Existing work shows that LLMs are deficient in abstract ability, and how to improve it remains unexplored. In this work, we design the framework AbsInstruct to enhance LLMs' abstraction ability through instruction tuning. The framework builds instructions with in-depth explanations to assist LLMs in capturing the underlying rationale of abstraction. Meanwhile, we introduce a plausibility estimator to select instructions that are more consistent with the abstraction knowledge of LLMs to be aligned. Then, our framework combines abstraction instructions with general-purpose ones to build a hybrid dataset. Extensive experiments and analyses demonstrate that our framework can considerably enhance LLMs' abstraction ability with strong generalization performance while maintaining their general instruction-following abilities.