paper-with-me

Papers

KiPT: Knowledge-injected Prompt Tuning for Event Detection

2022-10-01 · COLING 2022 10 · Haochen Li, Tong Mo, Hongcheng Fan, Jingkun Wang, Jiaxi Wang, Fuhao Zhang, Weiping Li

Event detection aims to detect events from the text by identifying and classifying event triggers (the most representative words). Most of the existing works rely heavily on complex downstream networks and require sufficient training data. Thus, those models may be structurally redundant and perform poorly when data is scarce. Prompt-based models are easy to build and are promising for few-shot tasks. However, current prompt-based methods may suffer from low precision because they have not introduced event-related semantic knowledge (e.g., part of speech, semantic correlation, etc.). To address these problems, this paper proposes a Knowledge-injected Prompt Tuning (KiPT) model. Specifically, the event detection task is formulated into a condition generation task. Then, knowledge-injected prompts are constructed using external knowledge bases, and a prompt tuning strategy is leveraged to optimize the prompts. Extensive experiments indicate that KiPT outperforms strong baselines, especially in few-shot scenarios.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event Detection

Similar Papers 제목 키워드 기반

Skip Tuning: Pre-trained Vision-Language Models are Effective and Efficient Adapters Themselves

2024-12-16 · CVPR 2025 1 · Shihan Wu, Ji Zhang, Pengpeng Zeng, Lianli Gao 외

Prompt tuning (PT) has long been recognized as an effective and efficient paradigm for transferring large pre-trained vision-language models (VLMs) to downstream tasks by learning a tiny set of context vectors. Neverthel…

Transfer Learning

TKDP: Threefold Knowledge-enriched Deep Prompt Tuning for Few-shot Named Entity Recognition

2023-06-06 · Jiang Liu, Hao Fei, Fei Li, Jingye Li 외

Few-shot named entity recognition (NER) exploits limited annotated instances to identify named mentions. Effectively transferring the internal or external resources thus becomes the key to few-shot NER. While the existin…

few-shot-nerFew-shot NERLanguage ModelingLanguage Modelling+4

PISanitizer: Preventing Prompt Injection to Long-Context LLMs via Prompt Sanitization

2025-11-13 · Runpeng Geng, Yanting Wang, Chenlong Yin, Minhao Cheng 외 arxiv

Long context LLMs are vulnerable to prompt injection, where an attacker can inject an instruction in a long context to induce an LLM to generate an attacker-desired output. Existing prompt injection defenses are designed…

Plausible-Parrots @ MSP2023: Enhancing Semantic Plausibility Modeling using Entity and Event Knowledge

2024-08-29 · Chong Shen, Chenyue Zhou

In this work, we investigate the effectiveness of injecting external knowledge to a large language model (LLM) to identify semantic plausibility of simple events. Specifically, we enhance the LLM with fine-grained entity…

Language ModelingLanguage ModellingLarge Language Model

SecOPD: Mitigating Adaptive Prompt Injections by On-Policy Distillation

2026-08-21 · Yibo Peng, Long Lian, David Wagner, Sizhe Chen hf

Prompt injection is listed as the \#1 threat to AI agents. When an agent accesses external data from websites, files, or emails, an attacker may inject a prompt into the data, saying, "Ignore all prior instructions and p…