eduagarcia commited on
Commit
596203a
1 Parent(s): ba83ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -5
README.md CHANGED
@@ -796,7 +796,7 @@ configs:
796
  # Portuguese Benchmark
797
 
798
  This a collection of datasets in Portuguese initially meant to train and evaluate supervised language models such as BERT, RoBERTa, etc...
799
- It contains 9 datasets and 17 Tasks for Classification, NLI, Semantic Similarity Scoring and Named-Entity Recognition.
800
 
801
 
802
  ## Tasks:
@@ -810,7 +810,7 @@ for persons, locations, time entities, organizations, legislation and legal case
810
  such as Supremo Tribunal Federal, Superior Tribunal de Justiça, Tribunal de Justiça de Minas Gerais and Tribunal de Contas da União.
811
  In addition, four legislation documents were collected, such as "Lei Maria da Penha", giving a total of 70 documents.
812
 
813
- **assin2-rte** and **assin2-sts** (RTE/STS) [\[Link\]](https://sites.google.com/view/assin2)
814
 
815
  The ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.
816
  The training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,
@@ -845,7 +845,7 @@ also known as job requests made by the parliamentarians.
845
  The law product entity refers to systems, programs, and other products created
846
  from legislation.
847
 
848
- **brazilian_court_decisions_judgment** and **brazilian_court_decisions_unanimity** (CLASSIFICATION) [\[Link\]](https://github.com/lagefreitas/predicting-brazilian-court-decisions)
849
 
850
  The dataset is a collection of 4043 Ementa (summary) court decisions and their metadata from the Tribunal de
851
  Justiça de Alagoas (TJAL, the State Supreme Court of Alagoas (Brazil). The court decisions are labeled according
@@ -864,7 +864,7 @@ The dataset version processed here ONLY USE the "Category" level of the original
864
  [1] Souza, Fábio, Rodrigo Nogueira, and Roberto Lotufo. "BERTimbau: Pretrained BERT Models for Brazilian Portuguese."
865
  Brazilian Conference on Intelligent Systems. Springer, Cham, 2020.
866
 
867
- **multi_eurlex_pt** (MULTILABEL CLASSIFICATION) [\[Link\]](https://github.com/nlpaueb/MultiEURLEX/)
868
 
869
  MultiEURLEX comprises 65k EU laws in 23 official EU languages.
870
  Each EU law has been annotated with EUROVOC concepts (labels) by the Publication Office of EU.
@@ -881,7 +881,7 @@ of the European Union. The documents have been annotated for named entities foll
881
  guidelines of the MAPA project which foresees two annotation level, a general and a more
882
  fine-grained one. The annotated corpus can be used for named entity recognition/classification.
883
 
884
- **Portuguese_Hate_Speech_binary** (CLASSIFICATION) [\[Link\]](https://github.com/paulafortuna/Portuguese-Hate-Speech-Dataset)
885
 
886
  The dataset is composed of 5,668 tweets. For its annotation, we defined two different schemes used by
887
  annotators with different levels of expertise. Firstly, non-experts annotated the tweets with binary
@@ -892,6 +892,17 @@ than others and that their detection depends on personal perception. This hierar
892
  the main contribution of the presented work, as it facilitates the identification of different types of
893
  hate speech and their intersections.
894
 
 
 
 
 
 
 
 
 
 
 
 
895
 
896
  ## Citations
897
 
@@ -1075,4 +1086,18 @@ Citation for each one of the Tasks:
1075
  doi = "10.18653/v1/W19-3510",
1076
  pages = "94--104"
1077
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1078
  ```
 
796
  # Portuguese Benchmark
797
 
798
  This a collection of datasets in Portuguese initially meant to train and evaluate supervised language models such as BERT, RoBERTa, etc...
799
+ It contains 9 datasets and 17 Tasks for Classification (CLS), NLI, Semantic Similarity Scoring (STS) and Named-Entity Recognition (NER).
800
 
801
 
802
  ## Tasks:
 
810
  such as Supremo Tribunal Federal, Superior Tribunal de Justiça, Tribunal de Justiça de Minas Gerais and Tribunal de Contas da União.
811
  In addition, four legislation documents were collected, such as "Lei Maria da Penha", giving a total of 70 documents.
812
 
813
+ **assin2-rte** and **assin2-sts** (NLI/STS) [\[Link\]](https://sites.google.com/view/assin2)
814
 
815
  The ASSIN 2 corpus is composed of rather simple sentences. Following the procedures of SemEval 2014 Task 1.
816
  The training and validation data are composed, respectively, of 6,500 and 500 sentence pairs in Brazilian Portuguese,
 
845
  The law product entity refers to systems, programs, and other products created
846
  from legislation.
847
 
848
+ **brazilian_court_decisions_judgment** and **brazilian_court_decisions_unanimity** (CLS) [\[Link\]](https://github.com/lagefreitas/predicting-brazilian-court-decisions)
849
 
850
  The dataset is a collection of 4043 Ementa (summary) court decisions and their metadata from the Tribunal de
851
  Justiça de Alagoas (TJAL, the State Supreme Court of Alagoas (Brazil). The court decisions are labeled according
 
864
  [1] Souza, Fábio, Rodrigo Nogueira, and Roberto Lotufo. "BERTimbau: Pretrained BERT Models for Brazilian Portuguese."
865
  Brazilian Conference on Intelligent Systems. Springer, Cham, 2020.
866
 
867
+ **multi_eurlex_pt** (Multilabel CLS) [\[Link\]](https://github.com/nlpaueb/MultiEURLEX/)
868
 
869
  MultiEURLEX comprises 65k EU laws in 23 official EU languages.
870
  Each EU law has been annotated with EUROVOC concepts (labels) by the Publication Office of EU.
 
881
  guidelines of the MAPA project which foresees two annotation level, a general and a more
882
  fine-grained one. The annotated corpus can be used for named entity recognition/classification.
883
 
884
+ **Portuguese_Hate_Speech_binary** (CLS) [\[Link\]](https://github.com/paulafortuna/Portuguese-Hate-Speech-Dataset)
885
 
886
  The dataset is composed of 5,668 tweets. For its annotation, we defined two different schemes used by
887
  annotators with different levels of expertise. Firstly, non-experts annotated the tweets with binary
 
892
  the main contribution of the presented work, as it facilitates the identification of different types of
893
  hate speech and their intersections.
894
 
895
+ **rrip** (CLS) [\[Link\]](https://bit.ly/rhetoricalrole)
896
+
897
+ Rhetorical role identification (RRI) is an NLP task that consists of labeling the sentences of a document according
898
+ to a given set of semantic functions (rhetorical roles). This task is useful to applications like document summarization,
899
+ semantic search, document analysis, among others.
900
+ In this corpus, we propose to segment petitions into eight rhetorical roles by mainly considering the analytic needs of
901
+ judge's' offices in Brazil. We present a corpus of 70 petitions comprising more than 10 thousand sentences manually labeled
902
+ with the proposed rhetorical roles. These petitions were taken from civil lawsuits filed in the court of the Brazilian state
903
+ of Mato Grosso do Sul (TJMS).
904
+
905
+
906
 
907
  ## Citations
908
 
 
1086
  doi = "10.18653/v1/W19-3510",
1087
  pages = "94--104"
1088
  }
1089
+
1090
+ #rrip
1091
+ @inproceedings{aragy_rhetorical_2021,
1092
+ series = {Lecture {Notes} in {Computer} {Science}},
1093
+ title = {Rhetorical {Role} {Identification} for {Portuguese} {Legal} {Documents}},
1094
+ isbn = {978-3-030-91699-2},
1095
+ doi = {10.1007/978-3-030-91699-2_38},
1096
+ booktitle = {Intelligent {Systems}},
1097
+ publisher = {Springer International Publishing},
1098
+ author = {Aragy, Roberto and Fernandes, Eraldo Rezende and Caceres, Edson Norberto},
1099
+ editor = {Britto, André and Valdivia Delgado, Karina},
1100
+ year = {2021},
1101
+ pages = {557--571},
1102
+ }
1103
  ```