msta / cnn_rc

Relation Classification with Convolutional Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cnn_rc

Relation Classification with Convolutional Neural Network on SemEval Task 8 2010

Requirements

pip install -r requirements.txt

Some dependencies need to be installed manually:

The word_embeddings must be downloaded and put into the word_embeddings folder for the default experiment to work. They should have the name ''word_embeddings.bin''

Tensorflow

Usage

Example experiment from the root folder: python -m lib.main --embedding word2vec --filter-size 250

There are many different params which can be set. Check argparser.py or write me a mail. Everyone who wants to run this experiment will be able to do so, just let me know if you are interested.

About

Relation Classification with Convolutional Neural Networks


Languages

Language:Jupyter Notebook 65.4%Language:C++ 11.3%Language:Python 9.9%Language:C 6.7%Language:TeX 5.4%Language:Perl 1.0%Language:Makefile 0.2%Language:Shell 0.0%Language:Dockerfile 0.0%