From dc9712df59d8fef372d9bc34522356007e24a953 Mon Sep 17 00:00:00 2001 From: Abdelhadi Belfadel <2924723+AbdBelf@users.noreply.github.com> Date: Mon, 18 May 2026 11:48:27 +0200 Subject: [PATCH] Add citation section to README Added citation section with BibTeX reference for the project. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5cedfb6..716534b 100644 --- a/README.md +++ b/README.md @@ -280,3 +280,15 @@ curl "http://localhost:2222/rest/annotate?text=Paris&confidence=0.5" ## Licence This project is under [MPL licence](./LICENSE). + +## Citation + +If you use this work, please cite: + +```bibtex +@inproceedings{eaab2026ontoconnectlm, + title={OntoConnectLM: Un outil de génération des ontologies guidé par les LLMs et les connaissances ouvertes}, + author={Amdouni, Emna and Belfadel, Abdelhadi and Gagnant, Maxence and Kattan, Joseph}, + booktitle={26ÈME CONFÉRENCE FRANCOPHONE SUR L'EXTRACTION ET LA GESTION DES CONNAISSANCES}, + year={2026} +}