pjox commited on
Commit
091ba5c
·
1 Parent(s): 08d6457

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: fr
3
+ tags:
4
+ - Early Modern French
5
+ - Historical
6
+ - NER
7
+ - flair
8
  license: apache-2.0
9
+ datasets:
10
+ - freemner
11
+ library_name: flair
12
+ pipeline_tag: token-classification
13
  ---
14
+
15
+ <a href="https://portizs.eu/publication/2022/lrec/dalembert/">
16
+ <img width="300px" src="https://portizs.eu/publication/2020/acl/camembert/featured_huac8a9374dbd7d6a2cb77224540858ab4_463389_720x2500_fit_q100_h2_lanczos_3.webp">
17
+ </a>
18
+
19
+ # D'AlemBERT-NER model
20
+
21
+ This model is fine-tuned version of a [CamemBERT model](https://huggingface.co/camembert-base) on the [FreEMNER corpus](https://doi.org/10.5281/zenodo.6481135) for Early Modern French. It was
22
+ introduced in [this paper](https://aclanthology.org/2022.coling-1.327/).
23
+
24
+ ### BibTeX entry and citation info
25
+
26
+ ```bibtex
27
+ @inproceedings{ortiz-suarez-gabay-2022-data,
28
+ title = "A Data-driven Approach to Named Entity Recognition for Early {M}odern {F}rench",
29
+ author = "Ortiz Suarez, Pedro and
30
+ Gabay, Simon",
31
+ booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
32
+ month = oct,
33
+ year = "2022",
34
+ address = "Gyeongju, Republic of Korea",
35
+ publisher = "International Committee on Computational Linguistics",
36
+ url = "https://aclanthology.org/2022.coling-1.327",
37
+ pages = "3722--3730",
38
+ abstract = "Named entity recognition has become an increasingly useful tool for digital humanities research, specially when it comes to historical texts. However, historical texts pose a wide range of challenges to both named entity recognition and natural language processing in general that are still difficult to address even with modern neural methods. In this article we focus in named entity recognition for historical French, and in particular for Early Modern French (16th-18th c.), i.e. Ancien R{\'e}gime French. However, instead of developing a specialised architecture to tackle the particularities of this state of language, we opt for a data-driven approach by developing a new corpus with fine-grained entity annotation, covering three centuries of literature corresponding to the early modern period; we try to annotate as much data as possible producing a corpus that is many times bigger than the most popular NER evaluation corpora for both Contemporary English and French. We then fine-tune existing state-of-the-art architectures for Early Modern and Contemporary French, obtaining results that are on par with those of the current state-of-the-art NER systems for Contemporary English. Both the corpus and the fine-tuned models are released.",
39
+ }
40
+ ```