Pinned Repositories
AlldreamNOIP
Android-BaiDuVoice
Android 基于百度语音的语音交互
BR-Agent
This is the repository of IJCAI'2022 paper: "'My nose is running.''Are you also coughing?': Building A Medical Diagnosis Agent with Interpretable Inquiry Logics".
Covid19-NLP
Chinese Medical Dialogue Dataset for COVID19 Consultant
ICLR2021-Workshop-Challenge-Track2-Baseline
MedDG
a large-scale high-quality medical dialogue dataset
models
Models and examples built with TensorFlow
MultiESC
This is the repository of EMNLP'2022 paper: "Improving Multi-turn Emotional Support Dialogue Generation with Lookahead Strategy Planning".
weibo-crawler-
get weibo hot topic and user's basic information under the topic 爬取微博的热门话题以及话题下用户的基本信息
yueyu
lwgkzl's Repositories
lwgkzl/MedDG
a large-scale high-quality medical dialogue dataset
lwgkzl/MultiESC
This is the repository of EMNLP'2022 paper: "Improving Multi-turn Emotional Support Dialogue Generation with Lookahead Strategy Planning".
lwgkzl/Covid19-NLP
Chinese Medical Dialogue Dataset for COVID19 Consultant
lwgkzl/BR-Agent
This is the repository of IJCAI'2022 paper: "'My nose is running.''Are you also coughing?': Building A Medical Diagnosis Agent with Interpretable Inquiry Logics".
lwgkzl/ICLR2021-Workshop-Challenge-Track2-Baseline
lwgkzl/weibo-crawler-
get weibo hot topic and user's basic information under the topic 爬取微博的热门话题以及话题下用户的基本信息
lwgkzl/AlldreamNOIP
lwgkzl/anlp19
Course repo for Applied Natural Language Processing (Spring 2019)
lwgkzl/ASGCN
Code and preprocessed dataset for EMNLP 2019 paper titled "Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional Networks"
lwgkzl/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
lwgkzl/autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
lwgkzl/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
lwgkzl/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet代码实现改为PyTorch实现。
lwgkzl/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
lwgkzl/lwgkzl
Config files for my GitHub profile.
lwgkzl/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
lwgkzl/ML-Useful-Trick
lwgkzl/mlpcp21.github.io
lwgkzl/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
lwgkzl/news-search-engine
新闻搜索引擎
lwgkzl/nlg-eval
Evaluation code for various unsupervised automated metrics for Natural Language Generation.
lwgkzl/nlp-beginner
NLP上手教程
lwgkzl/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
lwgkzl/practical-pytorch
PyTorch tutorials demonstrating modern techniques with readable code
lwgkzl/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
lwgkzl/pygcn
Graph Convolutional Networks in PyTorch
lwgkzl/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
lwgkzl/pytorch-pretrained-BERT
A PyTorch implementation of Google AI's BERT model provided with Google's pre-trained models, examples and utilities.
lwgkzl/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
lwgkzl/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need