harshildarji commited on
Commit
c443df5
·
verified ·
1 Parent(s): 87f2976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -25,6 +25,7 @@ size_categories:
25
  <a href=#key-fields>Key Fields</a> |
26
  <a href=#example-entry>Example Entry</a> |
27
  <a href=#using-the-dataset-with-python>Using the Dataset with Python</a> |
 
28
  <a href=#license>License</a>
29
  <p>
30
  </h4>
@@ -204,6 +205,19 @@ bgb = gesetze[787]
204
  print(bgb["metadaten"]["langtitel"])
205
  # → Bürgerliches Gesetzbuch
206
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
207
 
208
  ## License
209
 
 
25
  <a href=#key-fields>Key Fields</a> |
26
  <a href=#example-entry>Example Entry</a> |
27
  <a href=#using-the-dataset-with-python>Using the Dataset with Python</a> |
28
+ <a href=#citation>Citation</a> |
29
  <a href=#license>License</a>
30
  <p>
31
  </h4>
 
205
  print(bgb["metadaten"]["langtitel"])
206
  # → Bürgerliches Gesetzbuch
207
  ```
208
+
209
+ ## Citation
210
+
211
+ Please consider citing our [paper](https://arxiv.org/abs/2605.31338) when using the dataset:
212
+
213
+ ```bibtex
214
+ @article{darji2026bundesrecht,
215
+ title={Bundesrecht: An Open Library and Corpus for German Statutory Reference Processing},
216
+ author={Darji, Harshil and Heckelmann, Martin and Kratsch, Christina and de Melo, Gerard},
217
+ journal={arXiv preprint arXiv:2605.31338},
218
+ year={2026}
219
+ }
220
+ ```
221
 
222
  ## License
223