vr18's picture
Upload Dataset (L1 + L2)
3f0fee1
|
raw
history blame
2.58 kB
metadata
task_categories:
  - text-generation
language:
  - de
  - fr
  - it
size_categories:
  - 100K<n<1M

Court View Generation

Introduction

This dataset contains court views for different languages and court chambers. It includes information such as decision id, language, chamber, file name, url, and the number of tokens in the facts and considerations sections. Level 1 contains all the data, Level 2 contains only data with complete origin facts & origin considerations.

Size

Level 1 (L1)

  • All: 385'840
  • validation: 47'661
  • test: 106'608
  • train: 231'571

Level 2 (L2)

  • All: 272
  • validation: 9
  • test: 236
  • train: 27

Columns

  • decision_id: unique identifier for the decision
  • language_id: id of the language of the decision
  • chamber_id: id of the chamber of the decision
  • file_id: unique identifier for the file
  • date: date of the decision
  • topic: topic of the decision
  • year: year of the decision
  • language: language of the decision
  • facts: facts section of the decision
  • facts_num_tokens_bert: number of tokens in the facts section (using BERT tokenization)
  • facts_num_tokens_spacy: number of tokens in the facts section (using spaCy tokenization)
  • considerations: considerations section of the decision
  • considerations_num_tokens_bert: number of tokens in the considerations section (using BERT tokenization)
  • considerations_num_tokens_spacy: number of tokens in the considerations section (using spaCy tokenization)
  • chamber: chamber of the decision
  • court: court of the decision
  • canton: canton of the decision
  • region: region of the decision
  • file_name: name of the file
  • html_url: url of the html version of the decision
  • pdf_url: url of the pdf version of the decision
  • file_number: file number of the decision
  • origin_date: date of the origin decision
  • origin_court: court of the origin decision
  • origin_canton: canton of the origin decision
  • origin_chamber: chamber of the origin decision
  • origin_file_number: file number of the origin decision
  • origin_decision_id: decision id of the origin decision
  • origin_facts: facts section of the origin decision
  • origin_considerations: considerations section of the origin decision
  • origin_facts_num_tokens_bert: number of tokens in the origin facts section
  • origin_considerations_num_tokens_bert: number of tokens in the origin considerations section
  • origin_facts_num_tokens_spacy: number of tokens in the origin facts section
  • origin_considerations_num_tokens_spacy: number of tokens in the origin considerations section
  • law_area: area of law of the decision