Pinned Repositories
ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
abstractive-text-summarization
PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.
Adversarial_Examples_Generate
A white box algorithm that generate adversarial examples according to the gradient
Awesome-LLM-Self-Consistency
Awesome-LLM-Self-Consistency: a curated list of Self-consistency in Large Language Models
awesome-sentiment-analysis
Reading list for Awesome Sentiment Analysis papers
bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
ChatGPT-vs.-BERT
🎁[ChatGPT4NLU] A Comparative Study on ChatGPT and Fine-tuned BERT
pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)
TextGAN-PyTorch
TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.
xiexinran's Repositories
xiexinran/pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
xiexinran/TextGAN-PyTorch
TextGAN is a PyTorch framework for Generative Adversarial Networks (GANs) based text generation models.
xiexinran/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
xiexinran/Awesome-LLM-Self-Consistency
Awesome-LLM-Self-Consistency: a curated list of Self-consistency in Large Language Models
xiexinran/awesome-sentiment-analysis
Reading list for Awesome Sentiment Analysis papers
xiexinran/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
xiexinran/ChatGPT-vs.-BERT
🎁[ChatGPT4NLU] A Comparative Study on ChatGPT and Fine-tuned BERT
xiexinran/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
xiexinran/CNN-relation-extraction
Implementation of Relation Classification via Convolutional Deep Neural Network.
xiexinran/comparatively-finetuning-bert
Comparatively fine-tuning pretrained BERT models on downstream, text classification tasks with different architectural configurations in PyTorch.
xiexinran/ConSERT
Code for our ACL 2021 paper - ConSERT: A Contrastive Framework for Self-Supervised Sentence Representation Transfer
xiexinran/demo
实验楼
xiexinran/eBooks
eBook分享大集合:主要以IT领域经典书籍收藏,以备不时之需。
xiexinran/fe4ml-zh
:book: [译] 面向机器学习的特征工程
xiexinran/few-shot-text-classification
Few-shot binary text classification with Induction Networks and Word2Vec weights initialization
xiexinran/git_intro
测试一下
xiexinran/MT-Reading-List
A machine translation reading list maintained by Tsinghua Natural Language Processing Group
xiexinran/Multi-label-text-classification-using-graph-convolution-network
This project aims at carry out a multi label text classification process with the help of node classification and by utilizing graph convolution network (GCN).
xiexinran/nlp-beginner
NLP上手教程
xiexinran/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
xiexinran/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
xiexinran/pytorch-pos-tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
xiexinran/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
xiexinran/PyTorch_BERT_Pipeline_IE
复习论文《A Frustratingly Easy Approach for Joint Entity and Relation Extraction》
xiexinran/QASystemOnMedicalKG
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
xiexinran/ragbooster
xiexinran/shiyanlou-code
实验楼代码
xiexinran/smp-ewect-code
smp ewect code
xiexinran/SpanEmo
SpanEmo
xiexinran/toolkit4nlp