BUAAChuanWang's repositories
Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
awesome-knowledge-graph
整理知识图谱相关学习资料
bert_for_corrector
基于bert进行中文文本纠错
BiaffineParser
Biaffine Parser based on CNN / LSTM / Transformer Encoder
BUAAChuanWang.github.io
My Blog / Jekyll Themes / PWA
Chinese_SFT_Chat_Model
LLM Demo
CRF-pos-tagging
Pos tagging with BiLSTM-CRF, CRF-BERT
DeepCTR-Torch
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
GNNs-easy-to-use
An PyTorch implementation of graph neural networks (GraphSAGE and GAT) that can be simply imported and used.
KDD-2019-Hands-on
DGL tutorial in KDD 2019
nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
pinyin-data
汉字拼音数据
text-classification-small-datasets
Building a text classifier with extremely small datasets
TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.