malteos commited on
Commit
89ba97a
·
verified ·
1 Parent(s): 299ac88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -26,4 +26,34 @@ configs:
26
  path: data/train-*
27
  - split: validation
28
  path: data/validation-*
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  path: data/train-*
27
  - split: validation
28
  path: data/validation-*
29
+ language:
30
+ - de
31
  ---
32
+
33
+ This is mirror of the [GerDaLIR dataset](https://github.com/lavis-nlp/GerDaLIR) formatted as pairs of (anchor, positive).
34
+
35
+ > The German Dataset for Legal Information Retrieval (GerDaLIR) is a legal information retrieval dataset comprising a large collection of documents, passages and relevance labels. The large amount of training data we provide enables GerDaLIR to be used as a downstream task for German or multilingual language models. The task provided is a precedent retrieval task based on case documents from the open legal information platform Open Legal Data. Relevance labels are derived from references: If a passage contains a reference to one or more available documents, the passage is used as a query while the referenced cases are labelled as relevant.
36
+
37
+ ## Citation
38
+
39
+ ```bibtex
40
+ @inproceedings{wrzalik-krechel-2021-gerdalir,
41
+ title = "{G}er{D}a{LIR}: A {G}erman Dataset for Legal Information Retrieval",
42
+ author = "Wrzalik, Marco and
43
+ Krechel, Dirk",
44
+ editor = "Aletras, Nikolaos and
45
+ Androutsopoulos, Ion and
46
+ Barrett, Leslie and
47
+ Goanta, Catalina and
48
+ Preotiuc-Pietro, Daniel",
49
+ booktitle = "Proceedings of the Natural Legal Language Processing Workshop 2021",
50
+ month = nov,
51
+ year = "2021",
52
+ address = "Punta Cana, Dominican Republic",
53
+ publisher = "Association for Computational Linguistics",
54
+ url = "https://aclanthology.org/2021.nllp-1.13/",
55
+ doi = "10.18653/v1/2021.nllp-1.13",
56
+ pages = "123--128",
57
+ abstract = "We present GerDaLIR, a German Dataset for Legal Information Retrieval based on case documents from the open legal information platform Open Legal Data. The dataset consists of 123K queries, each labelled with at least one relevant document in a collection of 131K case documents. We conduct several baseline experiments including BM25 and a state-of-the-art neural re-ranker. With our dataset, we aim to provide a standardized benchmark for German LIR and promote open research in this area. Beyond that, our dataset comprises sufficient training data to be used as a downstream task for German or multilingual language models."
58
+ }
59
+ ```