paper-with-me

홈 › Papers

From Graph to Word Bag: Introducing Domain Knowledge to Confusing Charge Prediction

2024-03-07 · Ang Li, Qiangchao Chen, Yiquan Wu, Ming Cai, Xiang Zhou, Fei Wu, Kun Kuang

Confusing charge prediction is a challenging task in legal AI, which involves predicting confusing charges based on fact descriptions. While existing charge prediction methods have shown impressive performance, they face significant challenges when dealing with confusing charges, such as Snatch and Robbery. In the legal domain, constituent elements play a pivotal role in distinguishing confusing charges. Constituent elements are fundamental behaviors underlying criminal punishment and have subtle distinctions among charges. In this paper, we introduce a novel From Graph to Word Bag (FWGB) approach, which introduces domain knowledge regarding constituent elements to guide the model in making judgments on confusing charges, much like a judge's reasoning process. Specifically, we first construct a legal knowledge graph containing constituent elements to help select keywords for each charge, forming a word bag. Subsequently, to guide the model's attention towards the differentiating information for each charge within the context, we expand the attention mechanism and introduce a new loss function with attention supervision through words in the word bag. We construct the confusing charges dataset from real-world judicial documents. Experiments demonstrate the effectiveness of our method, especially in maintaining exceptional performance in imbalanced label distributions.

📄 PDF Abstract BibTeX arXiv:2403.04369

Code (1)

liang-star177/fwgb 공식 구현 pytorch

Similar Papers 제목 키워드 기반

From Receptive to Productive: Learning to Use Confusing Words through Automatically Selected Example Sentences

2019-06-06 · WS 2019 8 · Chieh-Yang Huang, Yi-Ting Huang, Mei-Hua Chen, Lun-Wei Ku

Knowing how to use words appropriately has been a key to improving language proficiency. Previous studies typically discuss how students learn receptively to select the correct candidate from a set of confusing words in …

SentenceTranslation

Knowledge-aware Method for Confusing Charge Prediction

2020-10-07 · Xiya Cheng, Sheng Bi, Guilin Qi, Yongzhen Wang

Automatic charge prediction task aims to determine the final charges based on fact descriptions of criminal cases, which is a vital application of legal assistant systems. Conventional works usually depend on fact descri…

Prediction

LV-Eval: A Balanced Long-Context Benchmark with 5 Length Levels Up to 256K

2024-02-06 · Tao Yuan, Xuefei Ning, Dong Zhou, Zhijie Yang 외

State-of-the-art large language models (LLMs) are now claiming remarkable supported context lengths of 256k or even more. In contrast, the average context lengths of mainstream benchmarks are insufficient (5k-21k), and t…

16kBenchmarking

Distinguish Confusing Law Articles for Legal Judgment Prediction

2020-04-06 · ACL 2020 6 · Nuo Xu, Pinghui Wang, Long Chen, Li Pan 외

Legal Judgment Prediction (LJP) is the task of automatically predicting a law case's judgment results given a text describing its facts, which has excellent prospects in judicial assistance systems and convenient service…

ArticlesGraph Neural NetworkPrediction

Training Wake Word Detection with Synthesized Speech Data on Confusion Words

2020-11-03 · Yan Jia, Zexin Cai, Murong Ma, Zeqing Zhao 외

Confusing-words are commonly encountered in real-life keyword spotting applications, which causes severe degradation of performance due to complex spoken terms and various kinds of words that sound similar to the predefi…

Data AugmentationKeyword SpottingSpeech Synthesistext-to-speech+1