Pinned Repositories
abstractive-text-summarization
PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.
AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
Al_challenger_2018_sentiment_analysis
AI Challenger 2018 细粒度用户评论情感分析,排名17th,基于Aspect Level 思路的解决方案
awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
awesome-knowledge-graph
整理知识图谱相关学习资料
BERT-chinese-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained BERT model for text classification.
Bert-Chinese-Text-Classification-Pytorch-1
使用Bert,ERNIE,进行中文文本分类
bert_for_corrector
基于bert进行中文文本纠错
Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
PyTorch_Biaffine_Dependency_Parsing
Biaffine Dependency Parsing based on PyTorch
BUAAChuanWang's Repositories
BUAAChuanWang/Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
BUAAChuanWang/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
BUAAChuanWang/awesome-knowledge-graph
整理知识图谱相关学习资料
BUAAChuanWang/bert_for_corrector
基于bert进行中文文本纠错
BUAAChuanWang/BiaffineParser
Biaffine Parser based on CNN / LSTM / Transformer Encoder
BUAAChuanWang/Bomi_parser
BUAAChuanWang/BUAAChuanWang
BUAAChuanWang/BUAAChuanWang.github.io
My Blog / Jekyll Themes / PWA
BUAAChuanWang/Chinese_SFT_Chat_Model
LLM Demo
BUAAChuanWang/Coding
BUAAChuanWang/CRF-pos-tagging
Pos tagging with BiLSTM-CRF, CRF-BERT
BUAAChuanWang/DeepCTR-Torch
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
BUAAChuanWang/dse
BUAAChuanWang/EasyRec
A framework for large scale recommendation algorithms.
BUAAChuanWang/git_test
BUAAChuanWang/GNNs-easy-to-use
An PyTorch implementation of graph neural networks (GraphSAGE and GAT) that can be simply imported and used.
BUAAChuanWang/Jtyoui
搜狗词库下载、新词发现算法、常见的工具类、百度应用、翻译、天气预报、汉语纠错、字符串文本数据提取时间解析、百度文库下载、实体抽取等等
BUAAChuanWang/KDD-2019-Hands-on
DGL tutorial in KDD 2019
BUAAChuanWang/LM-MLC
Label Mask for Multi-label Classification
BUAAChuanWang/MatchZoo
Facilitating the design, comparison and sharing of deep text matching models.
BUAAChuanWang/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
BUAAChuanWang/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
BUAAChuanWang/pics
BUAAChuanWang/pinyin-data
汉字拼音数据
BUAAChuanWang/PLOME
Source code for the paper "PLOME: Pre-training with Misspelled Knowledge for Chinese Spelling Correction" in ACL2021
BUAAChuanWang/text-classification-small-datasets
Building a text classifier with extremely small datasets
BUAAChuanWang/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.
BUAAChuanWang/textgen
textgen, Text Generation models. 文本生成,包括:UDA,Seq2Seq,ERNIE-GEN,BERT,XLNet,GPT-2等模型实现,开箱即用。
BUAAChuanWang/Time-NLPY
Time-NLP的Python3版本 中文时间表达识别
BUAAChuanWang/zero_nlp
中文nlp应用(数据、模型、训练、推理)