Datasets:

Modalities:
Tabular
Text
ArXiv:
Libraries:
Datasets
License:
Jonathan Li commited on
Commit
265465b
1 Parent(s): e13b873

Add new dev set

Browse files
Files changed (2) hide show
  1. README.md +6 -1
  2. process.ipynb +2 -2
README.md CHANGED
@@ -5,4 +5,9 @@ license: cc-by-nc-sa-4.0
5
  # ECHR Cases
6
 
7
  The original data from [Chalkidis et al.](https://arxiv.org/abs/1906.02059), sourced from [archive.org](https://archive.org/details/ECHR-ACL2019).
8
- Order is shuffled, though everything else is the same.
 
 
 
 
 
 
5
  # ECHR Cases
6
 
7
  The original data from [Chalkidis et al.](https://arxiv.org/abs/1906.02059), sourced from [archive.org](https://archive.org/details/ECHR-ACL2019).
8
+
9
+ ## Preprocessing
10
+
11
+ * Order is shuffled
12
+ * Fact numbers preceeding each fact are removed (using the python regex `^[0-9]+\. `), as some cases didn't have fact numbers to begin with
13
+ * Everything else is the same
process.ipynb CHANGED
@@ -2,7 +2,7 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": 1,
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
@@ -68,7 +68,7 @@
68
  },
69
  {
70
  "cell_type": "code",
71
- "execution_count": 12,
72
  "metadata": {},
73
  "outputs": [],
74
  "source": [
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 2,
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
 
68
  },
69
  {
70
  "cell_type": "code",
71
+ "execution_count": 3,
72
  "metadata": {},
73
  "outputs": [],
74
  "source": [