2025
pdf
bib
abs
Labor Lex: A New Portuguese Corpus and Pipeline for Information Extraction in Brazilian Legal Texts
Pedro Vitor Quinta de Castro
|
Nádia Félix Felipe Da Silva
Proceedings of the Natural Legal Language Processing Workshop 2025
Relation Extraction (RE) is a challenging Natural Language Processing task that involves identifying named entities from text and classifying the relationships between them. When applied to a specific domain, the task acquires a new layer of complexity, handling the lexicon and context particular to the domain in question. In this work, this task is applied to the Legal domain, specifically targeting Brazilian Labor Law. Architectures based on Deep Learning, with word representations derived from Transformer Language Models (LM), have shown state-of-the-art performance for the RE task. Recent works on this task handle Named Entity Recognition (NER) and RE either as a single joint model or as a pipelined approach. In this work, we introduce Labor Lex, a newly constructed corpus based on public documents from Brazilian Labor Courts. We also present a pipeline of models trained on it. Different experiments are conducted for each task, comparing supervised training using LMs and In-Context Learning (ICL) with Large Language Models (LLM), and verifying and analyzing the results for each one. For the NER task, the best achieved result was 89.97% F1-Score, and for the RE task, the best result was 82.38% F1-Score. The best results for both tasks were obtained using the supervised training approach.
2024
pdf
bib
Enhancing Stance Detection in Low-Resource Brazilian Portuguese Using Corpus Expansion generated by GPT-3.5
Dyonnatan Maia
|
Nádia Félix Felipe da Silva
Proceedings of the 16th International Conference on Computational Processing of Portuguese - Vol. 1
pdf
bib
Natural Language Processing Application in Legislative Activity: a Case Study of Similar Amendments in the Brazilian Senate
Diany Pressato
|
Pedro Lucas Castro de Andrade
|
Flávio Rocha Junior
|
Felipe Alves Siqueira
|
Ellen Polliana Ramos Souza
|
Nádia Félix Felipe da Silva
|
Márcio de Souza Dias
|
André Carlos Ponce de Leon Ferreira de Carvalho
Proceedings of the 16th International Conference on Computational Processing of Portuguese - Vol. 1
2023
pdf
bib
abs
DeepLearningBrasil@LT-EDI-2023: Exploring Deep Learning Techniques for Detecting Depression in Social Media Text
Eduardo Garcia
|
Juliana Gomes
|
Adalberto Ferreira Barbosa Junior
|
Cardeque Henrique Bittes de Alvarenga Borges
|
Nadia Félix Felipe da Silva
Proceedings of the Third Workshop on Language Technology for Equality, Diversity and Inclusion
In this paper, we delineate the strategy employed by our team, DeepLearningBrasil, which secured us the first place in the shared task DepSign-LT-EDI@RANLP-2023 with the advantage of 2.4%. The task was to classify social media texts into three distinct levels of depression - “not depressed,” “moderately depressed,” and “severely depressed.” Leveraging the power of the RoBERTa and DeBERTa models, we further pre-trained them on a collected Reddit dataset, specifically curated from mental health-related Reddit’s communities (Subreddits), leading to an enhanced understanding of nuanced mental health discourse. To address lengthy textual data, we introduced truncation techniques that retained the essence of the content by focusing on its beginnings and endings. Our model was robust against unbalanced data by incorporating sample weights into the loss. Cross-validation and ensemble techniques were then employed to combine our k-fold trained models, delivering an optimal solution. The accompanying code is made available for transparency and further development.