Skip to content

Opinion Knowledge Injection Network for Aspect Extraction

Notifications You must be signed in to change notification settings

zhangshaolei1998/OKIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OKIN

Opinion Knowledge Injection Network for Aspect Extraction 项目模型研发中。有需求,请联系13718537922。

训练及测试

Train the Restaurant model

python script/train.py --domain restaurant 
nohup python script/train.py --domain restaurant  > nohup_rest.out 2>&1 & 
nohup python script/train.py --domain restaurant & tail -f nohup.out

Train the Laptop model

python script/train.py 

Evaluate Restaurant dataset

python script/evaluation.py --domain restaurant 
nohup python script/train.py  > nohup.out 2>&1 & 
nohup python script/train.py & tail -f nohup.out

Evaluate Laptop dataset

python script/evaluation.py

test

nohup python test.py > nohup_test.out 2>&1 & 

About

Opinion Knowledge Injection Network for Aspect Extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages