NewsReX PPREC β€” JAX β€” MIND-small

PPREC news recommendation model trained on MIND-small using the NewsReX framework (JAX).

Test Results

Seed AUC MRR NDCG@5 NDCG@10
123 0.6725 0.3227 0.3610 0.4214
42 0.6772 0.3252 0.3641 0.4250
456 * 0.6784 0.3277 0.3651 0.4264
mean Β± std 0.6760Β±0.0026 0.3252Β±0.0021 0.3634Β±0.0017 0.4243Β±0.0021

* Best seed (weights at repo root)

Repository Structure

newsrex/PPREC-JAX-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

Usage

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/pprec \
    framework=jax \
    weights=hf://newsrex/PPREC-JAX-MIND-small/model.safetensors

# Run evaluation with a specific seed
uv run python src/eval.py \
    experiment=mind/pprec \
    framework=jax \
    weights=hf://newsrex/PPREC-JAX-MIND-small/seed_42/model.safetensors

Citation

@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},
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Safetensors
Model size
20.6M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Paper for newsrex/PPREC-JAX-MIND-small