tbrugger commited on
Commit
b5bf5c9
1 Parent(s): ad1f49f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1244,15 +1244,23 @@ There is only one split available
1244
 
1245
  ### Citation Information
1246
 
1247
- Please cite our [ArXiv-Preprint](https://arxiv.org/abs/2305.01211)
1248
  ```
1249
- @misc{brugger2023multilegalsbd,
1250
- title={MultiLegalSBD: A Multilingual Legal Sentence Boundary Detection Dataset},
1251
- author={Tobias Brugger and Matthias Stürmer and Joel Niklaus},
1252
- year={2023},
1253
- eprint={2305.01211},
1254
- archivePrefix={arXiv},
1255
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
1256
  }
1257
  ```
1258
 
 
1244
 
1245
  ### Citation Information
1246
 
 
1247
  ```
1248
+ @inproceedings{10.1145/3594536.3595132,
1249
+ author = {Brugger, Tobias and St\"{u}rmer, Matthias and Niklaus, Joel},
1250
+ title = {MultiLegalSBD: A Multilingual Legal Sentence Boundary Detection Dataset},
1251
+ year = {2023},
1252
+ isbn = {9798400701979},
1253
+ publisher = {Association for Computing Machinery},
1254
+ address = {New York, NY, USA},
1255
+ url = {https://doi.org/10.1145/3594536.3595132},
1256
+ doi = {10.1145/3594536.3595132},
1257
+ abstract = {Sentence Boundary Detection (SBD) is one of the foundational building blocks of Natural Language Processing (NLP), with incorrectly split sentences heavily influencing the output quality of downstream tasks. It is a challenging task for algorithms, especially in the legal domain, considering the complex and different sentence structures used. In this work, we curated a diverse multilingual legal dataset consisting of over 130'000 annotated sentences in 6 languages. Our experimental results indicate that the performance of existing SBD models is subpar on multilingual legal data. We trained and tested monolingual and multilingual models based on CRF, BiLSTM-CRF, and transformers, demonstrating state-of-the-art performance. We also show that our multilingual models outperform all baselines in the zero-shot setting on a Portuguese test set. To encourage further research and development by the community, we have made our dataset, models, and code publicly available.},
1258
+ booktitle = {Proceedings of the Nineteenth International Conference on Artificial Intelligence and Law},
1259
+ pages = {42–51},
1260
+ numpages = {10},
1261
+ keywords = {Natural Language Processing, Sentence Boundary Detection, Text Annotation, Legal Document Analysis, Multilingual},
1262
+ location = {Braga, Portugal},
1263
+ series = {ICAIL '23}
1264
  }
1265
  ```
1266