guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3444
- days_rel: n/a
- days_push: 2147
- n_releases_24m: 0
Adoption not part of the score
1952 stars · 696 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TensorFlow implementation of a Bi-LSTM + CRF model with character embeddings for named entity recognition and sequence tagging. It trains on CoNLL-format data and achieves near state-of-the-art F1 scores (~90-91).
Use cases
- train a named entity recognition model on CoNLL-2003 data
- tag each word in a sentence with entity labels like PER, LOC, ORG
- learn how to implement LSTM-CRF sequence tagging in TensorFlow
- use GloVe word vectors plus character embeddings for NER
- run a sequence labeling model on custom IOB-formatted datasets
- reproduce results from Lample et al. and Ma and Hovy NER papers
When to choose
- you need a clear, educational reference implementation of Bi-LSTM + CRF NER in TensorFlow 1.x
- you want to train a sequence tagger on CoNLL-format data with pretrained GloVe embeddings
- you are studying classic deep learning approaches to NER before transformer-based models
When to avoid
- you need a maintained, production-ready NER system - the repo points to a newer implementation (tf_ner) and sees little activity
- you want to use TensorFlow 2.x or modern tooling like tf.data and tf.estimator out of the box
- you need transformer-based NER with pretrained language models such as BERT
Facets
library · maturity maintenance
machine-learning nlp machine-learning deep-learning python named-entity-recognition ner sequence-labeling crf bi-lstm tensorflow word-embeddings glove character-embeddings natural-language-processing
2 sources
- readme: https://github.com/guillaumegenthial/sequence_tagging · fetched 2026-08-28 · a2ee8014b1fe
- homepage: https://guillaumegenthial.github.io/sequence-tagging-with-tensorflow.html · fetched 2026-08-29 · 561dc4d3c9f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| guillaumegenthial/sequence_tagging | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="guillaumegenthial/sequence_tagging")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem