[ { "@graph" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04", "@type" : [ "http://www.nanopub.org/nschema#Nanopublication" ], "http://www.nanopub.org/nschema#hasAssertion" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/pubinfo" } ] } ], "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/Head" }, { "@graph" : [ { "@id" : "https://doi.org/10.48550/arXiv.2410.01401", "@type" : [ "http://www.w3.org/ns/prov#Entity" ], "http://purl.org/dc/terms/title" : [ { "@value" : "Question-guided Knowledge Graph Re-scoring and Injection for Knowledge Graph Question Answering" } ], "http://purl.org/spar/cito/describes" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Knowformer" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#QuestionGuidedKnowledgeGraphReScoring" } ], "http://purl.org/spar/cito/discusses" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Drlk" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Gnp" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#GreaseLm" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Gsc" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Kaping" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#KgFlattening" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#LoRa" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Qagnn" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Rumination" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Drlk", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "DRLK" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Gnp", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "GNP" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#GreaseLm", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "GreaseLM" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Gsc", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "GSC" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Kaping", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "KAPING" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#KgFlattening", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "KG Flattening" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Knowformer", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://purl.org/dc/terms/subject" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/categories#SynergizedReasoning" } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@value" : "Knowformer is a customized transformer architecture that introduces a knowledge projector to align and inject structured knowledge representations (obtained from a GNN encoder on the KG) into the LLM's FFN layers. This method synergizes the LLM's internal processing with KG knowledge, combining LLM and KG encoders for a unified reasoning process." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "Knowformer" } ], "https://neverblink.eu/ontologies/llm-kg/hasTopCategory" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/top-categories#SynergizedLLMKG" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#LoRa", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "LoRA" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Qagnn", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "QAGNN" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#QuestionGuidedKnowledgeGraphReScoring", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://purl.org/dc/terms/subject" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference" } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@value" : "Q-KGR proposes a method to re-score knowledge graph edges based on the semantic similarity to the input question. This process eliminates noisy pathways and focuses on pertinent factual knowledge from the KG, thereby enhancing the quality of knowledge accessible to the LLM during its inference stage for question answering." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "Question-guided Knowledge Graph Re-scoring (Q-KGR)" } ], "https://neverblink.eu/ontologies/llm-kg/hasTopCategory" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/top-categories#KGEnhancedLLM" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Rumination", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "Rumination" } ] } ], "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/assertion" }, { "@graph" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/assertion", "http://www.w3.org/ns/prov#wasAttributedTo" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/agent" } ], "http://www.w3.org/ns/prov#wasDerivedFrom" : [ { "@id" : "https://doi.org/10.48550/arXiv.2410.01401" } ] } ], "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/provenance" }, { "@graph" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04", "http://purl.org/dc/terms/created" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2026-02-26T16:31:25.085Z" } ], "http://purl.org/dc/terms/creator" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/agent" } ], "http://purl.org/nanopub/x/hasNanopubType" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/PaperAssessmentResult" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "LLM-KG assessment for paper 10.48550/arXiv.2410.01401" } ] }, { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/sig", "http://purl.org/nanopub/x/hasAlgorithm" : [ { "@value" : "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey" : [ { "@value" : "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature" : [ { "@value" : "uoooscF7qPET05/tFyEviHTR4bDEl8ic5oN8J5Z4Qt6285eb/r2S6aQhj8bQUFqOugaXh7B7A7rV2b8jkdEfhtK70cPyDEHTWbuaWIfl2bZ9V9rdlMdwLMah0XqracNqkA6AA7VqO03zx8VPRnF/lL2Jvs/ITFYTyEVqTzW/3opFZuU+M8YtUr+eU29/Mp86/7x6u48QzkJZYyLCaQDRo80Pu3gUnVDSZuWls2nXbOGg1gNzclTlB4tKsHaaDjvbNilxOGjvc3dlGZaMB1DZrmCXh3WABiE9k9uDoeaO583Rs7blirqYhQyk9ou19npYsDW+fhWGtmiPffWHXfRlxA==" } ], "http://purl.org/nanopub/x/hasSignatureTarget" : [ { "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04" } ], "http://purl.org/nanopub/x/signedBy" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/agent" } ] } ], "@id" : "https://w3id.org/np/RAKWoPyKZb1nK3qEtKzyADmCg9r4tPW7_4hYuk6iX0F04/pubinfo" } ]