当前位置:网站首页>Re21: Read the paper MSJudge Legal Judgment Prediction with Multi-Stage Case Representation Learning in the Real
Re21: Read the paper MSJudge Legal Judgment Prediction with Multi-Stage Case Representation Learning in the Real
2022-07-30 10:12:00 【The gods are silent】
Gods are silent-personal CSDN blog directory
Paper name: Legal Judgment Prediction with Multi-Stage Case Representation Learning in the Real Court Setting
Paper SIGIR official download address: https://dl.acm.org/doi/abs/10.1145/3404835.3462945 (there is an official SIGIR explanation video, this guy’s accent is not heavy, but his voice sounds very tired and hard to hear,After overdrawing the body...)
Thesis ArXiv download address: https://arxiv.org/abs/2107.05192
Official GitHub project: mly-nlp/LJP-MSJudge
This article is a 2021 SIGIR paper.The author is from Peking University and Ali.
This paper believes that the previous LJP work paradigm is too simplified for real scenarios, so this paper proposes a new task and corresponding data set that is more in line with the real situation:
The task is to simulate the real court trial scene, through the plaintiff's claim and legal debateThe content implements the LJP task (three classification task).The auxiliary task is to separate the facts from the debate (classification task, whether certain fact labels appear).
Propose a new dataset LJP-MSJudge, which contains plaintiff’s claims and court debate data (multi-role dialogues of the court debate) (the result of judgment in civil cases is whether various claims are supported).
Article table of contents
1. Background
case life-cycle information
Difficulty:
- The lexical space of different roles may be different, and it is difficult for traditional NLP algorithms to consume this.
- The gap between the parties' statements and the facts identified by the final judgment.
2. Model MSJudge
Multitasking
MSJudge: Simultaneously identify legal facts from court debate and predict judgment result for each claim
(I am a little curious about the extracted fact part here, can I use the factual description text in the final judgment to do teacher forcing?)
Visualize interactions between components ("debate and fact", "fact and claim" and "across claims")
Multi-Stage Context Encoding: imitating judges to understand court debate and pre-trial claims
Debate Utterance Encoder: word embedding + role embedding (random initialization, joint training)→Bi-LSTM+attention→utterance embedding
Debate Dialogue encoder: Bi-LSTM, modeling to obtain the global representation of utterance
Pre-trial Claim Encoder: Bi-LSTM+attention (debate and claim shared word embedding matrix)
Multi-Stage Content Interaction: Modeling debatesand claims, facts and claims, claims, strengthen the claim representation
Debate-to-Claim
Debate-to-Fact
Fact-to-Claim
Fusion
Across-Claim
Fact Recognition and Judgment Prediction
3. Experiments
- word embeddings (skip-gram) and role embeddings dimension: 300
Bi-LSTM hidden layer dimension: 256
Adam learning rate 0.001
batch size 16
dropout rate 0.8 - grid search tuning method and cross-validation
- Add all the debates to each claim and make predictions
Others are omitted, to be added.
边栏推荐
- 方法的参数传递
- 20220728 Use the bluetooth on the computer and the bluetooth module HC-05 of Huicheng Technology to pair the bluetooth serial port transmission
- Flink_CDC搭建及简单使用
- 【无标题】
- 连接mysql报错WARN: Establishing SSL connection without server‘s identity verification is not recommended
- C#中Config文件中,密码的 特殊符号的书写方法。
- Re16:读论文 ILDC for CJPE: Indian Legal Documents Corpus for Court Judgment Prediction and Explanation
- Soft test system architects introductory tutorial | system operation and software maintenance
- 线上靶机prompt.ml
- leetcode 剑指 Offer 57. 和为s的两个数字
猜你喜欢
随机推荐
PyQt5-在窗口上绘制文本
Beijing suddenly announced big news in the Metaverse
ThreadLocal内存泄漏是伪命题?
leetcode 剑指 Offer 57. 和为s的两个数字
what is this method called
多线程保证单个线程开启事务并生效的方案
leetcode 剑指 Offer 58 - I. 翻转单词顺序
2022年顶会accepted papers list
Functional Interfaces & Lambda Expressions - Simple Application Notes
leetcode 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面
CSDN21天学习挑战赛
Flask之路由(app.route)详解
Use the R language to read the csv file into a data frame, and then view the properties of each column.
编译报错: undefined reference to `google::FlagRegisterer::FlagRegisterer解决方法
JVM内存布局、类加载机制及垃圾回收机制详解
leetcode 剑指 Offer 46. 把数字翻译成字符串
初识Apifox——如何使用Apifox做一个简单的接口测试
元宇宙改变人类工作模式的四种方式
In 2022, the top will be accepted cca shut the list
Basic operations of sequence table in C language