eveliao's Stars
flairNLP/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
OpenNMT/OpenNMT-py
Open Source Neural Machine Translation and (Large) Language Models in PyTorch
649453932/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
OpenNMT/OpenNMT
Open Source Neural Machine Translation in Torch (deprecated)
abisee/pointer-generator
Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
robertsdionne/neural-network-papers
HazyResearch/deepdive
DeepDive
IBM/pytorch-seq2seq
An open source framework for seq2seq models in PyTorch.
atulkum/pointer_summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
keon/seq2seq
Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch
ShomyLiu/pytorch-relation-extraction
distant supervised relation extraction models: PCNN MIL (Zeng 2015), PCNN+ATT(Lin 2016). 关系抽取
bekou/multihead_joint_entity_relation_extraction
Implementation of our papers Joint entity recognition and relation extraction as a multi-head selection problem (Expert Syst. Appl, 2018) and Adversarial training for multi-context joint entity and relation extraction (EMNLP, 2018).
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator
ymfa/seq2seq-summarizer
Pointer-generator reinforced seq2seq summarization in PyTorch
lx865712528/EMNLP2018-JMEE
This is the code for our EMNLP 2018 paper "Jointly Multiple Events Extraction via Attention-based Graph Information Aggregation"
may-/cnn-re-tf
Convolutional Neural Network for Multi-label Multi-instance Relation Extraction in Tensorflow
luanyi/DyGIE
dgai91/pytorch-acnn-model
code of Relation Classification via Multi-Level Attention CNNs
sheng-z/stog
AMR Parsing as Sequence-to-Graph Transduction
luheng/lsgn
Labeled Span Graph Networks
ZhixiuYe/Intra-Bag-and-Inter-Bag-Attentions
Code for NAACL 2019 paper: Distant Supervision Relation Extraction with Intra-Bag and Inter-Bag Attentions
darrenyaoyao/ResCNN_RelationExtraction
Deep Residual Learning for Weakly-Supervised Relation Extraction: https://arxiv.org/abs/1707.08866
datquocnguyen/jointRE
End-to-end neural relation extraction using deep biaffine attention (ECIR 2019)
hitwsl/joint-entity-relation
code for Joint Extraction of Entities and Relations Based on a Novel Graph Scheme
limteng-rpi/neural_name_tagging
Code for "Reliability-aware Dynamic Feature Composition for Name Tagging" (ACL2019)
daandouwe/biaffine-dependency-parser
A graph based dependency parser in PyTorch.
sheng-z/JOCI
Ordinal Common-sense Inference
sheng-z/cross-lingual-open-ie
MT/IE: Cross-lingual Open Information Extraction with Neural Sequence-to-Sequence Models
changzhisun/entrel-joint-mrt
msankith/RelationExtraction_MIML_CNN
Implementation of Relation Extraction with Multi-instance Multi-label Convolutional Neural Networks in tensorflow