[ { "@graph" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o", "@type" : [ "http://www.nanopub.org/nschema#Nanopublication" ], "http://www.nanopub.org/nschema#hasAssertion" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/pubinfo" } ] } ], "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/Head" }, { "@graph" : [ { "@id" : "https://doi.org/10.48550/arXiv.2412.05547", "@type" : [ "http://www.w3.org/ns/prov#Entity" ], "http://purl.org/dc/terms/title" : [ { "@value" : "KG-Retriever: Efficient Knowledge Indexing for Retrieval-Augmented Large Language Models" } ], "http://purl.org/spar/cito/describes" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#KgRetriever" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#KgRetrieverEntityLevelKgConstructionUsingLlms" } ], "http://purl.org/spar/cito/discusses" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Bm25" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#DenseRetriever" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#GraphGuidedReasoning" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#IterRetgen" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Itrg" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Kgp" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#LlmWithCoT" }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#NaiveLlm" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Bm25", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "BM25" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#DenseRetriever", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "DenseRetriever" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#GraphGuidedReasoning", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "Graph-guided reasoning" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#IterRetgen", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "ITER-RETGEN" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Itrg", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "ITRG" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#KgRetriever", "@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" : "KG-Retriever is a novel Retrieval-Augmented Generation (RAG) framework that leverages a Hierarchical Index Graph (HIG) to provide comprehensive and efficient knowledge to LLMs during the inference stage. Its goal is to improve the quality, credibility, and efficiency of LLM-generated responses by addressing challenges like multi-hop question answering and information fragmentation. This directly aligns with using KGs to enhance LLM performance during inference." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "KG-Retriever" } ], "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#KgRetrieverEntityLevelKgConstructionUsingLlms", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://purl.org/dc/terms/subject" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/categories#LLMAugmentedKGConstruction" } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@value" : "This method describes the specific use of large language models (Qwen-72B) with in-context learning and designed prompts to extract entities and relations from unstructured text within documents. This process is crucial for constructing the entity-level knowledge graph layer of the Hierarchical Index Graph within the KG-Retriever framework, directly using LLMs to perform a core KG construction task." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "KG-Retriever's Entity-Level KG Construction using LLMs" } ], "https://neverblink.eu/ontologies/llm-kg/hasTopCategory" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/top-categories#LLMAugmentedKG" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#Kgp", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "KGP" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#LlmWithCoT", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "LLM with CoT" } ] }, { "@id" : "https://neverblink.eu/ontologies/llm-kg/methods#NaiveLlm", "@type" : [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@value" : "Naive LLM" } ] } ], "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/assertion" }, { "@graph" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/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.2412.05547" } ] } ], "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/provenance" }, { "@graph" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o", "http://purl.org/dc/terms/created" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2026-02-26T15:49:44.125Z" } ], "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.2412.05547" } ] }, { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/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" : "Rl3BF7oUweCgNMnsf9axb1SOZmKjPyo26r++N4GzYqszupiiioJR8F4JfYiNr0qpxneKAqvqSnNmAIN0xWMnqLOJiEPePwsO6/H2uNemnjGee5YWbIHzskc3yaeNkU62ZjVQnyXun6ngHEMt/ZQRmuZFy/Ky15kS5XgpoBtyZLJGJK1debvH/4wtmKBPePY4G973v01yIBlXSl2/EAtwy7/c0pecon2bESYsa3I1esLfZcYnF1mADfW9Vjh4/M2AprNm6TcvIoRoX7vJgvi/5JoGSqwDTpusuF+hVvYImzGa90iPn/4SRmAL5N7F7/CildbVcP3mr6eZ5i1ZGIA9EQ==" } ], "http://purl.org/nanopub/x/hasSignatureTarget" : [ { "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o" } ], "http://purl.org/nanopub/x/signedBy" : [ { "@id" : "https://neverblink.eu/ontologies/llm-kg/agent" } ] } ], "@id" : "https://w3id.org/np/RAk8AYwhOQ4k6JOAlHHGKVuB7TsBcKobmpnjMETsvc_1o/pubinfo" } ]