Datasets:

Languages:
Portuguese
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
rufimelo commited on
Commit
2d693b4
1 Parent(s): 7707408

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -34,8 +34,23 @@ The goal of this dataset was to be used for MLM and TSDAE
34
  If you use this work, please cite:
35
 
36
  ```bibtex
37
- @inproceedings{MeloSemantic,
38
- author = {Melo, Rui and Santos, Professor Pedro Alexandre and Dias, Professor Jo{\~ a}o},
39
- title = {A {Semantic} {Search} {System} for {Supremo} {Tribunal} de {Justi}{\c c}a},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
 
41
  ```
 
34
  If you use this work, please cite:
35
 
36
  ```bibtex
37
+ @InProceedings{MeloSemantic,
38
+ author="Melo, Rui
39
+ and Santos, Pedro A.
40
+ and Dias, Jo{\~a}o",
41
+ editor="Moniz, Nuno
42
+ and Vale, Zita
43
+ and Cascalho, Jos{\'e}
44
+ and Silva, Catarina
45
+ and Sebasti{\~a}o, Raquel",
46
+ title="A Semantic Search System for the Supremo Tribunal de Justi{\c{c}}a",
47
+ booktitle="Progress in Artificial Intelligence",
48
+ year="2023",
49
+ publisher="Springer Nature Switzerland",
50
+ address="Cham",
51
+ pages="142--154",
52
+ 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.",
53
+ isbn="978-3-031-49011-8"
54
  }
55
+
56
  ```