Commit ·
c3fd437
1
Parent(s): 191c00e
Added citation bibtext
Browse files
README.md
CHANGED
|
@@ -103,10 +103,11 @@ For complete results and discussion please refer to the [paper](TODO).
|
|
| 103 |
### BibTeX entry and citation info
|
| 104 |
|
| 105 |
```bibtex
|
| 106 |
-
@inproceedings{
|
| 107 |
title={jurBERT: A Romanian BERT Model for Legal Judgement Prediction},
|
| 108 |
-
author={Masala, Mihai and Iacob, Radu and Uban, Ana and Cidota, Marina and Velicu, Horia and Rebedea, Traian and Popescu, Marius},
|
| 109 |
-
booktitle={
|
|
|
|
| 110 |
year={2021}
|
| 111 |
}
|
| 112 |
```
|
|
|
|
| 103 |
### BibTeX entry and citation info
|
| 104 |
|
| 105 |
```bibtex
|
| 106 |
+
@inproceedings{masala2021jurbert,
|
| 107 |
title={jurBERT: A Romanian BERT Model for Legal Judgement Prediction},
|
| 108 |
+
author={Masala, Mihai and Iacob, Radu Cristian Alexandru and Uban, Ana Sabina and Cidota, Marina and Velicu, Horia and Rebedea, Traian and Popescu, Marius},
|
| 109 |
+
booktitle={Proceedings of the Natural Legal Language Processing Workshop 2021},
|
| 110 |
+
pages={86--94},
|
| 111 |
year={2021}
|
| 112 |
}
|
| 113 |
```
|