charlesviegas commited on
Commit
65d7c3b
1 Parent(s): a512556

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -123,4 +123,17 @@ SentenceTransformer(
123
 
124
  ## Citing & Authors
125
 
126
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```