Skip to content

deneganisme/matching_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch implementation of Matching Net architecture in https://arxiv.org/pdf/1606.04080.pdf

To get started run:
python setup.py install

To run the model, you'll need a dataset. It should be a CSV with a column for the sentence and the relation. An example row would look like:
"Company X acquired Y recently", "acquisition"

About

PyTorch implementation of Vinyals et al. Matching Net (https://arxiv.org/pdf/1606.04080.pdf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages