File size: 1,418 Bytes
2ae4bec 801acf3 2ae4bec 0160e4b 2ae4bec 698f6a8 3f83feb 2ae4bec 0160e4b 2ae4bec 0160e4b 2ae4bec 0160e4b 2ae4bec c2b773e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
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](https://huggingface.co/datasets/LevMuchnik/SupremeCourtOfIsrael) dataset. It has been processed using the [shay681/HeBERT_finetuned_Legal_Clauses](https://huggingface.co/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 |