mmichall commited on
Commit
b6822f4
·
verified ·
1 Parent(s): 20e2c34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -13,4 +13,43 @@ tags:
13
  - scotus
14
  - polish
15
  - translated
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - scotus
14
  - polish
15
  - translated
16
+ ---
17
+ # Polish SCOTUS-Dec
18
+
19
+ **Polish SCOTUS-Dec** is a long-document legal text classification dataset
20
+ derived from the publicly available
21
+ [SCOTUS](https://huggingface.co/datasets/pasinit/scotus) dataset.
22
+
23
+ The dataset contains Polish translations of U.S. Supreme Court opinions.
24
+ The task is a **binary document classification problem** in which the goal
25
+ is to predict the ideological direction associated with the court decision:
26
+ **liberal** or **conservative**.
27
+
28
+ SCOTUS-Dec is part of the **LongContext** benchmark introduced with
29
+ [Polish ModernBERT](ARXIV_URL).
30
+
31
+ ## Dataset statistics
32
+
33
+ | Split | Examples |
34
+ |---|---:|
35
+ | Train | 7,413 |
36
+ | Validation | 912 |
37
+ | Test | 931 |
38
+ | **Total** | **9,256** |
39
+
40
+ SCOTUS-Dec uses the same court opinions and dataset splits as SCOTUS-Dom.
41
+
42
+ The dataset contains particularly long documents: **74.5% of test examples
43
+ exceed 4,096 tokens** when tokenized with the Polish ModernBERT Base tokenizer.
44
+
45
+ ## Dataset construction
46
+
47
+ The original English court opinions were translated into Polish using
48
+ **GLM-4.6**. The original SCOTUS train, validation, and test splits and task
49
+ labels were retained.
50
+
51
+ ## Citation
52
+
53
+ If you use this dataset, please cite:
54
+
55
+ [CITATION]