paper-with-me

홈 › Papers

KECP: Knowledge Enhanced Contrastive Prompting for Few-shot Extractive Question Answering

2022-05-06 · Jianing Wang, Chengyu Wang, Minghui Qiu, Qiuhui Shi, Hongbin Wang, Jun Huang, Ming Gao

Extractive Question Answering (EQA) is one of the most important tasks in Machine Reading Comprehension (MRC), which can be solved by fine-tuning the span selecting heads of Pre-trained Language Models (PLMs). However, most existing approaches for MRC may perform poorly in the few-shot learning scenario. To solve this issue, we propose a novel framework named Knowledge Enhanced Contrastive Prompt-tuning (KECP). Instead of adding pointer heads to PLMs, we introduce a seminal paradigm for EQA that transform the task into a non-autoregressive Masked Language Modeling (MLM) generation problem. Simultaneously, rich semantics from the external knowledge base (KB) and the passage context are support for enhancing the representations of the query. In addition, to boost the performance of PLMs, we jointly train the model by the MLM and contrastive learning objectives. Experiments on multiple benchmarks demonstrate that our method consistently outperforms state-of-the-art approaches in few-shot settings by a large margin.

📄 PDF Abstract BibTeX arXiv:2205.03071

Code (1)

alibaba/EasyNLP 공식 구현 jax

Tasks

Contrastive LearningExtractive Question-AnsweringFew-Shot LearningLanguage ModelingLanguage ModellingMachine Reading ComprehensionMasked Language ModelingQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Few-Shot Joint Multimodal Entity-Relation Extraction via Knowledge-Enhanced Cross-modal Prompt Model

2024-10-18 · Li Yuan, Yi Cai, Junsheng Huang

Joint Multimodal Entity-Relation Extraction (JMERE) is a challenging task that aims to extract entities and their relations from text-image pairs in social media posts. Existing methods for JMERE require large amounts of…

Language ModelingLanguage ModellingLarge Language ModelRelation+3

CLLMFS: A Contrastive Learning enhanced Large Language Model Framework for Few-Shot Named Entity Recognition

2024-08-23 · Yafeng Zhang, Zilan Yu, Yuang Huang, Jing Tang

Few-shot Named Entity Recognition (NER), the task of identifying named entities with only a limited amount of labeled data, has gained increasing significance in natural language processing. While existing methodologies …

Contrastive Learningfew-shot-nerFew-shot NERLanguage Modeling+7

Metacognition-Enhanced Few-Shot Prompting With Positive Reinforcement

2023-12-14 · Yu Ji, Wen Wu, Yi Hu, Hong Zheng 외

Few-shot prompting elicits the remarkable abilities of large language models by equipping them with a few demonstration examples in the input. However, the traditional method of providing large language models with all d…

Few-Shot Learning

Towards Unified Prompt Tuning for Few-shot Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Prompt-based fine-tuning has boosted the performance of Pre-trained Language Models (PLMs) on few-shot learning by employing task-specific prompts. However, PLMs are unfamiliar with the prompt-style expressions during pr…

Few-Shot LearningLanguage ModelingLanguage ModellingMasked Language Modeling+2

Large Language Models are Contrastive Reasoners

2024-03-13 · Liang Yao

Prompting methods play a crucial role in enhancing the capabilities of pre-trained large language models (LLMs). We explore how contrastive prompting (CP) significantly improves the ability of large language models to pe…

GSM8K