rufimelo commited on
Commit
53b369f
1 Parent(s): 0530584

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -95,11 +95,26 @@ SentenceTransformer(
95
  If you use this work, please cite:
96
 
97
  ```bibtex
98
- @inproceedings{MeloSemantic,
99
- author = {Melo, Rui and Santos, Professor Pedro Alexandre and Dias, Professor Jo{\~ a}o},
100
- title = {A {Semantic} {Search} {System} for {Supremo} {Tribunal} de {Justi}{\c c}a},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  }
102
 
 
103
  @inproceedings{souza2020bertimbau,
104
  author = {F{\'a}bio Souza and
105
  Rodrigo Nogueira and
95
  If you use this work, please cite:
96
 
97
  ```bibtex
98
+ @InProceedings{MeloSemantic,
99
+ author="Melo, Rui
100
+ and Santos, Pedro A.
101
+ and Dias, Jo{\~a}o",
102
+ editor="Moniz, Nuno
103
+ and Vale, Zita
104
+ and Cascalho, Jos{\'e}
105
+ and Silva, Catarina
106
+ and Sebasti{\~a}o, Raquel",
107
+ title="A Semantic Search System for the Supremo Tribunal de Justi{\c{c}}a",
108
+ booktitle="Progress in Artificial Intelligence",
109
+ year="2023",
110
+ publisher="Springer Nature Switzerland",
111
+ address="Cham",
112
+ pages="142--154",
113
+ 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.",
114
+ isbn="978-3-031-49011-8"
115
  }
116
 
117
+
118
  @inproceedings{souza2020bertimbau,
119
  author = {F{\'a}bio Souza and
120
  Rodrigo Nogueira and