A Multi-Source Heterogeneous Knowledge Injected Prompt Learning Method for Legal Charge Prediction
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.
Code (0)
등록된 구현이 없습니다.
Tasks
ArticlesContrastive LearningPrompt LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
KiPT: Knowledge-injected Prompt Tuning for Event Detection
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 DetectionCLEAR: Cluster-based Prompt Learning on Heterogeneous Graphs
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 LearningCleanBase: Detecting Malicious Documents in RAG Knowledge Databases
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 SimilarityTKDP: Threefold Knowledge-enriched Deep Prompt Tuning for Few-shot Named Entity Recognition
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+4Knowledge-injected Prompt Learning for Chinese Biomedical Entity Normalization
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