Update README.md
Browse filesadded dataset card information
README.md
CHANGED
@@ -67,11 +67,22 @@ German Legal Sentences (GLS) is an automatically generated training dataset for
|
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
### Languages
|
73 |
|
74 |
-
|
75 |
|
76 |
## Dataset Structure
|
77 |
|
@@ -126,7 +137,7 @@ We use [SoMaJo](https://github.com/tsproisl/SoMaJo) to perform sentence tokenizi
|
|
126 |
|
127 |
#### Who are the source language producers?
|
128 |
|
129 |
-
|
130 |
|
131 |
### Annotations
|
132 |
|
@@ -140,13 +151,13 @@ The annotations are machine-generated.
|
|
140 |
|
141 |
### Personal and Sensitive Information
|
142 |
|
143 |
-
|
144 |
|
145 |
## Considerations for Using the Data
|
146 |
|
147 |
### Social Impact of Dataset
|
148 |
|
149 |
-
|
150 |
|
151 |
### Discussion of Biases
|
152 |
|
@@ -168,7 +179,7 @@ The annotations are machine-generated.
|
|
168 |
|
169 |
### Citation Information
|
170 |
|
171 |
-
|
172 |
|
173 |
### Contributions
|
174 |
|
|
|
67 |
|
68 |
### Supported Tasks and Leaderboards
|
69 |
|
70 |
+
The main associated task is *Semantic Similarity Ranking*. We propose to use the *Mean Reciprocal Rank* (MRR) cut at the tenth position as well as MAP and Recall on Rankings of size 200. As baselines we provide the follows:
|
71 |
+
|
72 |
+
| Method | MRR@10 | MAP@200 | Recall@200 |
|
73 |
+
|-----------------------------------|---------:|-----------:|------------:|
|
74 |
+
| BM25 - default `(k1=1.2; b=0.75)` | 25.7 | 17.6 | 42.9 |
|
75 |
+
| BM25 - tuned `(k1=0.47; b=0.97)` | 26.2 | 18.1 | 43.3 |
|
76 |
+
| [CoRT](https://arxiv.org/abs/2010.10252) | 31.2 | 21.4 | 56.2 |
|
77 |
+
| [CoRT + BM25](https://arxiv.org/abs/2010.10252) | 32.1 | 22.1 | 67.1 |
|
78 |
+
|
79 |
+
In addition, we want to support a *Citation Recommendation* task in the future.
|
80 |
+
|
81 |
+
If you wish to contribute evaluation measures or give any suggestion or critique, please write an [e-mail](mailto:marco.wrzalik@hs-rm.de).
|
82 |
|
83 |
### Languages
|
84 |
|
85 |
+
This dataset contains texts from the specific domain of German court decisions.
|
86 |
|
87 |
## Dataset Structure
|
88 |
|
|
|
137 |
|
138 |
#### Who are the source language producers?
|
139 |
|
140 |
+
The source language originates in the context of German court proceedings.
|
141 |
|
142 |
### Annotations
|
143 |
|
|
|
151 |
|
152 |
### Personal and Sensitive Information
|
153 |
|
154 |
+
The source documents are already public and anonymized.
|
155 |
|
156 |
## Considerations for Using the Data
|
157 |
|
158 |
### Social Impact of Dataset
|
159 |
|
160 |
+
With this dataset, we strive towards better accessibility of court decisions to the general public by accelerating research on semantic search technologies. We hope that emerging search technologies will enable the layperson to find relevant information without knowing the specific terms used by lawyers.
|
161 |
|
162 |
### Discussion of Biases
|
163 |
|
|
|
179 |
|
180 |
### Citation Information
|
181 |
|
182 |
+
Coming soon!
|
183 |
|
184 |
### Contributions
|
185 |
|