Ross ROSS = Recommend OSS · open-source software intelligence for agents

harvardnlp/seq2seq-attn

Sequence-to-sequence model with LSTM encoder/decoders and attention observed · 2026-08-28

github.com/harvardnlp/seq2seq-attn · homepage · Lua · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3807
  • days_rel: n/a
  • days_push: 2072
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1281 stars · 277 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Torch (Lua) implementation of sequence-to-sequence models with LSTM encoder-decoders and optional attention for neural machine translation. It supports bidirectional encoders, character-level inputs via CNN+highway networks, and many NMT research extensions.

Use cases

  • train a neural machine translation model
  • build a sequence-to-sequence model with attention
  • experiment with character-level NMT
  • reproduce Luong attention results
  • learn how seq2seq encoder-decoder models work

When to choose

  • you need the original reference implementation of Luong attention for research
  • you work with Torch/Lua and want a classic seq2seq baseline
  • you want to study or extend NMT techniques like pruning or knowledge distillation

When to avoid

  • you want a maintained, production-ready translation system - use OpenNMT instead
  • your stack is PyTorch or TensorFlow
  • you need modern transformer-based models

Facets

library · maturity maintenance

machine-learning nlp deep-learning machine-learning deep-learning lua seq2seq attention lstm neural-machine-translation torch encoder-decoder character-level natural-language-processing gpu linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
harvardnlp/seq2seq-attnmain32

For agents

markdown · JSON · MCP: product_card(name="harvardnlp/seq2seq-attn")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem