Git Product home page Git Product logo

legal_prediction's Introduction

Legal Case Outcome Prediction with RoBERTa

This repository contains code for a classifier built using the RoBERTa model from Hugging Face's transformers library. The classifier is used to predict the outcomes of legal cases.

Dataset

The data for this project consists of legal cases, with each case having the following attributes:

  • ID: A unique identifier for each case.
  • first_party: The first party involved in the legal case.
  • second_party: The second party involved in the legal case.
  • facts: A summary of the facts of the legal case.
  • first_party_winner: A binary attribute indicating whether the first party won the case (1 indicates a win, 0 indicates a loss). This is the target attribute that the model will predict.

Here's an example of the data:

ID first_party second_party facts first_party_winner
TRAIN_0000 Phil A. St. Amant Herman A. Thompson "On June 27, 1962, Phil St. Amant... 1

legal_prediction's People

Contributors

uyunho99 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.