BobXWu's Stars
nbnbhwyy/NSEM-GMHTM
miyamotononno/DSNTM
graphdeeplearning/graphtransformer
Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.
graphdeeplearning/benchmarking-gnns
Repository for benchmarking graph neural networks
zhiyuanhubj/AAAI-19_slide_poster
itsnamgyu/reasoning-teacher
Official code for "Large Language Models Are Reasoning Teachers", ACL 2023
Bosheng2020/globalwoz
BobXWu/TopMost
A Topic Modeling System Toolkit
xinyangATK/ProGBN
ProGBN
zjunlp/KnowledgeEditingPapers
Must-read Papers on Knowledge Editing for Large Language Models.
SinclairCoder/Instruction-Tuning-Papers
Reading list of Instruction-tuning. A trend starts from Natrural-Instruction (ACL 2022), FLAN (ICLR 2022) and T0 (ICLR 2022).
nguyentthong/Paper-VLP
DAMO-NLP-SG/SSTuning
Code for ACL paper "Zero-Shot Text Classification via Self-Supervised Tuning"
BobXWu/ECRTM
Code for Effective Neural Topic Modeling with Embedding Clustering Regularization (ICML2023)
nguyentthong/gbdt_listwise_mrhp
nguyentthong/adaptive_contrastive_mrhp
mbzuai-nlp/ProgramFC
Code for the ACL 2023 Paper "Fact-Checking Complex Claims with Program-Guided Reasoning"
teacherpeterpan/ProgramFC
Codes for ACL 2023 Paper "Fact-Checking Complex Claims with Program-Guided Reasoning"
BobXWu/Paper-Neural-Topic-Models
Papers of Neural Topic Models (NTMs)
BobXWu/InfoCTM
Code for InfoCTM: A Mutual Information Maximization Perspective of Cross-lingual Topic Modeling (AAAI2023)
NoviceStone/HyperMiner
Improved Embedded Topic Models in Hyperbolic Space
BobXWu/TSCTM
Code for Mitigating Data Sparsity for Short Text Topic Modeling by Topic-Semantic Contrastive Learning (EMNLP2022)
sophieburkhardt/dirichlet-vae-topic-models
implementation of different Dirichlet Variational Autoencoder Topic Models in Tensorflow
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
BobXWu/CNPMI
Cross-lingual Normalized Pointwise Mutual Information for cross-lingual topic evaluation.
facebookresearch/MUSE
A library for Multilingual Unsupervised or Supervised word Embeddings
rongliangzi/Dense-Scale-Network-for-Crowd-Counting
An unofficial implement of paper "Dense Scale Network for Crowd Counting", link: https://arxiv.org/abs/1906.09707
BobXWu/NQTM
Code for Short Text Topic Modeling with Topic Distribution Quantization and Negative Sampling Decoder (EMNLP2020).
zhijing-jin/CausalNLP_Papers
A reading list for papers on causality for natural language processing (NLP)
dongxinshuai/RIFT-NeurIPS2021