Update README.md
Browse files
README.md
CHANGED
@@ -122,11 +122,26 @@ SentenceTransformer(
|
|
122 |
If you use this work, please cite:
|
123 |
|
124 |
```bibtex
|
125 |
-
@
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
|
|
|
130 |
@inproceedings{souza2020bertimbau,
|
131 |
author = {F{\'a}bio Souza and
|
132 |
Rodrigo Nogueira and
|
|
|
122 |
If you use this work, please cite:
|
123 |
|
124 |
```bibtex
|
125 |
+
@InProceedings{MeloSemantic,
|
126 |
+
author="Melo, Rui
|
127 |
+
and Santos, Pedro A.
|
128 |
+
and Dias, Jo{\~a}o",
|
129 |
+
editor="Moniz, Nuno
|
130 |
+
and Vale, Zita
|
131 |
+
and Cascalho, Jos{\'e}
|
132 |
+
and Silva, Catarina
|
133 |
+
and Sebasti{\~a}o, Raquel",
|
134 |
+
title="A Semantic Search System for the Supremo Tribunal de Justi{\c{c}}a",
|
135 |
+
booktitle="Progress in Artificial Intelligence",
|
136 |
+
year="2023",
|
137 |
+
publisher="Springer Nature Switzerland",
|
138 |
+
address="Cham",
|
139 |
+
pages="142--154",
|
140 |
+
abstract="Many information retrieval systems use lexical approaches to retrieve information. Such approaches have multiple limitations, and these constraints are exacerbated when tied to specific domains, such as the legal one. Large language models, such as BERT, deeply understand a language and may overcome the limitations of older methodologies, such as BM25. This work investigated and developed a prototype of a Semantic Search System to assist the Supremo Tribunal de Justi{\c{c}}a (Portuguese Supreme Court of Justice) in its decision-making process. We built a Semantic Search System that uses specially trained BERT models (Legal-BERTimbau variants) and a Hybrid Search System that incorporates both lexical and semantic techniques by combining the capabilities of BM25 and the potential of Legal-BERTimbau. In this context, we obtained a {\$}{\$}335{\backslash}{\%}{\$}{\$}335{\%}increase on the discovery metric when compared to BM25 for the first query result. This work also provides information on the most relevant techniques for training a Large Language Model adapted to Portuguese jurisprudence and introduces a new technique of Metadata Knowledge Distillation.",
|
141 |
+
isbn="978-3-031-49011-8"
|
142 |
}
|
143 |
|
144 |
+
|
145 |
@inproceedings{souza2020bertimbau,
|
146 |
author = {F{\'a}bio Souza and
|
147 |
Rodrigo Nogueira and
|