decoding-algorithm
There are 23 repositories under decoding-algorithm topic.
teelinsan/parallel-decoding
Repository of the paper "Accelerating Transformer Inference for Translation via Parallel Decoding"
HillZhang1999/ICD
Code & Data for our Paper "Alleviating Hallucinations of Large Language Models through Induced Hallucinations"
jxzhangjhu/awesome-LLM-controlled-decoding-generation
awesome-LLM-controlled-constrained-generation
YecanLee/Adaptive-Contrastive-Search
[EMNLP 2024 Findings] Official PyTorch Implementation of "Adaptive Contrastive Search: Uncertainty-Guided Decoding for Open-Ended Text Generation"
VisualJoyce/Transformers4IME
[ACL 2022] Transformers for Input Method Engine
mohammad-rowshan/List-Decoder-for-Polar-Codes-and-PAC-Codes
A CRC-aided successive cancellation list (SCL) decoding algorithm for polar codes and PAC codes with various code constructions/rate profiles. The list decoding algorithm is an adaptive two stage successive cancellation list (SCL) algorithm. First it tries L=1 and then L=L_max. The performance is the same is list decoding with L_max.
BaohaoLiao/RSD
Reward-guided Speculative Decoding (RSD) for efficiency and effectiveness.
williamyang98/ViterbiDecoderCpp
Viterbi decoder with vectorisation written in C++
benhuryuval/reed-muller-codes-matlab
A MATLAB function library containing encoders, decoders and weight enumerators for Reed-Muller codes.
30stomercury/Dialogical-Emotion-Decoding
[ICASSP20] A Dialogical Emotion Decoder For Speech Emotion Recognition in Spoken Dialog
masx200/jsfuck-and-hieroglyphy-decoder-and-encoder
JSfuck and hieroglyphy Decoder and ENCODER
don-tpanic/brain_data
Source code for brain data processing and analysis in paper <A controller-peripheral architecture and costly energy principle for learning>
kevinprinsloo/mTRF
Multivariate Temporal Response Function
pedroandreou/MCQs-DistractorsGenerator-NLP
An end-to-end solution on how MCQs can be generated using T5 transformer model, word embeddings and decoding strategies
ambienlens/Encrypter-and-Decrypter
This is a python script which read a file you pass and then convert it to an equivalent encryption algorithm you choose. The program also can decrypt the encrypted file without any mention of algorithm used during encryption.
sleepz103/Lern-Periode-7
JavaScript und Entschlüsselung Webseite
Spatio-Byte/code-traduction
This little project use a updated vigenere cipher method for crypting text.
tpmccallum/distributed_ledger_information_sharing_DLISh
DLISh is a ground level system which facilitates the storage and sharing of information on, and between, blockchains.
aleja-ren/MCMC-decoding
This project implements a decoding algorithm using MCMC (Markov Chain Monte Carlo) methods in R. The approach leverages probabilistic sampling to estimate hidden states in a sequence, commonly used in applications like hidden Markov models and Bayesian inference. The code includes data preprocessing, model setup, and result.
anang0g0/Wild_Goppa_Codes_over_Prime_Fields
素体上の古典的Goppa符号をピーターソン復号したもの。
MikeIsBack/ATCNS-Project
Study Physical Layer Authentication in a Bluetooth channel by implementing an effective decoding algorithm able to classify messages as legitimate or non legitimate
RokPerkovic/Huffman-coding
C implementation of Huffman coding algorithm.
Nishant2116/Direct-Sequence-spread-spectrum
In DSSS with the help of as certain special code we are going to enocoding the data from sender's side and to get the data safely at the receiver end, we have to decode it with the help of special code provided by sender.