paper-with-me

Papers

Exploring Semi-supervised Hierarchical Stacked Encoder for Legal Judgement Prediction

2023-11-14 · Nishchal Prasad, Mohand Boughanem, Taoufiq Dkaki

Predicting the judgment of a legal case from its unannotated case facts is a challenging task. The lengthy and non-uniform document structure poses an even greater challenge in extracting information for decision prediction. In this work, we explore and propose a two-level classification mechanism; both supervised and unsupervised; by using domain-specific pre-trained BERT to extract information from long documents in terms of sentence embeddings further processing with transformer encoder layer and use unsupervised clustering to extract hidden labels from these embeddings to better predict a judgment of a legal case. We conduct several experiments with this mechanism and see higher performance gains than the previously proposed methods on the ILDC dataset. Our experimental results also show the importance of domain-specific pre-training of Transformer Encoders in legal information processing.

📄 PDF Abstract BibTeX arXiv:2311.08103

Code (1)

nishchalprasad/semi-supervised-stacked-encoder 공식 구현

Tasks

SentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Remote sensing framework for geological mapping via stacked autoencoders and clustering

2024-04-02 · Sandeep Nagar, Ehsan Farahbakhsh, Joseph Awange, Rohitash Chandra

Supervised machine learning methods for geological mapping via remote sensing face limitations due to the scarcity of accurately labelled training data that can be addressed by unsupervised learning, such as dimensionali…

ClusteringDimensionality Reduction

Deep Recurrent Semi-Supervised EEG Representation Learning for Emotion Recognition

2021-07-28 · Guangyi Zhang, Ali Etemad

EEG-based emotion recognition often requires sufficient labeled training samples to build an effective computational model. Labeling EEG data, on the other hand, is often expensive and time-consuming. To tackle this prob…

Deep AttentionEEGElectroencephalogram (EEG)Emotion Recognition+1

Stacked What-Where Auto-encoders

2015-06-08 · Junbo Zhao, Michael Mathieu, Ross Goroshin, Yann Lecun

We present a novel architecture, the "stacked what-where auto-encoders" (SWWAE), which integrates discriminative and generative pathways and provides a unified approach to supervised, semi-supervised and unsupervised lea…

DecoderImage ClassificationSemi-Supervised Image Classification

Exploring Beyond Logits: Hierarchical Dynamic Labeling Based on Embeddings for Semi-Supervised Classification

2024-04-26 · Yanbiao Ma, Licheng Jiao, Fang Liu, Lingling Li 외

In semi-supervised learning, methods that rely on confidence learning to generate pseudo-labels have been widely proposed. However, increasing research finds that when faced with noisy and biased data, the model's repres…

Pseudo Label

Hierarchical Learning Framework for UAV Detection and Identification

2021-07-10 · Olusiji O Medaiyese, Martins Ezuma, Adrian P Lauf, Ayodeji A Adeniran

The ubiquity of unmanned aerial vehicles (UAVs) or drones is posing both security and safety risks to the public as UAVs are now used for cybercrimes. To mitigate these risks, it is important to have a system that can de…

Denoising