paper-with-me

홈 › Papers

Classification of US Supreme Court Cases using BERT-Based Techniques

2023-04-17 · Shubham Vatsal, Adam Meyers, John E. Ortega

Models based on bidirectional encoder representations from transformers (BERT) produce state of the art (SOTA) results on many natural language processing (NLP) tasks such as named entity recognition (NER), part-of-speech (POS) tagging etc. An interesting phenomenon occurs when classifying long documents such as those from the US supreme court where BERT-based models can be considered difficult to use on a first-pass or out-of-the-box basis. In this paper, we experiment with several BERT-based classification techniques for US supreme court decisions or supreme court database (SCDB) and compare them with the previous SOTA results. We then compare our results specifically with SOTA models for long documents. We compare our results for two classification tasks: (1) a broad classification task with 15 categories and (2) a fine-grained classification task with 279 categories. Our best result produces an accuracy of 80\% on the 15 broad categories and 60\% on the fine-grained 279 categories which marks an improvement of 8\% and 28\% respectively from previously reported SOTA results.

📄 PDF Abstract BibTeX arXiv:2304.08649

Code (1)

shubham30vatsal/web-of-law 공식 구현 tf

Tasks

Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingPOSPOS Tagging

Similar Papers 제목 키워드 기반

Document classification using a Bi-LSTM to unclog Brazil's supreme court

2018-11-27 · Fabricio Ataides Braz, Nilton Correia da Silva, Teofilo Emidio de Campos, Felipe Borges S. Chaves 외

The Brazilian court system is currently the most clogged up judiciary system in the world. Thousands of lawsuit cases reach the supreme court every day. These cases need to be analyzed in order to be associated to releva…

Document ClassificationGeneral Classification

Large-Language Memorization During the Classification of United States Supreme Court Cases

2025-12-15 · John E. Ortega, Dhruv D. Joshi, Matt P. Borkowski arxiv

Large-language models (LLMs) have been shown to respond in a variety of ways for classification tasks outside of question-answering. LLM responses are sometimes called "hallucinations" since the output is not what is ex …

parameter-efficient fine-tuning

Predicting the Law Area and Decisions of French Supreme Court Cases

2017-08-04 · RANLP 2017 9 · Octavia-Maria Sulea, Marcos Zampieri, Mihaela Vela, Josef van Genabith

In this paper, we investigate the application of text classification methods to predict the law area and the decision of cases judged by the French Supreme Court. We also investigate the influence of the time period in w…

General Classificationtext-classificationText Classification

Empirical analysis of Binding Precedent efficiency in the Brazilian Supreme Court via Similar Case Retrieval

2024-07-09 · Raphaël Tinarrage, Henrique Ennes, Lucas E. Resck, Lucas T. Gomes 외

Binding precedents (S\'umulas Vinculantes) constitute a juridical instrument unique to the Brazilian legal system and whose objectives include the protection of the Federal Supreme Court against repetitive demands. Studi…

Retrieval

Blind Judgement: Agent-Based Supreme Court Modelling With GPT

2023-01-12 · Sil Hamilton

We present a novel Transformer-based multi-agent system for simulating the judicial rulings of the 2010-2016 Supreme Court of the United States. We train nine separate models with the respective authored opinions of each…