Add task categories, paper and github link
Browse filesThis PR adds task categories, a link to the paper and a link to the Github repository.
README.md
CHANGED
@@ -24,4 +24,13 @@ configs:
|
|
24 |
path: data/validation-*
|
25 |
- split: test
|
26 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
|
|
|
|
|
|
|
|
|
24 |
path: data/validation-*
|
25 |
- split: test
|
26 |
path: data/test-*
|
27 |
+
task_categories:
|
28 |
+
- translation
|
29 |
+
tags:
|
30 |
+
- legal
|
31 |
+
- swiss
|
32 |
---
|
33 |
+
|
34 |
+
This dataset is the dataset for the paper [SwiLTra-Bench: The Swiss Legal Translation Benchmark](https://arxiv.org/abs/2503.01372).
|
35 |
+
|
36 |
+
Github repository: https://github.com/joelniklaus/SwissLegalTranslations
|