[ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/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.18537" } ] } ] }, { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/Head", "@graph": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/assertion", "@graph": [ { "@id": "https://doi.org/10.48550/arXiv.2412.18537", "http://purl.org/dc/terms/title": [ { "@value": "Harnessing Large Language Models for Knowledge Graph Question Answering via Adaptive Multi-Aspect Retrieval-Augmentation" } ], "http://purl.org/spar/cito/describes": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#AmarFramework" } ], "http://purl.org/spar/cito/discusses": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Bm25" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#CbrKbQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#ChatKbQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#DecAf" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Elq" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#EmbedKgQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Facc1" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#FcKbQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#FiDeLiS" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#GRetriever" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#GmtKbQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#GraftNet" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#KdCoT" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#KgT5" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#KvMem" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#LowRankAdaptation" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#NsmH" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Pangu" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#ProgramTransfer" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#PromptTuning" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#PullNet" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#RnGKbQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#RoG" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#SimCse" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#SrNsm" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#SrNsmE2e" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#StructGpt" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Tiara" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#ToGR" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#TransferNet" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#UniKgQa" }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#UnifiedSkg" } ], "@type": [ "http://www.w3.org/ns/prov#Entity" ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#AmarFramework", "http://purl.org/dc/terms/subject": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/categories#KGEnhancedLLMInference" } ], "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@value": "AMAR enhances LLMs' reasoning and factual output for KGQA by adaptively retrieving multi-aspect knowledge (entities, relations, subgraphs) from KGs, processing it through self-alignment and relevance gating modules, and converting it into prompt embeddings for the LLM during inference. This specifically aims to improve the LLM's ability to answer complex questions by providing accurate and filtered external knowledge at inference time, addressing hallucination and outdated knowledge issues." } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Adaptive Multi-Aspect Retrieval-augmented over KGs (AMAR) framework" } ], "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#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#CbrKbQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "CBR-KBQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#ChatKbQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "ChatKBQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#DecAf", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "DecAF" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Elq", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "ELQ" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#EmbedKgQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "EmbedKGQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Facc1", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "FACC1" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#FcKbQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "FC-KBQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#FiDeLiS", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "FiDeLiS" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#GRetriever", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "G-Retriever" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#GmtKbQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "GMT-KBQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#GraftNet", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "GraftNet" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#KdCoT", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "KD-CoT" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#KgT5", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "KGT5" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#KvMem", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "KV-Mem" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#LowRankAdaptation", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Low-Rank Adaptation" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#NsmH", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "NSM+h" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Pangu", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Pangu" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#ProgramTransfer", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "ProgramTransfer" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#PromptTuning", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Prompt Tuning" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#PullNet", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "PullNet" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#RnGKbQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "RnG-KBQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#RoG", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "RoG" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#SimCse", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "SimCSE" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#SrNsm", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "SR+NSM" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#SrNsmE2e", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "SR+NSM+E2E" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#StructGpt", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "StructGPT" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#Tiara", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "TIARA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#ToGR", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "ToG-R" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#TransferNet", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "TransferNet" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#UniKgQa", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "UniKGQA" } ] }, { "@id": "https://neverblink.eu/ontologies/llm-kg/methods#UnifiedSkg", "@type": [ "http://purl.org/spar/fabio/Workflow" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "UnifiedSKG" } ] } ] }, { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/pubinfo", "@graph": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4", "http://purl.org/dc/terms/created": [ { "@value": "2026-02-26T16:10:38.202Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "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.18537" } ] }, { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4/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": "YkRIXxtL0zRxXEYaDKS5n+NTCGQI20PZoDTmt61M5n1w/B09VbMc3QQt7ieLEMGuLgEZfvgzRQ/h314BcMOduR78/BqocTjPKDxf/JMa+HCkimGqCIBaiKIQceLIBoZR8RPLvtjU2tLhuXnpeW+4XTk1pj21FNHYBIgLgcc4H133cVpkhQhIaZQZMhNQoW24/zabxmiVcKb+ZJe4qd8+D6V2DqTrLFFT6MU2UJ79B35uxR2Nq5PfXwGDivkHgkbJ95qEGVexkkbLLZKXI4PhRw5OPlEpOV2UYyk9pQyV4jyk68AwsV844zjLflQp2bUlw6wcvyajvxV24FMNVvQ7NA==" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAG_6ih5NZR4N34EHO0NFGoTRt7NQzNL6Dq-XdnM8s6R4" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://neverblink.eu/ontologies/llm-kg/agent" } ] } ] } ]