ramonachristen
commited on
Commit
•
dcce8be
1
Parent(s):
25ff794
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
viewer: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
# Dataset Card for Swiss Court View Generation
|
6 |
|
@@ -39,6 +46,7 @@ viewer: true
|
|
39 |
|
40 |
### Dataset Summary
|
41 |
|
|
|
42 |
|
43 |
### Supported Tasks and Leaderboards
|
44 |
### Languages
|
@@ -46,35 +54,45 @@ viewer: true
|
|
46 |
|
47 |
| Language | Subset |
|
48 |
|------------|------------|
|
49 |
-
| German | **
|
50 |
-
| French | **
|
51 |
-
| Italian | **
|
|
|
52 |
|
53 |
## Dataset Structure
|
54 |
|
55 |
### Data Fields
|
56 |
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
### Data Instances
|
62 |
[More Information Needed]
|
63 |
### Data Fields
|
64 |
[More Information Needed]
|
65 |
### Data Splits
|
|
|
66 |
## Dataset Creation
|
67 |
### Curation Rationale
|
68 |
### Source Data
|
69 |
#### Initial Data Collection and Normalization
|
70 |
|
71 |
|
72 |
-
#### Who are the source language producers?
|
73 |
-
|
74 |
-
|
75 |
### Annotations
|
|
|
76 |
#### Annotation process
|
77 |
-
|
78 |
#### Who are the annotators?
|
79 |
|
80 |
|
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
viewer: true
|
4 |
+
task_categories:
|
5 |
+
- token-classification
|
6 |
+
tags:
|
7 |
+
- legal
|
8 |
+
pretty_name: Multilingual Negation Scope Resolution
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
---
|
12 |
# Dataset Card for Swiss Court View Generation
|
13 |
|
|
|
46 |
|
47 |
### Dataset Summary
|
48 |
|
49 |
+
This dataset consists of German, French, and Italian court documents annotated for negation cues and negation scopes.
|
50 |
|
51 |
### Supported Tasks and Leaderboards
|
52 |
### Languages
|
|
|
54 |
|
55 |
| Language | Subset |
|
56 |
|------------|------------|
|
57 |
+
| German(Germany) | **german** |
|
58 |
+
| French | **french** |
|
59 |
+
| Italian | **italian** |
|
60 |
+
| German (Switzerland) | **swiss**|
|
61 |
|
62 |
## Dataset Structure
|
63 |
|
64 |
### Data Fields
|
65 |
|
66 |
+
- text (string): full sentence
|
67 |
+
- spans (list): list of annotated cues and scopes
|
68 |
+
- start (int): offset of the beginning of the annotation
|
69 |
+
- end (int): offset of the end of the annotation
|
70 |
+
- token_start(int): id of the first token in the annotation
|
71 |
+
- token_end(int): id of the last token in the annotation
|
72 |
+
- label (string): CUE or SCOPE
|
73 |
+
- tokens (list): list of tokens in the sentence
|
74 |
+
- text (string): token text
|
75 |
+
- start (int): offset of the first character
|
76 |
+
- end (int): offset of the last character
|
77 |
+
- id (int): token id
|
78 |
+
- ws (boolean): indicates if the token is followed by a white space
|
79 |
|
80 |
### Data Instances
|
81 |
[More Information Needed]
|
82 |
### Data Fields
|
83 |
[More Information Needed]
|
84 |
### Data Splits
|
85 |
+
There is only one split available (train).
|
86 |
## Dataset Creation
|
87 |
### Curation Rationale
|
88 |
### Source Data
|
89 |
#### Initial Data Collection and Normalization
|
90 |
|
91 |
|
|
|
|
|
|
|
92 |
### Annotations
|
93 |
+
The data is annotated for negation cues and their scopes.
|
94 |
#### Annotation process
|
95 |
+
Each language was annotated by one native speaking annotator and follows strict annotation guidelines
|
96 |
#### Who are the annotators?
|
97 |
|
98 |
|