File size: 1,394 Bytes
77eceac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50cc8f5
dd7709a
77eceac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19f3aae
 
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 precedents 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 Precedents 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_Precedents](https://huggingface.co/shay681/HeBERT_finetuned_Precedents) model, which extracted the precedents from the text column.

It can be loaded with the dataset package: 
```
import datasets
data = datasets.load_dataset('shay681/Precedents')
```

### 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.
- Precedents_Found - precedents 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