Commit ·
a85987b
1
Parent(s): cd718ba
Update README.md
Browse files
README.md
CHANGED
|
@@ -123,4 +123,17 @@ SentenceTransformer(
|
|
| 123 |
|
| 124 |
## Citing & Authors
|
| 125 |
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
## Citing & Authors
|
| 125 |
|
| 126 |
+
If you use our work, please cite:
|
| 127 |
+
|
| 128 |
+
```
|
| 129 |
+
@incollection{Viegas_2023,
|
| 130 |
+
doi = {10.1007/978-3-031-36805-9_24},
|
| 131 |
+
url = {https://doi.org/10.1007%2F978-3-031-36805-9_24},
|
| 132 |
+
year = 2023,
|
| 133 |
+
publisher = {Springer Nature Switzerland},
|
| 134 |
+
pages = {349--365},
|
| 135 |
+
author = {Charles F. O. Viegas and Bruno C. Costa and Renato P. Ishii},
|
| 136 |
+
title = {{JurisBERT}: A New Approach that~Converts a~Classification Corpus into~an~{STS} One},
|
| 137 |
+
booktitle = {Computational Science and Its Applications {\textendash} {ICCSA} 2023}
|
| 138 |
+
}
|
| 139 |
+
```
|