IEML-RS
IEML-RS
Recommender system for Isidore based on IEML ontology navigation from seed article keywords. Compare retrieved articles from simple keyword search and an LLM-augmented query.
It is a Firefox extension that only works on https://isidore.science articles.
How to use
Complete explanation published in Revue3.0 blog !
After installation go to Isidore and look for an article. On the bottom left corner should appear a button ‘IEML-RS’.





Install
addons.mozilla
https://addons.mozilla.org/fr/firefox/addon/ieml-rs/
manual installation
Download the latest version in
versiondir. (xpifile)Enter about:addons in your browser.
In the paramters, select ‘import a module from a file’ and select the
xpifile.
Content description
src:
src/script.js: extension scriptsrc/manifest.json: Firefox extension manifest.Content ofsrcmust be compressed into a zip file to be converted into xpi when added to the Firefox catalog.
wrangler:
wrangler/index.js: proxy endpoint to Isidore, Together AI and Crossref. + Data store of all things contained indata.
data:
data.csv: original 400 words translated in IEML (updated with /saveKeyword API endpoint)embd_full.tar.xz: embeddings of the IEML dictionnary (by word)
rag-eval: detailed in rag_evaluation_report.md.