Skip to content

hypasd-art/KDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

KDM

Complex Event Schema Induction with Knowledge-Enriched Diffusion Model

To train and test the diffusion model in the ESG module:

train

python ESG_single.py --dataset=suicide_ied --seed=1

test

python ESG_single.py --dataset=suicide_ied --seed=1 --predictor=True

To train and test the conditional diffusion model in the ESG module:

train

python ESG.py --seed=1

test

python ESG.py --seed=1 --predictor=True

To train and test the ERP module:

train

python ERP.py --seed=1

test

python ERP.py --seed=1 --predict=True

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages