lfcc commited on
Commit
26a1d20
1 Parent(s): 4cb4c00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -14
README.md CHANGED
@@ -17,19 +17,22 @@ The resulting dataset was formed by merging all the individual corpora into a un
17
 
18
  ### Citation
19
  ```bibtex
20
- @InProceedings{10.1007/978-3-031-04819-7_33,
21
- author="da Costa Cunha, Lu{\'i}s Filipe
22
- and Ramalho, Jos{\'e} Carlos",
23
- editor="Rocha, Alvaro
24
- and Adeli, Hojjat
25
- and Dzemyda, Gintautas
26
- and Moreira, Fernando",
27
- title="NER in Archival Finding Aids: Next Level",
28
- booktitle="Information Systems and Technologies",
29
- year="2022",
30
- publisher="Springer International Publishing",
31
- address="Cham",
32
- pages="333--342",
33
- isbn="978-3-031-04819-7"
34
  }
 
 
 
 
35
  ```
 
17
 
18
  ### Citation
19
  ```bibtex
20
+
21
+ @Article{make4010003,
22
+ AUTHOR = {Cunha, Luís Filipe da Costa and Ramalho, José Carlos},
23
+ TITLE = {NER in Archival Finding Aids: Extended},
24
+ JOURNAL = {Machine Learning and Knowledge Extraction},
25
+ VOLUME = {4},
26
+ YEAR = {2022},
27
+ NUMBER = {1},
28
+ PAGES = {42--65},
29
+ URL = {https://www.mdpi.com/2504-4990/4/1/3},
30
+ ISSN = {2504-4990},
31
+ 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.},
32
+ DOI = {10.3390/make4010003}
 
33
  }
34
+
35
+
36
+
37
+
38
  ```