NewsReX: A More Efficient Approach to News Recommendation with Keras 3 and JAX
Paper β’ 2508.21572 β’ Published
DIGAT news recommendation model trained on MIND-small using the NewsReX framework (PYTORCH).
| Seed | AUC | MRR | NDCG@5 | NDCG@10 |
|---|---|---|---|---|
| 123 | 0.6757 | 0.3279 | 0.3641 | 0.4254 |
| 42 | 0.6770 | 0.3274 | 0.3640 | 0.4254 |
| 456 * | 0.6780 | 0.3286 | 0.3648 | 0.4257 |
| mean Β± std | 0.6769Β±0.0009 | 0.3280Β±0.0005 | 0.3643Β±0.0004 | 0.4255Β±0.0001 |
* Best seed (weights at repo root)
newsrex/DIGAT-PYTORCH-MIND-small/
βββ model.safetensors β best seed (456)
βββ test_results.json
βββ training_run_summary.json
βββ seed_123/model.safetensors
βββ seed_42/model.safetensors
βββ seed_456/model.safetensors
βββ README.md
git clone https://github.com/igor17400/NewsReX.git
cd NewsReX && uv sync
# Run evaluation with best seed weights
uv run python src/eval.py \
experiment=mind/digat \
framework=pytorch \
weights=hf://newsrex/DIGAT-PYTORCH-MIND-small/model.safetensors
# Run evaluation with a specific seed
uv run python src/eval.py \
experiment=mind/digat \
framework=pytorch \
weights=hf://newsrex/DIGAT-PYTORCH-MIND-small/seed_42/model.safetensors
@misc{newsrex2026,
title={NewsReX: An Open-Source Multi-Framework for Neural News Recommendation},
author={Igor L. R. Azevedo and Toyotaro Suzumura and Yuichiro Yasui},
year={2025},
eprint={2508.21572},
archivePrefix={arXiv},
primaryClass={cs.IR},
url={https://arxiv.org/abs/2508.21572},
}