Pinned Repositories
AI_Challenger_2018
AI Challenger, a platform for open datasets and programming competitions to artificial intelligence (AI) talents around the world. https://challenger.ai/
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
attention_RNN_for_textsum
This is to reproduce article <A DEEP REINFORCED MODEL FOR ABSTRACTIVE SUMMARIZATION>
BDCI2019-SENTIMENT-CLASSIFICATION
CCF BDCI 2019 互联网新闻情感分析 复赛top1解决方案
bert
TensorFlow code and pre-trained models for BERT
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private server services
BERT-Classify-Pytorch
BERT-Classify-Pytorch
bert-kbqa-NLPCC2017
A trial of kbqa based on bert for NLPCC2016/2017 Task 5 (基于BERT的中文知识库问答实践,代码可跑通)
bert-utils
BERT生成句向量,BERT做文本分类、文本相似度计算
Bidirectiona-LSTM-for-text-summarization-
A bidirectional encoder-decoder LSTM neural network is trained for text summarization on the cnn/dailymail dataset. (MIT808 project)
jkszw2014's Repositories
jkszw2014/attention_RNN_for_textsum
This is to reproduce article <A DEEP REINFORCED MODEL FOR ABSTRACTIVE SUMMARIZATION>
jkszw2014/knowledge_graph_demo
This is a demo for a simple knowledge graph.
jkszw2014/text_extraction
提取金融相关领域研究报告的主要结论(key idea)
jkszw2014/TextCNN
Convolutional Neural Networks for Sentence Classification in PyTorch
jkszw2014/triplets-extraction
Joint Extraction of Entities and Relations Based on a Novel Tagging Scheme
jkszw2014/zh-NER-TF
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)