PrincetonML/SIF
sentence embedding by Smooth Inverse Frequency weighting scheme 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: 3582
- days_rel: n/a
- days_push: 2598
- n_releases_24m: 0
Adoption not part of the score
1085 stars · 303 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python research library implementing the Smooth Inverse Frequency (SIF) weighting scheme for computing sentence embeddings, from the ICLR 2017 paper 'A Simple but Tough-to-Beat Baseline for Sentence Embeddings'. It includes scripts for generating embeddings, evaluating textual similarity, and training on supervised tasks.
Use cases
- compute sentence embeddings with SIF weighting
- evaluate textual similarity between sentences
- reproduce results from the SIF paper
- build a simple baseline for sentence representation tasks
- train models on sentence similarity and entailment tasks
When to choose
- you need a simple, strong baseline for sentence embeddings
- you want to reproduce or build on the SIF research
- you're working with GloVe word embeddings and need sentence-level vectors
When to avoid
- you need modern transformer-based sentence embeddings like Sentence-BERT
- you want a production-ready, actively maintained library
- you need support for recent deep learning frameworks instead of Theano/Lasagne
Facets
library · maturity maintenance
nlp machine-learning machine-learning python sentence-embeddings smooth-inverse-frequency textual-similarity research-code word-embeddings natural-language-processing research
1 source
- readme: https://github.com/PrincetonML/SIF · fetched 2026-08-28 · 1547248ec4ce
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PrincetonML/SIF | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem