elenanereiss commited on
Commit
7fd70a4
·
1 Parent(s): e5b07dd

Update german-ler.py

Browse files
Files changed (1) hide show
  1. german-ler.py +17 -19
german-ler.py CHANGED
@@ -23,26 +23,24 @@ A dataset of Legal Documents from German federal court decisions for Named Entit
23
 
24
  _HOMEPAGE_URL = "https://github.com/elenanereiss/Legal-Entity-Recognition"
25
  _CITATION = """\
26
- @inproceedings{leitner2019fine,
27
- author = {Elena Leitner and Georg Rehm and Julian Moreno-Schneider},
28
- title = {{Fine-grained Named Entity Recognition in Legal Documents}},
29
- booktitle = {Semantic Systems. The Power of AI and Knowledge
30
- Graphs. Proceedings of the 15th International Conference
31
- (SEMANTiCS 2019)},
32
- year = 2019,
33
- editor = {Maribel Acosta and Philippe Cudré-Mauroux and Maria
34
- Maleshkova and Tassilo Pellegrini and Harald Sack and York
35
- Sure-Vetter},
36
- keywords = {aip},
37
- publisher = {Springer},
38
- series = {Lecture Notes in Computer Science},
39
- number = {11702},
40
- address = {Karlsruhe, Germany},
41
- month = 9,
42
- note = {10/11 September 2019},
43
- pages = {272--287},
44
- pdf = {https://link.springer.com/content/pdf/10.1007%2F978-3-030-33220-4_20.pdf}
45
  }
 
46
  """
47
  _URL = {
48
  "train": "https://raw.githubusercontent.com/elenanereiss/Legal-Entity-Recognition/master/data/ler_train.conll",
 
23
 
24
  _HOMEPAGE_URL = "https://github.com/elenanereiss/Legal-Entity-Recognition"
25
  _CITATION = """\
26
+ @misc{https://doi.org/10.48550/arxiv.2003.13016,
27
+ doi = {10.48550/ARXIV.2003.13016},
28
+
29
+ url = {https://arxiv.org/abs/2003.13016},
30
+
31
+ author = {Leitner, Elena and Rehm, Georg and Moreno-Schneider, Julián},
32
+
33
+ keywords = {Computation and Language (cs.CL), Information Retrieval (cs.IR), FOS: Computer and information sciences, FOS: Computer and information sciences},
34
+
35
+ title = {A Dataset of German Legal Documents for Named Entity Recognition},
36
+
37
+ publisher = {arXiv},
38
+
39
+ year = {2020},
40
+
41
+ copyright = {arXiv.org perpetual, non-exclusive license}
 
 
 
42
  }
43
+
44
  """
45
  _URL = {
46
  "train": "https://raw.githubusercontent.com/elenanereiss/Legal-Entity-Recognition/master/data/ler_train.conll",