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

Create README.md

Browse files

# Polish SCOTUS-Dec

**Polish SCOTUS-Dec** is a long-document legal text classification dataset
derived from the publicly available
[SCOTUS](https://huggingface.co/datasets/pasinit/scotus) dataset.

The dataset contains Polish translations of U.S. Supreme Court opinions.
The task is a **binary document classification problem** in which the goal
is to predict the ideological direction associated with the court decision:
**liberal** or **conservative**.

SCOTUS-Dec is part of the **LongContext** benchmark introduced with
[Polish ModernBERT](ARXIV_URL).

## Dataset statistics

| Split | Examples |
|---|---:|
| Train | 7,413 |
| Validation | 912 |
| Test | 931 |
| **Total** | **9,256** |

SCOTUS-Dec uses the same court opinions and dataset splits as SCOTUS-Dom.

The dataset contains particularly long documents: **74.5% of test examples
exceed 4,096 tokens** when tokenized with the Polish ModernBERT Base tokenizer.

## Dataset construction

The original English court opinions were translated into Polish using
**GLM-4.6**. The original SCOTUS train, validation, and test splits and task
labels were retained.

## Citation

If you use this dataset, please cite:

[CITATION]

Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - pl
4
+ pretty_name: Polish SCOTUS-Dec
5
+ task_categories:
6
+ - text-classification
7
+ size_categories:
8
+ - 1K<n<10K
9
+ tags:
10
+ - legal
11
+ - long-context
12
+ - document-classification
13
+ - scotus
14
+ - polish
15
+ - translated
16
+ ---