Pinned Repositories
AwesomeFakeNews
This repository contains recent research on fake news.
CombatingFakeNews
This is the repository of code and dataset for paper "The Rise of Guardians: Fact-checking URL Recommendation to Combat Fake News", SIGIR 2018
Double-Attention-Network
This is the PyTorch implementation of Double Attention Network, NIPS 2018
EACL2021
This is the PyTorch code + data repository for paper "Hierarchical Multi-head Attentive Network for Evidence-aware Fake News Detection", EACL 2021
EMNLP2020
This is official Pytorch code and datasets of the paper "Where Are the Facts? Searching for Fact-checked Information to Alleviate the Spread of Fake News", EMNLP 2020.
eng-practices
Google's Engineering Practices documentation
fact_checking_url_resys
fake_news_detection_deep_learning
Fake News Detection using Deep Learning models in Tensorflow
LearningFromFactCheckers
This is the repository of Pytorch code and dataset for paper "Learning from Fact-checkers: Analysis and Generation of Fact-checking Language", SIGIR 2019
mcmc
This repository is for community detection metrics such as ARI, NMI, Purity, Normalized Cut and Modularity.
nguyenvo09's Repositories
nguyenvo09/autoencoding_vi_for_topic_models
Tensorflow implementation for prodLDA and NVLDA.
nguyenvo09/cofactor
CoFactor: Regularizing Matrix Factorization with Item Co-occurrence
nguyenvo09/Collaborative-Denoising-Autoencoder
Implementation of Deep Learning model for Recommendation System in Tensorflow
nguyenvo09/CollaborativeVAE
nguyenvo09/ConvMF
Code for our paper Convolutaional Matrix Factorization for Document Context-Aware Recommendation (RecSys 2016)
nguyenvo09/deep-atrous-ner
Deep-Atrous-CNN-NER: Word level model for Named Entity Recognition
nguyenvo09/FakeNewsNet
This is a dataset for fake news detection research
nguyenvo09/fold
Deep learning with dynamic computation graphs in TensorFlow
nguyenvo09/geoNN
Text-based Geolocation Prediction of Social Media Users with Neural Networks
nguyenvo09/hybrid_rvae
pytorch implementation of "A Hybrid Convolutional Variational Autoencoder for Text Generation" Paper
nguyenvo09/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理
nguyenvo09/Kaggle_TalkingData_imbalanced
This repository is for models used for Kaggle Talking Data Competition
nguyenvo09/lime
Lime: Explaining the predictions of any machine learning classifier
nguyenvo09/lstm_sentence_classifier
LSTM-based Models for Sentence Classification in PyTorch
nguyenvo09/Matrix-Capsules-pytorch
A Pytorch implementation of "Matrix Capsules with EM routing"
nguyenvo09/NNCF
Code for paper "On Sampling Strategies for Neural Network-based Collaborative Filtering"
nguyenvo09/NSC
Neural Sentiment Classification
nguyenvo09/online_courses
This repository contains source code of assignments of online courses @nguyenvo09 attended
nguyenvo09/personalized-dialog
Dataset and models for the paper Personalization in Goal-oriented Dialog
nguyenvo09/practical-pytorch
PyTorch tutorials demonstrating modern techniques with readable code
nguyenvo09/pytorch-beginner
pytorch tutorial for beginners
nguyenvo09/pytorch_RVAE
Recurrent Variational Autoencoder that generates sequential data implemented with pytorch
nguyenvo09/Satire
Code for "Satirical News Detection and Analysis using Attention Mechanism and Linguistic Features" EMNLP 2017
nguyenvo09/seqhawkes
Code to reproduce experiments from the ACL 2016 paper about Rumour Stance Classification with Hawkes Processes.
nguyenvo09/sequence-based-recommendations
nguyenvo09/textCNN_public
nguyenvo09/textvae
Theano code for experiments in the paper "A Hybrid Convolutional Variational Autoencoder for Text Generation."
nguyenvo09/treelstm
Tree-structured Long Short-Term Memory networks (http://arxiv.org/abs/1503.00075)
nguyenvo09/vae_cf
Variational autoencoders for collaborative filtering
nguyenvo09/WiDS_2018