Pinned Repositories
align_sym_plot
Symmetry and visualization for GIZA ++ word alignment resluts.
An-Attentive-Neural-Model-for-labeling-Adverse-Drug-Reactions
An Attentive Neural Sequence Labeling Model for Adverse Drug Reactions Mentions Extraction
An-Ensemble-of-Attention-based-BiLSTM-Model-for-Machine-Comprehension
An implementation for SemEval 2018 Task 11: Machine Comprehension using Commonsense Knowledge
ESIM-keras
keras implementation for paper - Enhanced LSTM for Natural Language Inference, tested on Quora Question Pairs dataset.
ESIM-PyTorch
ESIM implementation by PyTorch, get 89.29% accuracy on Quora Questions Pairs dataset.
LeNet5-for-MNIST-with-PyTorch
Simple LeNet5 for MNIST dataset with PyTorch and achieves 99.13% accuracy on the test data.
seq2seq-keras
seq2seq model implemented with keras, tested on Quora Question Pairs dataset.
t5-paraphrase-generation
T5 Model for generating paraphrases of english sentences. Trained on the Quora Paraphrase dataset.
Hallu-PI
The code and datasets of our ACM MM 2024 paper "Hallu-PI: Evaluating Hallucination in Multi-modal Large Language Models within Perturbed Inputs".
ReNeLLM
The official implementation of our NAACL 2024 paper "A Wolf in Sheep’s Clothing: Generalized Nested Jailbreak Prompts can Fool Large Language Models Easily".
Deep1994's Repositories
Deep1994/An-Attentive-Neural-Model-for-labeling-Adverse-Drug-Reactions
An Attentive Neural Sequence Labeling Model for Adverse Drug Reactions Mentions Extraction
Deep1994/ESIM-keras
keras implementation for paper - Enhanced LSTM for Natural Language Inference, tested on Quora Question Pairs dataset.
Deep1994/An-Ensemble-of-Attention-based-BiLSTM-Model-for-Machine-Comprehension
An implementation for SemEval 2018 Task 11: Machine Comprehension using Commonsense Knowledge
Deep1994/seq2seq-keras
seq2seq model implemented with keras, tested on Quora Question Pairs dataset.
Deep1994/ESIM-PyTorch
ESIM implementation by PyTorch, get 89.29% accuracy on Quora Questions Pairs dataset.
Deep1994/LeNet5-for-MNIST-with-PyTorch
Simple LeNet5 for MNIST dataset with PyTorch and achieves 99.13% accuracy on the test data.
Deep1994/t5-paraphrase-generation
T5 Model for generating paraphrases of english sentences. Trained on the Quora Paraphrase dataset.
Deep1994/align_sym_plot
Symmetry and visualization for GIZA ++ word alignment resluts.
Deep1994/CNN-for-sentence-classification-with-PyTorch
This is a CNN model for sentence classification where described in paper Convolutional Neural Networks for Sentence Classification.
Deep1994/MixFormer
[CVPR 2022 Oral] MixFormer: End-to-End Tracking with Iterative Mixed Attention
Deep1994/Paraphrase-with-VAEs
Paraphrase generation with Variational Auto-Encoding models.