paper-with-me

Papers

Exploring Large Language Models and Hierarchical Frameworks for Classification of Large Unstructured Legal Documents

2024-03-11 · Nishchal Prasad, Mohand Boughanem, Taoufiq Dkaki

Legal judgment prediction suffers from the problem of long case documents exceeding tens of thousands of words, in general, and having a non-uniform structure. Predicting judgments from such documents becomes a challenging task, more so on documents with no structural annotation. We explore the classification of these large legal documents and their lack of structural information with a deep-learning-based hierarchical framework which we call MESc; "Multi-stage Encoder-based Supervised with-clustering"; for judgment prediction. Specifically, we divide a document into parts to extract their embeddings from the last four layers of a custom fine-tuned Large Language Model, and try to approximate their structure through unsupervised clustering. Which we use in another set of transformer encoder layers to learn the inter-chunk representations. We analyze the adaptability of Large Language Models (LLMs) with multi-billion parameters (GPT-Neo, and GPT-J) with the hierarchical framework of MESc and compare them with their standalone performance on legal texts. We also study their intra-domain(legal) transfer learning capability and the impact of combining embeddings from their last layers in MESc. We test these methods and their effectiveness with extensive experiments and ablation studies on legal documents from India, the European Union, and the United States with the ILDC dataset and a subset of the LexGLUE dataset. Our approach achieves a minimum total performance gain of approximately 2 points over previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2403.06872

Code (1)

nishchalprasad/mesc 공식 구현 tf

Tasks

ClusteringLanguage ModellingLarge Language ModelTransfer Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Linguistics and Human Brain: A Perspective of Computational Neuroscience

2026-02-09 · Fudong Zhang, Bo Chai, Yujie Wu, Wai Ting Siok 외 arxiv

Elucidating the language-brain relationship requires bridging the methodological gap between the abstract theoretical frameworks of linguistics and the empirical neural data of neuroscience. Serving as an interdisciplina…

Hierarchical Pre-Training of Vision Encoders with Large Language Models

2026-03-31 · Eugene Lee, Ting-Yu Chang, Jui-Huang Tsai, Jiajie Diao 외 arxiv

The field of computer vision has experienced significant advancements through scalable vision encoders and multimodal pre-training frameworks. However, existing approaches often treat vision encoders and large language m…

Representation LearningImage Classification

CLaC at DISRPT 2025: Hierarchical Adapters for Cross-Framework Multi-lingual Discourse Relation Classification

2025-09-21 · Nawar Turk, Daniele Comitogianni, Leila Kosseim arxiv

We present our submission to Task 3 (Discourse Relation Classification) of the DISRPT 2025 shared task. Task 3 introduces a unified set of 17 discourse relation labels across 39 corpora in 16 languages and six discourse …

Relation ClassificationContrastive Learning

An Audio-Visual Dataset and Deep Learning Frameworks for Crowded Scene Classification

2021-12-16 · Lam Pham, Dat Ngo, Phu X. Nguyen, Truong Hoang 외

This paper presents a task of audio-visual scene classification (SC) where input videos are classified into one of five real-life crowded scenes: 'Riot', 'Noise-Street', 'Firework-Event', 'Music-Event', and 'Sport-Atmosp…

Deep LearningScene Classification

Efficient Hierarchical Contrastive Self-supervising Learning for Time Series Classification via Importance-aware Resolution Selection

2025-02-14 · Kevin Garcia, Juan Manuel Perez, Yifeng Gao

Recently, there has been a significant advancement in designing Self-Supervised Learning (SSL) frameworks for time series data to reduce the dependency on data labels. Among these works, hierarchical contrastive learning…

Contrastive LearningSelf-Supervised LearningTime SeriesTime Series Classification