Papers › EHHN: An Event-driven Heterogeneous Hypergraph Network for Object-Centric Next...

EHHN: An Event-driven Heterogeneous Hypergraph Network for Object-Centric Next Activity Prediction

2 Jul 2026arXiv:2607.01785added by Syntology

Jiaxing Wang, Kaitao Chen, Zhubin Han, Chenyu Hou, Bin Cao, Jing Fan, Ji Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Next activity prediction helps service-oriented processes anticipate upcoming steps before delays, exceptions, or service-level risks occur. Most existing methods assume classical single-case event logs, whereas real service processes often involve events shared by multiple typed business objects. Object-centric event logs (OCELs) capture such interactions, but current predictors remain limited. Flattening-based approaches lose cross-object context, and native OCEL graph-based approaches encode multi-object events through pairwise relations. Existing models also do not jointly capture event-driven object state changes, inter-event timing, and global execution patterns. We propose EHHN, an Event-driven Heterogeneous Hypergraph Network for object-centric next activity prediction. EHHN represents each prediction prefix as a heterogeneous hypergraph, where event--object hyperedges bind retained co-participating objects and a lifecycle hyperedge groups the primary object's observed lifecycle events. Based on this representation, EHHN uses a dual-stream architecture in which a micro-spatial stream models event-driven object-state evolution and a macro-evolution stream captures temporal dynamics using retrieved global prototypes. The two streams are fused to predict the next activity. Experiments on four public OCEL benchmarks against nine baselines show that EHHN achieves the best accuracy and macro F1-score on all datasets, with improvements of up to 8.1 and 12.4 percentage points over the strongest baselines. Compared with the strongest OCEL-native graph baseline, EHHN also reduces peak GPU memory by up to 24 times. Code is available at https://github.com/chenkaitao1112/EHHN.

PaperPDFCode 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="2607.01785")

Code

Syntology Ran 20 of 22 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 20 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chenkaitao1112/EHHN found in paper text by Syntology report

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

22 samples harvested; 20 ran; 0 honoured the contract we drafted; 2 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.

20ran
2unverified

Licence: 22 of the 22 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 chenkaitao1112/EHHN. “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.

add_event_duration_feature chenkaitao1112/EHHN/newTry/pipline_inter.py found in paper text by Syntology ran no licence file found · pointer only · c2d61b528e8403f0 · report
build_activity2idx chenkaitao1112/EHHN/newTry/pipline_2017.py found in paper text by Syntology ran no licence file found · pointer only · bb52806e579085f3 · report
build_event_object_dict chenkaitao1112/EHHN/newTry/construct_PE.py found in paper text by Syntology ran no licence file found · pointer only · 6a69104f7f49d620 · report
build_relation_mappings chenkaitao1112/EHHN/newTry/construct_PE.py found in paper text by Syntology ran no licence file found · pointer only · e0652353bfc2a676 · report
encode_object_table chenkaitao1112/EHHN/newTry/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · aa7d0920b87c795d · report
extract_and_pad_lifecycle chenkaitao1112/EHHN/newTry/Trainer.py found in paper text by Syntology ran no licence file found · pointer only · 7c5128aeeccd85ff · report
extract_last_3_events_mean chenkaitao1112/EHHN/newTry/model.py found in paper text by Syntology ran no licence file found · pointer only · dd26ce7c3b051f63 · report
extract_rows_by_tensor chenkaitao1112/EHHN/newTry/encoder.py found in paper text by Syntology ran no licence file found · pointer only · a4e2fbeb771bae04 · report
get_merged_omap_list chenkaitao1112/EHHN/newTry/ana.py found in paper text by Syntology ran no licence file found · pointer only · 23b1449f40ba0eda · report
get_merged_omap_list_with_activity chenkaitao1112/EHHN/newTry/ana.py found in paper text by Syntology ran no licence file found · pointer only · a2072d08f0d995b5 · report
get_object_types chenkaitao1112/EHHN/newTry/ana.py found in paper text by Syntology ran no licence file found · pointer only · 76d78246c4b5e1c4 · report
get_primary_object_ids chenkaitao1112/EHHN/newTry/construct_PE.py found in paper text by Syntology ran no licence file found · pointer only · 333f9e8402a7cc8c · report
load_jsonocel_to_dfs chenkaitao1112/EHHN/newTry/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · d86e99699500d24c · report
merge_hypergraphs_simple chenkaitao1112/EHHN/newTry/model.py found in paper text by Syntology ran no licence file found · pointer only · 11a3ff9fb74bda48 · report
multiclass_pr_auc_score chenkaitao1112/EHHN/newTry/Trainer.py found in paper text by Syntology ran no licence file found · pointer only · c292efd8889ba2ec · report
multiclass_roc_auc_score chenkaitao1112/EHHN/newTry/Trainer.py found in paper text by Syntology ran no licence file found · pointer only · 899b5d4d9854b1c2 · report
process_vmap_lifecycle chenkaitao1112/EHHN/newTry/pipline_p2p.py found in paper text by Syntology ran no licence file found · pointer only · fa06acd039a9e81b · report
process_vmap_start_timestamp chenkaitao1112/EHHN/newTry/pipline_inter.py found in paper text by Syntology ran no licence file found · pointer only · 9c97d9f1001f1811 · report
split_primary_objects_train_val_test chenkaitao1112/EHHN/newTry/pipeline_OTC.py found in paper text by Syntology ran no licence file found · pointer only · 58a1eab82a992470 · report
transform_objects_to_features chenkaitao1112/EHHN/newTry/preprocess.py found in paper text by Syntology ran no licence file found · pointer only · a7caa73ebe1a511e · report
filter_dicts_by_keys chenkaitao1112/EHHN/newTry/pipeline_OTC.py found in paper text by Syntology unverified no licence file found · pointer only · b6e602e11905de5e · report
process_object_id chenkaitao1112/EHHN/newTry/pipline_inter.py found in paper text by Syntology unverified no licence file found · pointer only · 6e8b08ae44cc0899 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.01785, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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