qanastek commited on
Commit
69ba111
·
1 Parent(s): 7514c7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
 
15
  # MORFITT
16
 
17
- ## Data ([Zenodo](https://zenodo.org/record/7893841#.ZFLFDnZBybg)) | Publication ([arXiv](TODO) / [HAL](TODO) / [ACL Anthology](TODO))
18
  [Yanis LABRAK](https://www.linkedin.com/in/yanis-labrak-8a7412145/), [Richard DUFOUR](https://cv.hal.science/richard-dufour), [Mickaël ROUVIER](https://cv.hal.science/mickael-rouvier)
19
 
20
  [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/115EixHBcjf-se6xQeaTwZWE1i4idTNbm?usp=sharing) or [![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](https://github.com/qanastek/MORFITT/blob/main/TrainTransformers.py)
@@ -96,12 +96,25 @@ The MORFITT dataset is licensed under *Attribution-ShareAlike 4.0 International*
96
  If you find this project useful in your research, please cite the following papers:
97
 
98
  ```plain
99
- Yanis LABRAK & al. (COMMING SOON)
100
  ```
101
 
102
  or using the bibtex:
103
 
104
  ```bibtex
105
- @article{MORFITT,
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  }
107
  ```
 
14
 
15
  # MORFITT
16
 
17
+ ## Data ([Zenodo](https://zenodo.org/record/7893841#.ZFLFDnZBybg)) | Publication ([HAL](https://hal.science/hal-04131591/))
18
  [Yanis LABRAK](https://www.linkedin.com/in/yanis-labrak-8a7412145/), [Richard DUFOUR](https://cv.hal.science/richard-dufour), [Mickaël ROUVIER](https://cv.hal.science/mickael-rouvier)
19
 
20
  [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/115EixHBcjf-se6xQeaTwZWE1i4idTNbm?usp=sharing) or [![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](https://github.com/qanastek/MORFITT/blob/main/TrainTransformers.py)
 
96
  If you find this project useful in your research, please cite the following papers:
97
 
98
  ```plain
99
+ Labrak, Y., Rouvier, M., & Dufour, R. (2023). MORFITT : Un corpus multi-labels d’articles scientifiques français dans le domaine biomédical. In F. Boudin, B. Daille, R. Dufour, O. Khettari, M. Houbre, L. Jourdan, & N. Kooli (Eds.), 18e Conférence en Recherche d’Information et Applications – 16e Rencontres Jeunes Chercheurs en RI – 30e Conférence sur le Traitement Automatique des Langues Naturelles – 25e Rencontre des Étudiants Chercheurs en Informatique pour le Traitement Automatique des Langues (pp. 66–70). ATALA. https://hal.science/hal-04131591
100
  ```
101
 
102
  or using the bibtex:
103
 
104
  ```bibtex
105
+ @inproceedings{labrak:hal-04131591,
106
+ TITLE = {{MORFITT : Un corpus multi-labels d'articles scientifiques fran{\c c}ais dans le domaine biom{\'e}dical}},
107
+ AUTHOR = {Labrak, Yanis and Rouvier, Mickael and Dufour, Richard},
108
+ URL = {https://hal.science/hal-04131591},
109
+ BOOKTITLE = {{18e Conf{\'e}rence en Recherche d'Information et Applications -- 16e Rencontres Jeunes Chercheurs en RI -- 30e Conf{\'e}rence sur le Traitement Automatique des Langues Naturelles -- 25e Rencontre des {\'E}tudiants Chercheurs en Informatique pour le Traitement Automatique des Langues}},
110
+ ADDRESS = {Paris, France},
111
+ EDITOR = {Boudin, Florian and Daille, B{\'e}atrice and Dufour, Richard and Khettari, Oumaima and Houbre, Ma{\"e}l and Jourdan, L{\'e}ane and Kooli, Nihel},
112
+ PUBLISHER = {{ATALA}},
113
+ PAGES = {66-70},
114
+ YEAR = {2023},
115
+ KEYWORDS = {Analyse de documents scientifiques ; Jeux de donn{\'e}es compos{\'e}s des textes scientifiques},
116
+ PDF = {https://hal.science/hal-04131591/file/1465546.pdf},
117
+ HAL_ID = {hal-04131591},
118
+ HAL_VERSION = {v1},
119
  }
120
  ```