sjj121's Stars
galsang/BiDAF-pytorch
Re-implementation of BiDAF(Bidirectional Attention Flow for Machine Comprehension, Minjoon Seo et al., ICLR 2017) on PyTorch.
woshiyyya/DFGN-pytorch
Code for ACL19 paper: Dynamically Fused Graph Network for Multihop Reasoning
omidrohanian/irony_detection
Code and data used for participation in SemEval-2018 Task 3: "Irony detection in English tweets"
EducationalTestingService/sarcasm
shared tasks and research related to sarcasm detection
rishabhmisra/News-Headlines-Dataset-For-Sarcasm-Detection
High quality dataset for the task of Sarcasm Detection
BshoterJ/FigLang2020-Sarcasm-detection
Shared task of the Second Workshop on Figurative Language Processing, co-located with ACL 2020
bshmueli/SPIRS
Sarcasm dataset, 15K tweets, very high quality, both intended & perceived sarcasm, rich context
thunlp/Sememe-SC
Source code and data for ACL 2019 paper "Modeling Semantic Compositionality with Sememe Knowledge"
princeton-nlp/SimCSE
[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
thunlp/SCPapers
Must-read Papers on Sememe Computation
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
THU-KEG/Knowledge_Graph_Reasoning_Papers
Must-read papers on knowledge graph reasoning
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
lettergram/sentence-classification
Sentence Classifications with Neural Networks
ArdalanM/nlp-benchmarks
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
brightmart/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
LowinLi/chinese-bigbird
中文bigbird预训练模型
nlpyang/PreSumm
code for EMNLP 2019 paper Text Summarization with Pretrained Encoders
KaiQiangSong/control-over-copying
(AAAI'20) The source code for the paper "Controlling the Amount of Verbatim Copying in Abstractive Summarization".
xcfcode/Summarization-Papers
Summarization Papers
Morizeyao/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
google/trax
Trax — Deep Learning with Clear Code and Speed
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
budzianowski/PyTorch-Beam-Search-Decoding
PyTorch implementation of beam search decoding for seq2seq models
km1994/nlp_paper_study
该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记
syxu828/Graph2Seq-0.1
This is the code for paper "Graph2Seq: Graph to Sequence Learning with Attention-based Neural Networks"
yzhangcs/parser
:rocket: State-of-the-art parsers for natural language.
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch