paper-with-me

Papers

Sequential Multi-task Learning with Task Dependency for Appeal Judgment Prediction

2022-03-09 · Lianxin Song, Xiaohui Han, Guangqi Liu, Wentong Wang, Chaoran Cui, Yilong Yin

Legal Judgment Prediction (LJP) aims to automatically predict judgment results, such as charges, relevant law articles, and the term of penalty. It plays a vital role in legal assistant systems and has become a popular research topic in recent years. This paper concerns a worthwhile but not well-studied LJP task, Appeal judgment Prediction (AJP), which predicts the judgment of an appellate court on an appeal case based on the textual description of case facts and grounds of appeal. There are two significant challenges in practice to solve the AJP task. One is how to model the appeal judgment procedure appropriately. The other is how to improve the interpretability of the prediction results. We propose a Sequential Multi-task Learning Framework with Task Dependency for Appeal Judgement Prediction (SMAJudge) to address these challenges. SMAJudge utilizes two sequential components to model the complete proceeding from the lower court to the appellate court and employs an attention mechanism to make the prediction more explainable, which handles the challenges of AJP effectively. Experimental results obtained with a dataset consisting of more than 30K appeal judgment documents have revealed the effectiveness and superiority of SMAJudge.

📄 PDF Abstract BibTeX arXiv:2204.07046

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesMulti-Task LearningPrediction

Similar Papers 제목 키워드 기반

Tree-Structured Reinforcement Learning for Sequential Object Localization

2017-03-08 · NeurIPS 2016 12 · Zequn Jie, Xiaodan Liang, Jiashi Feng, Xiaojie Jin 외

Existing object proposal algorithms usually search for possible object regions over multiple locations and scales separately, which ignore the interdependency among different objects and deviate from the human perception…

DiversityObjectObject Localizationreinforcement-learning+2

Multiple Tasks Integration: Tagging, Syntactic and Semantic Parsing as a Single Task

2021-04-01 · EACL 2021 2 · Timoth{\'e}e Bernard

Departing from both sequential pipelines and monotask systems, we propose Multiple Tasks Integration (MTI), a multitask paradigm orthogonal to weight sharing. The essence of MTI is to process the input iteratively but co…

Dependency ParsingPart-Of-Speech TaggingReinforcement Learning (RL)Semantic Dependency Parsing+1

CRF-Seq and CRF-DepTree at PARSEME Shared Task 2018: Detecting Verbal MWEs using Sequential and Dependency-Based Approaches

2018-08-01 · COLING 2018 8 · Erwan Moreau, Ashjan Alsulaimani, Alfredo Maldonado, Carl Vogel

This paper describes two systems for detecting Verbal Multiword Expressions (VMWEs) which both competed in the closed track at the PARSEME VMWE Shared Task 2018. CRF-DepTree-categs implements an approach based on the dep…

A Deep Sequential Model for Discourse Parsing on Multi-Party Dialogues

2018-12-01 · Zhouxing Shi, Minlie Huang

Discourse structures are beneficial for various NLP tasks such as dialogue understanding, question answering, sentiment analysis, and so on. This paper presents a deep sequential model for parsing discourse dependency st…

Discourse ParsingLink PredictionRelation

Sequence Alignment Ensemble with a Single Neural Network for Sequence Labeling

2022-07-07 · IEEE Access 2022 7 · Jeesu Jung, SangKeun Jung, Hyein Seo, Hyuk Namgung 외

Sequence labeling, in which a class or label is assigned to each token in a given input order, is a fundamental task in natural language processing. Many advanced neural network architectures have recently been proposed …

Part-Of-Speech TaggingPOSPOS Tagging