Papers › APEX²: Adaptive and Extreme Summarization for Personalized Knowledge Graphs

APEX²: Adaptive and Extreme Summarization for Personalized Knowledge Graphs

23 Dec 2024arXiv:2412.17336archive 2025-07-28

Zihao Li, Dongqi Fu, Mengting Ai, Jingrui He

Knowledge graphs (KGs), which store an extensive number of relational facts, serve various applications. Recently, personalized knowledge graphs (PKGs) have emerged as a solution to optimize storage costs by customizing their content to align with users' specific interests within particular domains. In the real world, on one hand, user queries and their underlying interests are inherently evolving, requiring PKGs to adapt continuously; on the other hand, the summarization is constantly expected to be as small as possible in terms of storage cost. However, the existing PKG summarization methods implicitly assume that the user's interests are constant and do not shift. Furthermore, when the size constraint of PKG is extremely small, the existing methods cannot distinguish which facts are more of immediate interest and guarantee the utility of the summarized PKG. To address these limitations, we propose APEX², a highly scalable PKG summarization framework designed with robust theoretical guarantees to excel in adaptive summarization tasks with extremely small size constraints. To be specific, after constructing an initial PKG, APEX² continuously tracks the interest shift and adjusts the previous summary. We evaluate APEX² under an evolving query setting on benchmark KGs containing up to 12 million triples, summarizing with compression ratios ≤0.1%. The experiments show that APEX outperforms state-of-the-art baselines in terms of both query-answering accuracy and efficiency.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.17336")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: official repository: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from iDEA-iSAIL-Lab-UIUC/APEX. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Heat_Diffuse iDEA-iSAIL-Lab-UIUC/APEX/code/src/apex.py official repository unverified MIT (permissive) · c46f6030afeae60b · report
binary_find iDEA-iSAIL-Lab-UIUC/APEX/code/src/apex.py official repository unverified MIT (permissive) · bbaecb13e64ffcd6 · report
check_question iDEA-iSAIL-Lab-UIUC/APEX/code/src/query.py official repository unverified MIT (permissive) · 472c5d90fd377046 · report
entity_counts iDEA-iSAIL-Lab-UIUC/APEX/code/src/user.py official repository unverified MIT (permissive) · d19410e1bd194547 · report
f1_score iDEA-iSAIL-Lab-UIUC/APEX/code/src/metrics.py official repository unverified MIT (permissive) · 1de880067d0e1282 · report
float_in_zero_one iDEA-iSAIL-Lab-UIUC/APEX/PKG_EXP/MetaQA/generate_query.py official repository unverified MIT (permissive) · 5c179350b6071ab6 · report
load_question iDEA-iSAIL-Lab-UIUC/APEX/code/src/query.py official repository unverified MIT (permissive) · 9b37cc76dbd1df80 · report
load_questions_from_dir iDEA-iSAIL-Lab-UIUC/APEX/code/src/query.py official repository unverified MIT (permissive) · 51df2d57de667977 · report
positive_int iDEA-iSAIL-Lab-UIUC/APEX/PKG_EXP/MetaQA/generate_query.py official repository unverified MIT (permissive) · 5d40f691b98b3b24 · report
precision iDEA-iSAIL-Lab-UIUC/APEX/code/src/metrics.py official repository unverified MIT (permissive) · c610c9ba3b321e3d · report
predicate_counts iDEA-iSAIL-Lab-UIUC/APEX/code/src/user.py official repository unverified MIT (permissive) · fa9e3f0df15d7987 · report
query_vector iDEA-iSAIL-Lab-UIUC/APEX/code/src/algorithms.py official repository unverified MIT (permissive) · fdaa7d19b62a3565 · report
random_walk_with_restart iDEA-iSAIL-Lab-UIUC/APEX/code/src/algorithms.py official repository unverified MIT (permissive) · b92170f581df785d · report
recall iDEA-iSAIL-Lab-UIUC/APEX/code/src/metrics.py official repository unverified MIT (permissive) · 0e2103a8ddc3def1 · report
reuse iDEA-iSAIL-Lab-UIUC/APEX/code/src/user.py official repository unverified MIT (permissive) · 009124768559899b · report

Tasks

Extreme SummarizationKnowledge Graphs

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGN

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections