14 skills found
coetaur0 / ESIMImplementation of the ESIM model for natural language inference with PyTorch
wangle1218 / Deep Text Matchingimplementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, albert, raberta
YJiangcm / Chinese Sentence Pair ModelingUse deep models including BiLSTM, ABCNN, ESIM, RE2, BERT, etc. and evaluate on 5 Chinese NLP datasets: LCQMC, BQ Corpus, ChineseSTS, OCNLI, CMNLI
HsiaoYetGun / ESIMTensorFlow implementation of the ESIM model (Enhanced LTSM for natural language inference)
weekcup / ESIMImplementation of the ESIM model for natural language inference with Keras
guoday / PaiPaiDai2018 Rank16ESIM model with lanuage model
EternalFeather / ESIMESIM model : implementation of Enhanced LSTM for Natural language inference
mavalliani / Semantic Similarity Of SentencesMethods used: Cosine Similarity with Glove, Smooth Inverse Frequency, Word Movers Difference, Sentence Embedding Models (Infersent and Google Sentence Encoder), ESIM with pre-trained FastText embedding. Best performing method on Quora Question pair dataset was an Ensemble method with 0.27 log-loss.
shilpakancharla / Event Based Velocity Prediction SnnNeuromorphic computing uses very-large-scale integration (VLSI) systems with the goal of replicating neurobiological structures and signal conductance mechanisms. Neuromorphic processors can run spiking neural networks (SNNs) that mimic how biological neurons function, particularly by emulating the emission of electrical spikes. A key benefit of using SNNs and neuromorphic technology is the ability to optimize the size, weight, and power consumed in a system. SNNs can be trained and employed in various robotic and computer vision applications; we attempt to use event-based to create a novel approach in order to the predict velocity of objects moving in frame. Data generated in this work is recorded and simulated as event camera data using ESIM. Vicon motion tracking data provides the ground truth position and time values, from which the velocity is calculated. The SNNs developed in this work regress the velocity vector, consisting of the x, y, and z-components, while using the event data, or the list of events associated with each velocity measurement, as the input features. With the use of the novel dataset created, three SNN models were trained and then the model that minimized the loss function the most was further validated by omitting a subset of data used in the original training. The average loss, in terms of RMSE, on the test set after using the trained model on the omitted subset of data was 0.000386. Through this work, it is shown that it is possible to train an SNN on event data in order to predict the velocity of an object in view. (Spring 2022 MS Computer Science Thesis - North Carolina State University)
HansiZeng / Text Semantic MatchingPytorch implementations of several text semantic matching models. The repository currently contains ESIM, CAFE, RE2
zhengwsh / Text MatchingTensorflow-implemented text pair classification models including BIMPM, MPCNN, SiameseLSTM, SiameseCNN, MatchPyramid, ESIM, DecAtt, etc.
JasonForJoy / ESIM NLIImplementation of the ESIM model for natural language inference with Tensorflow
dzdrav / KerasESIMKeras implementation of ESIM model for Natural Language Inference.
zhongbin1 / ESIMTensorflow implementation of ESIM model described in paper Enhanced LSTM for Natural Language Inference