paper-with-me

홈 › Papers

A Multi-Source Heterogeneous Knowledge Injected Prompt Learning Method for Legal Charge Prediction

2024-08-05 · Jingyun Sun, Chi Wei, Yang Li

Legal charge prediction, an essential task in legal AI, seeks to assign accurate charge labels to case descriptions, attracting significant recent interest. Existing methods primarily employ diverse neural network structures for modeling case descriptions directly, failing to effectively leverage multi-source external knowledge. We propose a prompt learning framework-based method that simultaneously leverages multi-source heterogeneous external knowledge from a legal knowledge base, a conversational LLM, and related legal articles. Specifically, we match knowledge snippets in case descriptions via the legal knowledge base and encapsulate them into the input through a hard prompt template. Additionally, we retrieve legal articles related to a given case description through contrastive learning, and then obtain factual elements within the case description through a conversational LLM. We fuse the embedding vectors of soft prompt tokens with the encoding vector of factual elements to achieve knowledge-enhanced model forward inference. Experimental results show that our method achieved state-of-the-art results on CAIL-2018, the largest legal charge prediction dataset, and our method has lower data dependency. Case studies also demonstrate our method's strong interpretability.

📄 PDF Abstract BibTeX arXiv:2408.02233

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesContrastive LearningPrompt Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

KiPT: Knowledge-injected Prompt Tuning for Event Detection

2022-10-01 · COLING 2022 10 · Haochen Li, Tong Mo, Hongcheng Fan, Jingkun Wang 외

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 suffic…

Event Detection

CLEAR: Cluster-based Prompt Learning on Heterogeneous Graphs

2025-02-13 · Feiyang Wang, Zhongbao Zhang, Junda Ye, Li Sun 외

Prompt learning has attracted increasing attention in the graph domain as a means to bridge the gap between pretext and downstream tasks. Existing studies on heterogeneous graph prompting typically use feature prompts to…

Graph ReconstructionNode ClassificationPrompt Learning

CleanBase: Detecting Malicious Documents in RAG Knowledge Databases

2026-05-01 · Weifei Jin, Xilong Wang, Wei Zou, Jinyuan Jia 외 arxiv

Retrieval-augmented generation (RAG) is vulnerable to prompt injection attacks, in which an adversary inserts malicious documents containing carefully crafted injected prompts into the knowledge database. When a user iss…

Semantic Similarity

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

Knowledge-injected Prompt Learning for Chinese Biomedical Entity Normalization

2023-08-23 · Songhua Yang, Chenghao Zhang, Hongfei Xu, Yuxiang Jia

The Biomedical Entity Normalization (BEN) task aims to align raw, unstructured medical entities to standard entities, thus promoting data coherence and facilitating better downstream medical applications. Recently, promp…

Prompt Learning