mmichall commited on
Commit
cfdb5c2
·
verified ·
1 Parent(s): 26fec08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -13,4 +13,40 @@ tags:
13
  pretty_name: Polish SCOTUS-Dom
14
  size_categories:
15
  - 1K<n<10K
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  pretty_name: Polish SCOTUS-Dom
14
  size_categories:
15
  - 1K<n<10K
16
+ ---
17
+ # Polish SCOTUS-Dom
18
+
19
+ **Polish SCOTUS-Dom** 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 an **11-class document classification problem** in which the goal
25
+ is to predict the legal issue area of a court case.
26
+
27
+ SCOTUS-Dom is part of the **LongContext** benchmark introduced with
28
+ [Polish ModernBERT](ARXIV_URL).
29
+
30
+ ## Dataset statistics
31
+
32
+ | Split | Examples |
33
+ |---|---:|
34
+ | Train | 7,413 |
35
+ | Validation | 912 |
36
+ | Test | 931 |
37
+ | **Total** | **9,256** |
38
+
39
+ The dataset contains particularly long documents: **74.5% of test examples
40
+ exceed 4,096 tokens** when tokenized with the Polish ModernBERT Base tokenizer.
41
+
42
+ ## Dataset construction
43
+
44
+ The original English court opinions were translated into Polish using
45
+ **GLM-4.6**. The original SCOTUS train, validation, and test splits and task
46
+ labels were retained.
47
+
48
+ ## Citation
49
+
50
+ If you use this dataset, please cite:
51
+
52
+ [CITATION]