lfcc commited on
Commit
2d2ac88
1 Parent(s): 172c5a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -14
README.md CHANGED
@@ -70,20 +70,25 @@ The following hyperparameters were used during training:
70
  - Tokenizers 0.10.3
71
  ### Citation
72
 
73
- @InProceedings{10.1007/978-3-031-04819-7_33,
74
- author="da Costa Cunha, Lu{\'i}s Filipe
75
- and Ramalho, Jos{\'e} Carlos",
76
- editor="Rocha, Alvaro
77
- and Adeli, Hojjat
78
- and Dzemyda, Gintautas
79
- and Moreira, Fernando",
80
- title="NER in Archival Finding Aids: Next Level",
81
- booktitle="Information Systems and Technologies",
82
- year="2022",
83
- publisher="Springer International Publishing",
84
- address="Cham",
85
- pages="333--342",
86
- isbn="978-3-031-04819-7"
87
  }
88
 
89
 
 
 
 
 
 
 
70
  - Tokenizers 0.10.3
71
  ### Citation
72
 
73
+ ```bibtex
74
+
75
+ @Article{make4010003,
76
+ AUTHOR = {Cunha, Luís Filipe da Costa and Ramalho, José Carlos},
77
+ TITLE = {NER in Archival Finding Aids: Extended},
78
+ JOURNAL = {Machine Learning and Knowledge Extraction},
79
+ VOLUME = {4},
80
+ YEAR = {2022},
81
+ NUMBER = {1},
82
+ PAGES = {42--65},
83
+ URL = {https://www.mdpi.com/2504-4990/4/1/3},
84
+ ISSN = {2504-4990},
85
+ ABSTRACT = {The amount of information preserved in Portuguese archives has increased over the years. These documents represent a national heritage of high importance, as they portray the country’s history. Currently, most Portuguese archives have made their finding aids available to the public in digital format, however, these data do not have any annotation, so it is not always easy to analyze their content. In this work, Named Entity Recognition solutions were created that allow the identification and classification of several named entities from the archival finding aids. These named entities translate into crucial information about their context and, with high confidence results, they can be used for several purposes, for example, the creation of smart browsing tools by using entity linking and record linking techniques. In order to achieve high result scores, we annotated several corpora to train our own Machine Learning algorithms in this context domain. We also used different architectures, such as CNNs, LSTMs, and Maximum Entropy models. Finally, all the created datasets and ML models were made available to the public with a developed web platform, NER@DI.},
86
+ DOI = {10.3390/make4010003}
87
  }
88
 
89
 
90
+
91
+
92
+ ```
93
+
94
+