MPrompt: Exploring Multi-level Prompt Tuning for Machine Reading Comprehension
Guoxin Chen, Yiming Qian, Bowen Wang, Liangzhi Li

TL;DR
This paper introduces MPrompt, a multi-level prompt tuning approach for machine reading comprehension that leverages task, domain, and context-specific prompts to improve performance efficiently.
Contribution
It proposes a novel multi-level prompt tuning framework with an independence constraint and context-aware prompt generator, advancing resource-efficient fine-tuning for QA tasks.
Findings
Achieved an average of 1.94% improvement over state-of-the-art methods.
Effectively utilizes multi-level prompts to enhance comprehension at different granularities.
Demonstrated robustness across 12 diverse QA benchmarks.
Abstract
The large language models have achieved superior performance on various natural language tasks. One major drawback of such approaches is they are resource-intensive in fine-tuning new datasets. Soft-prompt tuning presents a resource-efficient solution to fine-tune the pre-trained language models (PLMs) while keeping their weight frozen. Existing soft prompt methods mainly focus on designing the input-independent prompts that steer the model to fit the domain of the new dataset. Those methods often ignore the fine-grained information about the task and context of the text. In this paper, we propose a multi-level prompt tuning (MPrompt) method for machine reading comprehension. It utilizes prompts at task-specific, domain-specific, and context-specific levels to enhance the comprehension of input semantics at different granularities. We also propose an independence constraint to steer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsFocus
