Pinned Repositories
2021baidu-TOP27
AAAI_2020_CommonsenseQA
Code for "Graph-Based Reasoning over Heterogeneous External Knowledge for Commonsense Question Answering. (published at AAAI 2020)"
AdaLabel
The code for paper "Diversifying Dialog Generation via Adaptive Label Smoothing" in ACL 2021.
AINLP-Resource
Resource for AINLP
allennlp-as-a-library-example
A simple example for how to build your own model using AllenNLP as a dependency.
BARTScore
BARTScore: Evaluating Generated Text as Text Generation
Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
BERT-whitening-pytorch
Pytorch version of BERT-whitening
BertBasedCorrectionModels
PyTorch impelementations of BERT-based Spelling Error Correction Models. 基于BERT的文本纠错模型,使用PyTorch实现。
CaPL
BobTuan's Repositories
BobTuan/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
BobTuan/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
BobTuan/MFCC_tutorial
MFCC implementation with detailed comments.
BobTuan/LS-Score
BobTuan/tf_geometric
Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x
BobTuan/DrQA
Reading Wikipedia to Answer Open-Domain Questions
BobTuan/index
企业内部导航页
BobTuan/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
BobTuan/Info-HCVAE
[ACL 2020] Generating Diverse and Consistent QA pairs from Contexts with Information-Maximizing Hierarchical Conditional VAEs
BobTuan/sentencepiece-text-classification
use sentencepiece instead of word segmentation for text classification
BobTuan/AAAI_2020_CommonsenseQA
Code for "Graph-Based Reasoning over Heterogeneous External Knowledge for Commonsense Question Answering. (published at AAAI 2020)"
BobTuan/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
BobTuan/lstm_next_sequence_prediction
implement recurrent neural network and long short-term memory network from scratch without frameworks
BobTuan/ranking
Learning to Rank in TensorFlow
BobTuan/pytorch_chinese_lm_pretrain
pytorch中文语言模型预训练
BobTuan/pytorch-examples
Simple examples to introduce PyTorch
BobTuan/ESAM
Code for the paper "ESAM: Discriminative Domain Adaptation with Non-Displayed Items to Improve Long-Tail Performance" (SIGIR2020)
BobTuan/Entity-Relation-Extraction
Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge Extraction, SKE 2019
BobTuan/SinGAN
Pytorch implementation of "SinGAN: Learning a Generative Model from a Single Natural Image"
BobTuan/STTM
Short Text Topic Modeling, JAVA
BobTuan/image-processing-from-scratch
This project contains some interesting image processing algorithms that were wrote in python from scratch.
BobTuan/Graduation_project
毕业设计项目----基于图神经网络与多任务学习的图像分类器
BobTuan/TextMatch
基于Pytorch的,中文语义相似度匹配模型(ABCNN、Albert、Bert、BIMPM、DecomposableAttention、DistilBert、ESIM、RE2、Roberta、SiaGRU、XlNet)
BobTuan/tf-gnn-samples
TensorFlow implementations of Graph Neural Networks
BobTuan/BobTuan.github.io
blog & blog theme🤘
BobTuan/KnowledgeGraphCourse
东南大学《知识图谱》研究生课程
BobTuan/AINLP-Resource
Resource for AINLP
BobTuan/allennlp-as-a-library-example
A simple example for how to build your own model using AllenNLP as a dependency.
BobTuan/UnsupervisedQA
Unsupervised Question answering via Cloze Translation
BobTuan/combine-FEVER-NSMN
This repository provides the implementation for the paper "Combining Fact Extraction and Verification with Neural Semantic Matching Networks".