All Projects → budzianowski → Pytorch Beam Search Decoding

budzianowski / Pytorch Beam Search Decoding

Licence: apache-2.0
PyTorch implementation of beam search decoding for seq2seq models

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch Beam Search Decoding

Multiwoz
Source code for end-to-end dialogue model from the MultiWOZ paper (Budzianowski et al. 2018, EMNLP)
Stars: ✭ 384 (+88.24%)
Mutual labels:  natural-language-processing, seq2seq
Neural Vqa
❔ Visual Question Answering in Torch
Stars: ✭ 487 (+138.73%)
Mutual labels:  natural-language-processing, torch
Tf Seq2seq
Sequence to sequence learning using TensorFlow.
Stars: ✭ 387 (+89.71%)
Mutual labels:  natural-language-processing, seq2seq
torch-asg
Auto Segmentation Criterion (ASG) implemented in pytorch
Stars: ✭ 42 (-79.41%)
Mutual labels:  torch, seq2seq
Applied Ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
Stars: ✭ 17,824 (+8637.25%)
Mutual labels:  search, natural-language-processing
Trade Dst
Source code for transferable dialogue state generator (TRADE, Wu et al., 2019). https://arxiv.org/abs/1905.08743
Stars: ✭ 287 (+40.69%)
Mutual labels:  natural-language-processing, seq2seq
Practical Pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
Stars: ✭ 4,329 (+2022.06%)
Mutual labels:  natural-language-processing, seq2seq
Visdial
[CVPR 2017] Torch code for Visual Dialog
Stars: ✭ 215 (+5.39%)
Mutual labels:  natural-language-processing, torch
Ai Writer data2doc
PyTorch Implementation of NBA game summary generator.
Stars: ✭ 69 (-66.18%)
Mutual labels:  natural-language-processing, seq2seq
Torch Models
Stars: ✭ 65 (-68.14%)
Mutual labels:  torch, neural
Neural-Zoom
Infinite Zoom For Style Transfer
Stars: ✭ 34 (-83.33%)
Mutual labels:  torch, neural
Question generation
It is a question-generator model. It takes text and an answer as input and outputs a question.
Stars: ✭ 166 (-18.63%)
Mutual labels:  natural-language-processing, seq2seq
sentence2vec
Deep sentence embedding using Sequence to Sequence learning
Stars: ✭ 23 (-88.73%)
Mutual labels:  torch, seq2seq
Awesome Search
Awesome Search - this is all about the (e-commerce) search and its awesomeness
Stars: ✭ 361 (+76.96%)
Mutual labels:  search, natural-language-processing
Text summarization with tensorflow
Implementation of a seq2seq model for summarization of textual data. Demonstrated on amazon reviews, github issues and news articles.
Stars: ✭ 226 (+10.78%)
Mutual labels:  natural-language-processing, seq2seq
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (+113.73%)
Mutual labels:  search, natural-language-processing
Neuralconvo
Neural conversational model in Torch
Stars: ✭ 773 (+278.92%)
Mutual labels:  seq2seq, torch
Transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Stars: ✭ 55,742 (+27224.51%)
Mutual labels:  natural-language-processing, seq2seq
Spark Nlp
State of the Art Natural Language Processing
Stars: ✭ 2,518 (+1134.31%)
Mutual labels:  natural-language-processing, seq2seq
Pyhanlp
中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁 自然语言处理
Stars: ✭ 2,564 (+1156.86%)
Mutual labels:  natural-language-processing

PyTorch-Beam-Search

PyTorch implementation of beam search decoding for seq2seq models based on https://github.com/shawnwun/NNDIAL. Decoding goes seperately for each sentence and stores the nodes in prioritized queue.

Usage: You can specify additional reward for decoding through BeamSearchNode.eval. Works for model with and without attention.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].