DomLoyer commited on
Commit
6699583
·
verified ·
1 Parent(s): 2172879

Upload CITATION.cff

Browse files
Files changed (1) hide show
  1. CITATION.cff +63 -0
CITATION.cff ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use SysCRED, please cite it as below."
3
+ type: software
4
+
5
+ authors:
6
+ - family-names: Loyer
7
+ given-names: Dominique S.
8
+ orcid: "https://orcid.org/0009-0003-9713-7109"
9
+ affiliation: "Université du Québec à Montréal (UQAM),
10
+ Institut des Sciences Cognitives"
11
+
12
+ title: "SysCRED: Système Hybride d'Évaluation de la Crédibilité
13
+ de l'Information"
14
+ date-released: "2026-02-28"
15
+ year: 2026
16
+
17
+ url: "https://huggingface.co/spaces/DomLoyer/syscred"
18
+ repository-code: "https://huggingface.co/spaces/DomLoyer/syscred"
19
+
20
+ license: "CC-BY-4.0"
21
+
22
+ keywords:
23
+ - credibility evaluation
24
+ - fact-checking
25
+ - neuro-symbolic AI
26
+ - ontology
27
+ - knowledge graph
28
+ - information retrieval
29
+ - E-E-A-T
30
+ - hybrid system
31
+ - NLP
32
+ - transformers
33
+ - RDFLib
34
+ - BM25
35
+ - TREC
36
+
37
+ references:
38
+ - type: article
39
+ authors:
40
+ - family-names: Loyer
41
+ given-names: Dominique S.
42
+ title: "Modeling a Hybrid System for Verifying Information Credibility"
43
+ year: 2025
44
+ doi: "10.13140/RG.2.2.36348.24961"
45
+ - type: article
46
+ authors:
47
+ - family-names: Loyer
48
+ given-names: Dominique S.
49
+ title: "Hybrid System Ontology for Information Source Verification"
50
+ year: 2025
51
+ doi: "10.13140/RG.2.2.22926.47680"
52
+
53
+ preferred-citation:
54
+ type: software
55
+ authors:
56
+ - family-names: Loyer
57
+ given-names: Dominique S.
58
+ orcid: "https://orcid.org/0009-0003-9713-7109"
59
+ title: "SysCRED: Système Hybride d'Évaluation de la Crédibilité
60
+ de l'Information"
61
+ year: 2026
62
+ url: "https://huggingface.co/spaces/DomLoyer/syscred"
63
+ publisher: "Hugging Face"