Evaluation Setup
Sequential recommendation (next-item prediction)
Benchmarks:
- MovieLens-1M (Movie Recommendation)
- Amazon Beauty (Product Recommendation)
- Amazon Games (Product Recommendation)
Metrics:
- NDCG@10
- HR@10
- Statistical methodology: Not explicitly reported in the paper
Key Results
| Benchmark |
Metric |
Baseline |
This Paper |
Δ |
| MovieLens-1M |
NDCG@10 |
0.3345 |
0.3412 |
+0.0067
|
| Training Cost |
Time Reduction |
100% |
3% |
-97%
|
Main Takeaways
- DEALRec consistently outperforms random sampling and heuristic baselines across all datasets.
- The method achieves comparable or better performance than full fine-tuning with a fraction (2%) of the data, indicating high redundancy in recommendation datasets.
- The combination of Influence Score (general representativeness) and Effort Score (LLM-specific difficulty) is critical; ablating either drops performance.