π¨βπ¬ Dominique S. Loyer
PhD Candidate in Cognitive Informatics at UniversitΓ© du QuΓ©bec Γ MontrΓ©al (UQAM)
Research Interests:
- π€ Algorithmic Bureaucracy & Governance
- π Explainable AI (xAI) & Transparency
- π Recommendation Systems & Collaborative Filtering
- π Digital Sociology & Information Credibility
- βοΈ AI Ethics & Accountability
π Support My GITHUB Open Projects
SysCRED β SystΓ¨me Neuro-Symbolique de VΓ©rification de CrΓ©dibilitΓ©
PhD Thesis Prototype β Dominique S. Loyer (UQAM)
Citation Key: loyerModelingHybridSystem2025
[!NOTE] **Version stable : v2.4.1 (12 mars 2026) β (dashboard explainers, TREC metrics, GraphRAG)** > - **Fact-Checking** multi-sources (Google Fact Check API) > - **E-E-A-T** (Experience, Expertise, Authority, Trust) > - **NER** β Extraction d'entitΓ©s nommΓ©es (spaCy) > - **GraphRAG** β RΓ©seau Neuro-Symbolique (D3.js) > - **MΓ©triques** β Precision, Recall, nDCG, MRR > - **Bias Analysis** β DΓ©tection de biais
Site institutionnel: https://syscred.uqam.ca
π systemFactChecking β Hybrid Information Credibility Verification System
A hybrid fact-checking system combining predicate-logic rules, ontologies (OWL), and neuro-symbolic AI to evaluate the credibility of information sources.
SysCRED est un système hybride de fact-checking combinant :
-
Symbolic AI : Raisonnement par règles et ontologies (OWL/RDF)
-
Neural AI : Transformers pour NER, sentiment, cohΓ©rence
-
IR Engine : Recherche dβΓ©vidence (BM25, TF-IDF, TREC)
-
GraphRAG : MΓ©moire contextuelle par graphe de connaissances
-
E-E-A-T : Scoring qualitΓ© Google (Experience, Expertise, Authority, Trust)
-
Technologies: Python, NLP, OWL Ontologies, Machine Learning, Neuro-symbolic AI
-
π Repository
-
π Modeling Paper
-
π Ontology Paper
refactorisation de sysCRED (14 mars 2026)
systemFactChecking_Production/ βββ src/ β βββ syscred/ β Package Python principal β βββ __init__.py β βββ core/ β CΕur du systΓ¨me β β βββ config.py β Configuration centralisΓ©e β β βββ verification_system.py β β βββ scoring.py β βββ api/ β Interface web β β βββ backend_app.py β Flask app β β βββ routes/ β β βββ middleware/ β βββ ml/ β ModΓ¨les ML β β βββ sentiment.py β β βββ ner_analyzer.py β Γ fusionner depuis HF β β βββ eeat_calculator.py β Γ fusionner depuis HF β βββ graph/ β GraphRAG & Ontologie β β βββ graph_rag.py β β βββ ontology_manager.py β β βββ queries.py β βββ ir/ β TREC & Information Retrieval β β βββ ir_engine.py β β βββ trec_retriever.py β β βββ eval_metrics.py β βββ datasets/ β Gestion datasets β β βββ liar_dataset.py β βββ utils/ β Utilitaires β βββ api_clients.py β βββ database.py β βββ helpers.py β βββ data/ β DonnΓ©es (hors git pour gros fichiers) β βββ ontology/ β β βββ sysCRED_onto26avrtil.ttl β β βββ sysCRED_data.ttl β βββ datasets/ β βββ liar/ β Dataset LIAR β βββ trec/ β Corpus TREC AP88-90 (276MB) β βββ docs/ β Documentation β βββ DEV_LOGS/ β Journaux de dΓ©veloppement β βββ PUBLICATIONS/ β Papers et prΓ©sentations β βββ API.md β βββ tests/ β Tests β βββ unit/ β βββ integration/ β βββ benchmarks/ β βββ notebooks/ β Jupyter notebooks β βββ exploration/ β βββ deploy/ β Configurations dΓ©ploiement β βββ huggingface/ β SpΓ©cifique HF Space β β βββ Dockerfile.hf β β βββ requirements-hf.txt β β βββ static/ β Assets HF β βββ docker/ β Docker gΓ©nΓ©rique β βββ Dockerfile β βββ docker-compose.yml β βββ scripts/ β Scripts utilitaires β βββ start_syscred.sh β βββ deploy_huggingface.sh β βββ run_benchmarks.py β βββ 99_Archive/ β ARCHIVES (jamais supprimΓ©es) β βββ 2026-03-14_restructuration/ β βββ systemFactChecking-1/ β Copie complΓ¨te prΓ©servΓ©e β βββ syscred-space_backup/ β Version HF prΓ©servΓ©e β βββ v2_syscred/ β Ancienne version β βββ syscred_legacy/ β βββ SysCRED_v2.1_Update/ β βββ README.md β Documentation des archives β βββ pyproject.toml β Configuration package Python βββ requirements.txt βββ requirements-dev.txt βββ .env.example βββ .gitignore β Mis Γ jour avec data/large βββ README.md β Mis Γ jour
π Featured Publications
π PhD (Examen de synthΓ¨se doctoral)
Le LΓ©viathan Algorithmique : pouvoir, opacitΓ© et responsabilitΓ© Γ l'Γ¨re de l'intelligence artificielle
π Selected Papers
-
Modeling a Hybrid System for Verifying Information Credibility (2025)
-
Hybrid System Ontology for Information Source Verification (2025)
π TREC Evaluation System
Evaluation of Information Retrieval Models on TREC AP 88-90 (2025)
Γvaluation comparative de modΓ¨les de recherche d'information sur les collections TREC AP 88-90.
Technologies : Python β’ Information Retrieval β’ BM25 β’ TF-IDF β’ Vector Space Models
RΓ©sultats :
- π Analyse de ~243,000 documents
- π Comparaison BM25 vs. VSM
- π― MΓ©triques MAP, NDCG, Precision@K
π Lire l'article
π View all publications β
π» Research Projects
π Information Credibility Verification System
A hybrid system combining predicate logic and ML/AI for assessing information source credibility.
- Technologies: Python, NLP, Ontologies (OWL), Machine Learning
- Status: Active Research
- π Repository | π Paper
π Web Science Ontology
OWL ontology for modeling information verification systems.
- Technologies: OWL, RDF, ProtΓ©gΓ©
- Status: Published
- π Repository | π Paper
π€ Neural Machine Translation (English-Russian)
Neural machine translation system with attention mechanisms.
- Technologies: Python, TensorFlow, PyTorch, NMT
- Status: Completed
- π Repository | π Paper
π οΈ Technical Skills
Research & Productivity Tools:
π GitHub Statistics
π― Current Focus
- π¬ Completing PhD dissertation on algorithmic bureaucracy
- π Publishing research on AI transparency and accountability
- π‘ Developing explainable AI frameworks for recommendation systems
- π Contributing to open science and reproducible research
π Publications Highlights
π« Contact & Links
- π Website: dominiqueloyer.github.io
- π§ Email: 2e2g3zhvt@mozmail.com
- πΌ LinkedIn: linkedin.com/in/dominique-loyer-456ab739b
- π¬ ORCID: 0009-0003-9713-7109
- π Google Scholar: Profile
- π ResearchGate: Dominique Loyer
π License
Unless otherwise specified, research code is released under MIT License.
Academic publications follow their respective copyright agreements.
β If you find my work interesting, consider following or starring relevant repositories!