Towe

Code and data for "Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling" (NAACL2019)
Alternatives To Towe
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ml Surveys2,538
6 months ago1mit
📋 Survey papers summarizing advances in deep learning, NLP, CV, graphs, reinforcement learning, recommendations, graphs, etc.
Keras Textclassification1,270
a year ago9December 19, 20201mitPython
中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN, RCNN, DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Transformer-encode, Seq2seq, SWEM, LEAM, TextGCN
Capsgnn1,180
6 months ago3gpl-3.0Python
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
Nlp_overview958
3 years ago5mitCSS
Overview of Modern Deep Learning Techniques Applied to Natural Language Processing
Undreamt421
3 years ago11gpl-3.0Python
Unsupervised Neural Machine Translation
Anlp19409
2 years agoJupyter Notebook
Course repo for Applied Natural Language Processing (Spring 2019)
Neuronlp2358
3 years ago7gpl-3.0Python
Deep neural models for core NLP tasks (Pytorch version)
Paperlist For Recommender Systems334
2 years ago1
Recommender Systems Paperlist that I am interested in
Aquiladb311
a year ago3apache-2.0Python
An easy to use Neural Search Engine. Index latent vectors along with JSON metadata and do efficient k-NN search.
Kprn183
4 years ago8otherLua
Reasoning Over Knowledge Graph Paths for Recommendation
Alternatives To Towe
Select To Compare


Alternative Project Comparisons
Readme

Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling

This repository is under construction.

Dependency:

  • python3
  • pytorch 0.4

How to run (Take the 14res dataset as example)

  1. (optional) prepare the word embeddings: (we have prepared for you in the code/data/ directory.)
    1. put the glove embeddings in the code/embedding directory.
    2. run the script:
    python build_vocab_embed.py --ds 14res
    
  2. in the code/ directory:
    python main.py --ds 14res
    
Popular Neural Projects
Popular Embeddings Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Neural
Embeddings