NLPZSQ's Stars
liuwei1206/CCW-NER
Code for NAACL2019 paper "An Encoding Strategy Based Word-Character LSTM for Chinese NER".
thunlp/PLMpapers
Must-read Papers on pre-trained language models.
thunlp/NRLPapers
Must-read papers on network representation learning (NRL) / network embedding (NE)
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
thunlp/ERNIE
Source code and dataset for ACL 2019 paper "ERNIE: Enhanced Language Representation with Informative Entities"
ymcui/Chinese-XLNet
Pre-Trained Chinese XLNet(中文XLNet预训练模型)
lonePatient/albert_pytorch
A Lite Bert For Self-Supervised Learning Language Representations
google-research/albert
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
brightmart/albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
jiesutd/NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
jiesutd/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
Embedding/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
sebastianruder/learn-to-select-data
Code for Learning to select data for transfer learning with Bayesian Optimization
brightmart/roberta_zh
RoBERTa中文预训练模型: RoBERTa for Chinese
Nealcly/BiLSTM-LAN
Hierarchically-Refined Label Attention Network for Sequence Labeling
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
tsyw/MachineLearningNotes
My personal notes
pytorch/tutorials
PyTorch tutorials.
pkumod/CKBQA
A Chinese KBQA dataset with SPARQL annotations.
hugochan/BAMnet
Code & data accompanying the NAACL 2019 paper "Bidirectional Attentive Memory Networks for Question Answering over Knowledge Bases"
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
zhanlaoban/CS224N-Stanford-Winter-2019
The collection of ALL relevant materials about CS224N-Stanford/Winter 2019 course. THANKS TO THE PROFESSOR AND TAs! 斯坦福大学CS224N 【2019】课程的【所有】相关的资料。感谢Chris Manning教授和Abigail See,感谢所有助教!
ZacBi/CS224n-2019-solutions
Complete solutions for Stanford CS224n, winter, 2019
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
bharathgs/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
apachecn/pytorch-doc-zh
Pytorch 中文文档
yzhangcs/parser
:rocket: State-of-the-art parsers for natural language.
wklchris/Note-by-LaTeX
《简单粗暴 LaTeX》出版图书开源仓库 | The opensource repo for my published LaTeX book.
ThisIsSoMe/pytorch-pretrained-BERT
A PyTorch implementation of Google AI's BERT model provided with Google's pre-trained models, examples and utilities.