Skip to content

The code of our AAAI'20 paper "GraphER: Token-Centric Entity Resolution with Graph Convolutional Neural Networks"

Notifications You must be signed in to change notification settings

windofshadow/GraphER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphER

The code of our AAAI'20 paper "GraphER: Token-Centric Entity Resolution with Graph Convolutional Neural Networks"

Usage:

  • Firstly, download the embedding file "glove.6B.200d.txt" from https://nlp.stanford.edu/projects/glove/, and put it into Embedding folder

  • Secondly, initialize the ER-graph, e.g., for Amazon-Google dataset python graph_att.py Amazon-Google

  • Finally, run the training: python train.py

About

The code of our AAAI'20 paper "GraphER: Token-Centric Entity Resolution with Graph Convolutional Neural Networks"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages