bourdoiscatie commited on
Commit
b5fd176
1 Parent(s): 7413283

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -34
README.md CHANGED
@@ -1273,27 +1273,35 @@ The following hyperparameters were used during training:
1273
 
1274
  ### NERembert-large-3entities
1275
  ```
1276
- TODO
 
 
 
 
 
 
 
 
1277
  ```
1278
 
1279
  ### multiconer
1280
-
1281
- > @inproceedings{multiconer2-report,
1282
  title={{SemEval-2023 Task 2: Fine-grained Multilingual Named Entity Recognition (MultiCoNER 2)}},
1283
  author={Fetahu, Besnik and Kar, Sudipta and Chen, Zhiyu and Rokhlenko, Oleg and Malmasi, Shervin},
1284
  booktitle={Proceedings of the 17th International Workshop on Semantic Evaluation (SemEval-2023)},
1285
  year={2023},
1286
  publisher={Association for Computational Linguistics}}
1287
 
1288
- > @article{multiconer2-data,
1289
  title={{MultiCoNER v2: a Large Multilingual dataset for Fine-grained and Noisy Named Entity Recognition}},
1290
  author={Fetahu, Besnik and Chen, Zhiyu and Kar, Sudipta and Rokhlenko, Oleg and Malmasi, Shervin},
1291
  year={2023}}
1292
-
1293
 
1294
  ### multinerd
1295
-
1296
- > @inproceedings{tedeschi-navigli-2022-multinerd,
1297
  title = "{M}ulti{NERD}: A Multilingual, Multi-Genre and Fine-Grained Dataset for Named Entity Recognition (and Disambiguation)",
1298
  author = "Tedeschi, Simone and Navigli, Roberto",
1299
  booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
@@ -1304,21 +1312,22 @@ TODO
1304
  url = "https://aclanthology.org/2022.findings-naacl.60",
1305
  doi = "10.18653/v1/2022.findings-naacl.60",
1306
  pages = "801--812"}
1307
-
1308
 
1309
  ### pii-masking-200k
1310
-
1311
- > @misc {ai4privacy_2023,
1312
- author = { {ai4Privacy} },
1313
- title = { pii-masking-200k (Revision 1d4c0a1) },
1314
- year = 2023,
1315
- url = { https://huggingface.co/datasets/ai4privacy/pii-masking-200k },
1316
- doi = { 10.57967/hf/1532 },
1317
- publisher = { Hugging Face }}
 
1318
 
1319
  ### wikiann
1320
-
1321
- > @inproceedings{rahimi-etal-2019-massively,
1322
  title = "Massively Multilingual Transfer for {NER}",
1323
  author = "Rahimi, Afshin and Li, Yuan and Cohn, Trevor",
1324
  booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
@@ -1328,34 +1337,44 @@ publisher = { Hugging Face }}
1328
  publisher = "Association for Computational Linguistics",
1329
  url = "https://www.aclweb.org/anthology/P19-1015",
1330
  pages = "151--164"}
 
1331
 
1332
  ### wikiner
1333
-
1334
- > @article{NOTHMAN2013151,
1335
- title = {Learning multilingual named entity recognition from Wikipedia},
1336
- journal = {Artificial Intelligence},
1337
- volume = {194},
1338
- pages = {151-175},
1339
- year = {2013},
1340
- note = {Artificial Intelligence, Wikipedia and Semi-Structured Resources},
1341
- issn = {0004-3702},
1342
- doi = {https://doi.org/10.1016/j.artint.2012.03.006},
1343
- url = {https://www.sciencedirect.com/science/article/pii/S0004370212000276},
1344
- author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran}}
1345
-
1346
 
1347
  ### frenchNER_3entities
1348
  ```
1349
- TODO
 
 
 
 
 
 
 
 
1350
  ```
1351
 
1352
  ### CamemBERT
1353
- > @inproceedings{martin2020camembert,
 
1354
  title={CamemBERT: a Tasty French Language Model},
1355
  author={Martin, Louis and Muller, Benjamin and Su{\'a}rez, Pedro Javier Ortiz and Dupont, Yoann and Romary, Laurent and de la Clergerie, {\'E}ric Villemonte and Seddah, Djam{\'e} and Sagot, Beno{\^\i}t},
1356
  booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
1357
  year={2020}}
1358
-
1359
 
1360
  ## License
1361
  [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
 
1273
 
1274
  ### NERembert-large-3entities
1275
  ```
1276
+ @misc {NERmembert2024,
1277
+ author = { {BOURDOIS, Loïck} },
1278
+ organization = { {Centre Aquitain des Technologies de l'Information et Electroniques} },
1279
+ title = { NERmembert-large-3entities },
1280
+ year = 2024,
1281
+ url = { https://huggingface.co/CATIE-AQ/NERmembert-large-3entities },
1282
+ doi = { 10.57967/hf/1752 },
1283
+ publisher = { Hugging Face }
1284
+ }
1285
  ```
1286
 
1287
  ### multiconer
1288
+ ```
1289
+ @inproceedings{multiconer2-report,
1290
  title={{SemEval-2023 Task 2: Fine-grained Multilingual Named Entity Recognition (MultiCoNER 2)}},
1291
  author={Fetahu, Besnik and Kar, Sudipta and Chen, Zhiyu and Rokhlenko, Oleg and Malmasi, Shervin},
1292
  booktitle={Proceedings of the 17th International Workshop on Semantic Evaluation (SemEval-2023)},
1293
  year={2023},
1294
  publisher={Association for Computational Linguistics}}
1295
 
1296
+ @article{multiconer2-data,
1297
  title={{MultiCoNER v2: a Large Multilingual dataset for Fine-grained and Noisy Named Entity Recognition}},
1298
  author={Fetahu, Besnik and Chen, Zhiyu and Kar, Sudipta and Rokhlenko, Oleg and Malmasi, Shervin},
1299
  year={2023}}
1300
+ ```
1301
 
1302
  ### multinerd
1303
+ ```
1304
+ @inproceedings{tedeschi-navigli-2022-multinerd,
1305
  title = "{M}ulti{NERD}: A Multilingual, Multi-Genre and Fine-Grained Dataset for Named Entity Recognition (and Disambiguation)",
1306
  author = "Tedeschi, Simone and Navigli, Roberto",
1307
  booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
 
1312
  url = "https://aclanthology.org/2022.findings-naacl.60",
1313
  doi = "10.18653/v1/2022.findings-naacl.60",
1314
  pages = "801--812"}
1315
+ ```
1316
 
1317
  ### pii-masking-200k
1318
+ ```
1319
+ @misc {ai4privacy_2023,
1320
+ author = { {ai4Privacy} },
1321
+ title = { pii-masking-200k (Revision 1d4c0a1) },
1322
+ year = 2023,
1323
+ url = { https://huggingface.co/datasets/ai4privacy/pii-masking-200k },
1324
+ doi = { 10.57967/hf/1532 },
1325
+ publisher = { Hugging Face }}
1326
+ ```
1327
 
1328
  ### wikiann
1329
+ ```
1330
+ @inproceedings{rahimi-etal-2019-massively,
1331
  title = "Massively Multilingual Transfer for {NER}",
1332
  author = "Rahimi, Afshin and Li, Yuan and Cohn, Trevor",
1333
  booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
 
1337
  publisher = "Association for Computational Linguistics",
1338
  url = "https://www.aclweb.org/anthology/P19-1015",
1339
  pages = "151--164"}
1340
+ ```
1341
 
1342
  ### wikiner
1343
+ ```
1344
+ @article{NOTHMAN2013151,
1345
+ title = {Learning multilingual named entity recognition from Wikipedia},
1346
+ journal = {Artificial Intelligence},
1347
+ volume = {194},
1348
+ pages = {151-175},
1349
+ year = {2013},
1350
+ note = {Artificial Intelligence, Wikipedia and Semi-Structured Resources},
1351
+ issn = {0004-3702},
1352
+ doi = {https://doi.org/10.1016/j.artint.2012.03.006},
1353
+ url = {https://www.sciencedirect.com/science/article/pii/S0004370212000276},
1354
+ author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran}}
1355
+ ```
1356
 
1357
  ### frenchNER_3entities
1358
  ```
1359
+ @misc {frenchNER2024,
1360
+ author = { {BOURDOIS, Loïck} },
1361
+ organization = { {Centre Aquitain des Technologies de l'Information et Electroniques} },
1362
+ title = { frenchNER_3entities },
1363
+ year = 2024,
1364
+ url = { https://huggingface.co/CATIE-AQ/frenchNER_3entities },
1365
+ doi = { 10.57967/hf/1751 },
1366
+ publisher = { Hugging Face }
1367
+ }
1368
  ```
1369
 
1370
  ### CamemBERT
1371
+ ```
1372
+ @inproceedings{martin2020camembert,
1373
  title={CamemBERT: a Tasty French Language Model},
1374
  author={Martin, Louis and Muller, Benjamin and Su{\'a}rez, Pedro Javier Ortiz and Dupont, Yoann and Romary, Laurent and de la Clergerie, {\'E}ric Villemonte and Seddah, Djam{\'e} and Sagot, Beno{\^\i}t},
1375
  booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
1376
  year={2020}}
1377
+ ```
1378
 
1379
  ## License
1380
  [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/deed.en)