metadata
language:
- he
tags:
- legal, verdicts, metadata, hebrew
pretty_name: find legal clauses in Legal documents
size_categories:
- 100K<n<1M
task_ids:
- language-modeling
- masked-language-modeling
- document-retrieval
task_categories:
- text-generation
- text-retrieval
license: openrail
Dataset Card for Legal_Clauses Dataset
Dataset Summary
This dataset is a subset of the LevMuchnik/SupremeCourtOfIsrael dataset. It has been processed using the shay681/HeBERT_finetuned_Legal_Clauses model, which extracted the legal clauses from the text column.
It can be loaded with the dataset package:
import datasets
data = datasets.load_dataset('shay681/Legal_Clauses')
Dataset Structure
The dataset is a json lines file with each line corresponding to a single document and containing document identification, text and metadata.
Data Fields
The file contains the following fields:
- Id - document id
- text - text of the document.
- Legal_Clauses_Found - legal clauses extracted from the text column.
Data Splits
The entire dataset is qualified as 'train'.
About Me
Created by Shay Doner. This is my final project as part of intelligent systems M.Sc studies at Afeka College in Tel-Aviv. For more cooperation, please contact email: shay681@gmail.com