@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix pav: . @prefix rdf: . @prefix owl: . @prefix rdfg: . @prefix dce: . @prefix xsd: . @prefix rdfs: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a prov:Entity; dct:title "LLM-Align: Utilizing Large Language Models for Entity Alignment in Knowledge Graphs"; ; , , , , , , , , . a ; rdfs:label "AttrGNN" . a ; rdfs:label "BERT-INT" . a ; rdfs:label "ChatEA" . a ; rdfs:label "DERA" . a ; rdfs:label "DERA-R" . a ; rdfs:label "GCN-Align" . a ; rdfs:label "HMAN" . a ; dct:subject ; rdfs:comment "LLM-Align is a three-stage framework for Entity Alignment (EA) that leverages LLMs. It uses heuristic methods for attribute and relation selection to create informative prompts and a multi-round voting mechanism to mitigate LLM hallucinations and positional bias, aiming to improve the accuracy of matching entities across KGs. Entity alignment is a crucial step in KG integration, falling under KG construction."; rdfs:label "LLM-Align"; . a ; rdfs:label "LLMEA" . a ; rdfs:label "TEA" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-02-25T16:56:47.293Z"^^xsd:dateTime; dct:creator . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB"; npx:hasSignature "i6QzxVLNsCDAeBi50BcVM2h1M7tQOR84VjJ1CUKmQCNCv0ZWrjZiPiKHs7JDdcWzhlsNT0I5AXJ6+07I0ItPqXtdg9Xoql3zijm4uJb8/krjH6EjTk6Sc/1WGpRdfQVHE1RHuBkWanYe+jx06yvIWSksUMujbBM5vqZ8FTonVgIjPynF0Hz9DyW1yWIJjr0RxoAwwuYEOml8wD3cdIEk4xoXXYzaK6NFOn4RdAmeWpQKalmVMxT/qaPbBxmHBBt1gPpqBnZQvbIFllALujZj4tkajeGMhYAX9UIyaAvtj1zPA4HwoVDA32Jt+xYqen+bNdvsi9LP5MoYM6bcZ2vaXA=="; npx:hasSignatureTarget this:; npx:signedBy . }