eduagarcia commited on
Commit
ba83ed7
1 Parent(s): f28ff5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +283 -1
README.md CHANGED
@@ -793,4 +793,286 @@ configs:
793
  path: rrip/test-*
794
  ---
795
 
796
- # Portuguese Benchmark
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
  path: rrip/test-*
794
  ---
795
 
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:
803
+
804
+ **LeNER-Br** (NER) [\[Link\]](https://teodecampos.github.io/LeNER-Br/)
805
+
806
+ LeNER-Br is a Portuguese language dataset for named entity recognition applied to legal documents.
807
+ LeNER-Br consists entirely of manually annotated legislation and legal cases texts and contains tags
808
+ for persons, locations, time entities, organizations, legislation and legal cases. To compose the dataset,
809
+ 66 legal documents from several Brazilian Courts were collected. Courts of superior and state levels were considered,
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,
817
+ annotated for entailment and semantic similarity. Semantic similarity values range from 1 to 5, and text entailment
818
+ classes are either entailment or none. The test data are composed of approximately 3,000 sentence pairs with the same
819
+ annotation. All data were manually annotated.
820
+
821
+
822
+ **HateBR_offensive_binary** and **HateBR_offensive_level** (CLS) [\[Link\]](https://github.com/franciellevargas/HateBR)
823
+
824
+ HateBR is the first large-scale expert annotated dataset of Brazilian Instagram comments for abusive language detection
825
+ on the web and social media. The HateBR was collected from Brazilian Instagram comments of politicians and manually annotated
826
+ by specialists. It is composed of 7,000 documents annotated according to three different layers: a binary classification (offensive
827
+ versus non-offensive comments), offensiveness-level (highly, moderately, and slightly offensive messages), and nine hate speech
828
+ groups (xenophobia, racism, homophobia, sexism, religious intolerance, partyism, apology for the dictatorship, antisemitism,
829
+ and fatphobia). Each comment was annotated by three different annotators and achieved high inter-annotator agreement. Furthermore,
830
+ baseline experiments were implemented reaching 85% of F1-score outperforming the current literature dataset baselines for
831
+ the Portuguese language. We hope that the proposed expert annotated dataset may foster research on hate speech detection in the
832
+ Natural Language Processing area.
833
+
834
+ **UlyssesNER-Br-\*** (NER) [\[Link\]](https://github.com/ulysses-camara/ulysses-ner-br)
835
+
836
+ UlyssesNER-Br is a corpus of Brazilian Legislative Documents for NER with quality baselines.
837
+ The presented corpus consists of bills and legislative consultations from Brazilian Chamber of Deputies.
838
+ UlyssesNER-Br has seven semantic classes or categories. Based on HAREM,
839
+ we defined five typical categories: person, location, organization, event and date.
840
+ In addition, we defined two specific semantic classes for the legislative domain:
841
+ law foundation and law product. The law foundation category makes reference to
842
+ entities related to laws, resolutions, decrees, as well as to domain-specific entities
843
+ such as bills, which are law proposals being discussed by the parliament, and legislative consultations,
844
+ 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
852
+ to 7 categories and whether the decisions were unanimous on the part of the judges or not. The dataset
853
+ supports the task of Legal Judgment Prediction.
854
+
855
+ **harem-default** and **harem-selective** (NER) [\[Link\]](https://www.linguateca.pt/primeiroHAREM/harem_coleccaodourada_en.html)
856
+
857
+ The HAREM is a Portuguese language corpus commonly used for Named Entity Recognition tasks. It includes about 93k words, from 129 different texts,
858
+ from several genres, and language varieties. The split of this dataset version follows the division made by [1], where 7% HAREM
859
+ documents are the validation set and the miniHAREM corpus (with about 65k words) is the test set. There are two versions of the dataset set,
860
+ a version that has a total of 10 different named entity classes (Person, Organization, Location, Value, Date, Title, Thing, Event,
861
+ Abstraction, and Other) and a "selective" version with only 5 classes (Person, Organization, Location, Value, and Date).
862
+ It's important to note that the original version of the HAREM dataset has 2 levels of NER details, namely "Category" and "Sub-type".
863
+ The dataset version processed here ONLY USE the "Category" level of the original dataset.
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.
871
+ Each EUROVOC label ID is associated with a label descriptor, e.g., [60, agri-foodstuffs],
872
+ [6006, plant product], [1115, fruit]. The descriptors are also available in the 23 languages.
873
+ Chalkidis et al. (2019) published a monolingual (English) version of this dataset, called EUR-LEX,
874
+ comprising 57k EU laws with the originally assigned gold labels.
875
+
876
+ **mapa_pt_coarse** and **mapa_pt_fine** (NER) [\[Link\]](https://huggingface.co/datasets/joelniklaus/mapa)
877
+
878
+ The dataset consists of 12 documents (9 for Spanish due to parsing errors) taken from EUR-Lex,
879
+ a multilingual corpus of court decisions and legal dispositions in the 24 official languages
880
+ of the European Union. The documents have been annotated for named entities following the
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
888
+ labels (‘hate’ vs. ‘no-hate’). Secondly, expert annotators classified the tweets following a fine-grained
889
+ hierarchical multiple label scheme with 81 hate speech categories in total. The inter-annotator agreement
890
+ varied from category to category, which reflects the insight that some types of hate speech are more subtle
891
+ than others and that their detection depends on personal perception. This hierarchical annotation scheme is
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
+
898
+ Citation for each one of the Tasks:
899
+
900
+ ```bibtext
901
+ # LeNER-Br
902
+ @InProceedings{luz_etal_propor2018,
903
+ author = {Pedro H. {Luz de Araujo} and Te'{o}filo E. {de Campos} and
904
+ Renato R. R. {de Oliveira} and Matheus Stauffer and
905
+ Samuel Couto and Paulo Bermejo},
906
+ title = {{LeNER-Br}: a Dataset for Named Entity Recognition in {Brazilian} Legal Text},
907
+ booktitle = {International Conference on the Computational Processing of Portuguese ({PROPOR})},
908
+ publisher = {Springer},
909
+ series = {Lecture Notes on Computer Science ({LNCS})},
910
+ pages = {313--323},
911
+ year = {2018},
912
+ month = {September 24-26},
913
+ address = {Canela, RS, Brazil},
914
+ doi = {10.1007/978-3-319-99722-3_32},
915
+ url = {https://teodecampos.github.io/LeNER-Br/},
916
+ }
917
+
918
+ # assin2-rte, assin2-sts
919
+ @inproceedings{real2020assin,
920
+ title={The assin 2 shared task: a quick overview},
921
+ author={Real, Livy and Fonseca, Erick and Oliveira, Hugo Goncalo},
922
+ booktitle={International Conference on Computational Processing of the Portuguese Language},
923
+ pages={406--412},
924
+ year={2020},
925
+ organization={Springer}
926
+ }
927
+
928
+ # HateBR_offensive_binary, HateBR_offensive_level
929
+ @inproceedings{vargas2022hatebr,
930
+ title={HateBR: A Large Expert Annotated Corpus of Brazilian Instagram Comments for Offensive Language and Hate Speech Detection},
931
+ author={Vargas, Francielle and Carvalho, Isabelle and de G{'o}es, Fabiana Rodrigues and Pardo, Thiago and Benevenuto, Fabr{'\i}cio},
932
+ booktitle={Proceedings of the Thirteenth Language Resources and Evaluation Conference},
933
+ pages={7174--7183},
934
+ year={2022}
935
+ }
936
+
937
+ # UlyssesNER-Br-PL-coarse, UlyssesNER-Br-C-coarse, UlyssesNER-Br-PL-fine, UlyssesNER-Br-C-fine
938
+ @InProceedings{10.1007/978-3-030-98305-5_1,
939
+ author="Albuquerque, Hidelberg O.
940
+ and Costa, Rosimeire
941
+ and Silvestre, Gabriel
942
+ and Souza, Ellen
943
+ and da Silva, N{'a}dia F. F.
944
+ and Vit{'o}rio, Douglas
945
+ and Moriyama, Gyovana
946
+ and Martins, Lucas
947
+ and Soezima, Luiza
948
+ and Nunes, Augusto
949
+ and Siqueira, Felipe
950
+ and Tarrega, Jo{\~a}o P.
951
+ and Beinotti, Joao V.
952
+ and Dias, Marcio
953
+ and Silva, Matheus
954
+ and Gardini, Miguel
955
+ and Silva, Vinicius
956
+ and de Carvalho, Andr{'e} C. P. L. F.
957
+ and Oliveira, Adriano L. I.",
958
+ editor="Pinheiro, Vl{'a}dia
959
+ and Gamallo, Pablo
960
+ and Amaro, Raquel
961
+ and Scarton, Carolina
962
+ and Batista, Fernando
963
+ and Silva, Diego
964
+ and Magro, Catarina
965
+ and Pinto, Hugo",
966
+ title="UlyssesNER-Br: A Corpus of Brazilian Legislative Documents for Named Entity Recognition",
967
+ booktitle="Computational Processing of the Portuguese Language",
968
+ year="2022",
969
+ publisher="Springer International Publishing",
970
+ address="Cham",
971
+ pages="3--14",
972
+ isbn="978-3-030-98305-5"
973
+ }
974
+ @InProceedings{10.1007/978-3-031-16474-3_62,
975
+ author="Costa, Rosimeire
976
+ and Albuquerque, Hidelberg Oliveira
977
+ and Silvestre, Gabriel
978
+ and Silva, N{'a}dia F{'e}lix F.
979
+ and Souza, Ellen
980
+ and Vit{'o}rio, Douglas
981
+ and Nunes, Augusto
982
+ and Siqueira, Felipe
983
+ and Pedro Tarrega, Jo{\~a}o
984
+ and Vitor Beinotti, Jo{\~a}o
985
+ and de Souza Dias, M{'a}rcio
986
+ and Pereira, Fab{'i}ola S. F.
987
+ and Silva, Matheus
988
+ and Gardini, Miguel
989
+ and Silva, Vinicius
990
+ and de Carvalho, Andr{'e} C. P. L. F.
991
+ and Oliveira, Adriano L. I.",
992
+ editor="Marreiros, Goreti
993
+ and Martins, Bruno
994
+ and Paiva, Ana
995
+ and Ribeiro, Bernardete
996
+ and Sardinha, Alberto",
997
+ title="Expanding UlyssesNER-Br Named Entity Recognition Corpus with Informal User-Generated Text",
998
+ booktitle="Progress in Artificial Intelligence",
999
+ year="2022",
1000
+ publisher="Springer International Publishing",
1001
+ address="Cham",
1002
+ pages="767--779",
1003
+ isbn="978-3-031-16474-3"
1004
+ }
1005
+
1006
+ # brazilian_court_decisions_judgment, brazilian_court_decisions_unanimity
1007
+ @article{Lage-Freitas2022,
1008
+ author = {Lage-Freitas, Andr{'{e}} and Allende-Cid, H{'{e}}ctor and Santana, Orivaldo and Oliveira-Lage, L{'{i}}via},
1009
+ doi = {10.7717/peerj-cs.904},
1010
+ issn = {2376-5992},
1011
+ journal = {PeerJ. Computer science},
1012
+ keywords = {Artificial intelligence,Jurimetrics,Law,Legal,Legal NLP,Legal informatics,Legal outcome forecast,Litigation prediction,Machine learning,NLP,Portuguese,Predictive algorithms,judgement prediction},
1013
+ language = {eng},
1014
+ month = {mar},
1015
+ pages = {e904--e904},
1016
+ publisher = {PeerJ Inc.},
1017
+ title = {{Predicting Brazilian Court Decisions}},
1018
+ url = {https://pubmed.ncbi.nlm.nih.gov/35494851 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9044329/},
1019
+ volume = {8},
1020
+ year = {2022}
1021
+ }
1022
+
1023
+ # harem-default, harem-selective
1024
+ @inproceedings{santos2006harem,
1025
+ title={Harem: An advanced ner evaluation contest for portuguese},
1026
+ author={Santos, Diana and Seco, Nuno and Cardoso, Nuno and Vilela, Rui},
1027
+ booktitle={quot; In Nicoletta Calzolari; Khalid Choukri; Aldo Gangemi; Bente Maegaard; Joseph Mariani; Jan Odjik; Daniel Tapias (ed) Proceedings of the 5 th International Conference on Language Resources and Evaluation (LREC'2006)(Genoa Italy 22-28 May 2006)},
1028
+ year={2006}
1029
+ }
1030
+
1031
+ # multi_eurlex_pt
1032
+ @InProceedings{chalkidis-etal-2021-multieurlex,
1033
+ author = {Chalkidis, Ilias
1034
+ and Fergadiotis, Manos
1035
+ and Androutsopoulos, Ion},
1036
+ title = {MultiEURLEX -- A multi-lingual and multi-label legal document
1037
+ classification dataset for zero-shot cross-lingual transfer},
1038
+ booktitle = {Proceedings of the 2021 Conference on Empirical Methods
1039
+ in Natural Language Processing},
1040
+ year = {2021},
1041
+ publisher = {Association for Computational Linguistics},
1042
+ location = {Punta Cana, Dominican Republic},
1043
+ url = {https://arxiv.org/abs/2109.00904}
1044
+ }
1045
+
1046
+ # mapa_pt_coarse, mapa_pt_fine
1047
+ @article{DeGibertBonet2022,
1048
+ author = {{de Gibert Bonet}, Ona and {Garc{'{i}}a Pablos}, Aitor and Cuadros, Montse and Melero, Maite},
1049
+ journal = {Proceedings of the Language Resources and Evaluation Conference},
1050
+ number = {June},
1051
+ pages = {3751--3760},
1052
+ title = {{Spanish Datasets for Sensitive Entity Detection in the Legal Domain}},
1053
+ url = {https://aclanthology.org/2022.lrec-1.400},
1054
+ year = {2022}
1055
+ }
1056
+
1057
+ # Portuguese_Hate_Speech_binary
1058
+ @inproceedings{fortuna-etal-2019-hierarchically,
1059
+ title = "A Hierarchically-Labeled {P}ortuguese Hate Speech Dataset",
1060
+ author = "Fortuna, Paula and
1061
+ Rocha da Silva, Jo{\~a}o and
1062
+ Soler-Company, Juan and
1063
+ Wanner, Leo and
1064
+ Nunes, S{'e}rgio",
1065
+ editor = "Roberts, Sarah T. and
1066
+ Tetreault, Joel and
1067
+ Prabhakaran, Vinodkumar and
1068
+ Waseem, Zeerak",
1069
+ booktitle = "Proceedings of the Third Workshop on Abusive Language Online",
1070
+ month = aug,
1071
+ year = "2019",
1072
+ address = "Florence, Italy",
1073
+ publisher = "Association for Computational Linguistics",
1074
+ url = "https://aclanthology.org/W19-3510",
1075
+ doi = "10.18653/v1/W19-3510",
1076
+ pages = "94--104"
1077
+ }
1078
+ ```