Pinned Repositories
active-qa
Ad-papers
Papers on Computational Advertising
AGGCN
Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
ALBERT
albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
alphaFM
Multi-thread implementation of Factorization Machines with FTRL for binary-class classification problem.
AnyQ
FAQ-based Question Answering System
ATLOP
Source code for paper "Document-Level Relation Extraction with Adaptive Thresholding and Localized Context Pooling", AAAI 2021
AwesomeMRC
This repo is our research summary and playground for MRC. More features are coming.
TensorFlow-TransX
An implementation of TransE and its extended models for Knowledge Representation Learning on TensorFlow
davidie's Repositories
davidie/TensorFlow-TransX
An implementation of TransE and its extended models for Knowledge Representation Learning on TensorFlow
davidie/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
davidie/chinese_correct_wsd
简易的中文纠错和消歧
davidie/ConvE
Convolutional 2D Knowledge Graph Embeddings resources
davidie/DeepPath
code and docs for my EMNLP paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"
davidie/deepwalk
DeepWalk - Deep Learning for Graphs
davidie/entailment-neural-attention-lstm-tf
(arXiv:1509.06664) Reasoning about Entailment with Neural Attention
davidie/HAN-text-classification
davidie/irgan
IRGAN SIGIR paper experimental code
davidie/KB2E
Knowledge Graph Embeddings including TransE, TransH, TransR and PTransE
davidie/nli
Enhanced LTSM for natural language inference
davidie/PCNN_TensorFlow
Piece-wise CNN for relation extraction.
davidie/python-libffm
A Python wrapper for the libffm library.
davidie/R-NET-in-Keras
R-NET implementation in Keras.
davidie/RNN-for-Joint-NLU
ATIS数据集 - Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
davidie/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
davidie/snli-entailment
A sample implementation of "REASONING ABOUT ENTAILMENT WITH NEURAL ATTENTION"
davidie/stanford_corenlp_pywrapper
davidie/text-classification
Tensorflow-implemented text classificators including FastText, TextCNN, TextRNN, TextBiRNN, TextRCNN, HAN, etc.
davidie/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
davidie/zh-NER-TF
A simple BiLSTM-CRF model for Chinese Named Entity Recognition task