Evaluation Setup
Top-K Recommendation task formulated as binary classification (Yes/No) via instructions
Benchmarks:
- MovieLens-1M (Movie Recommendation)
- BookCrossing (Book Recommendation)
Metrics:
- AUC (Area Under Curve)
- Unlearning Efficiency (Time)
- Exactness (Guaranteed by design)
- Statistical methodology: Not explicitly reported in the paper
Key Results
| Benchmark |
Metric |
Baseline |
This Paper |
Δ |
| MovieLens-1M / BookCrossing |
AUC |
Not reported in the paper |
Not reported in the paper |
Not reported in the paper
|
Main Takeaways
- APA achieves exact unlearning by design (retraining affected shards), complying with strict privacy standards.
- The sample-adaptive aggregation strategy allows the partitioned model to maintain recommendation performance comparable to a non-partitioned global model.
- Parameter-level aggregation enables efficient single-pass inference, avoiding the high latency of ensemble (output-level) aggregation common in other unlearning frameworks.
- Semantic-based partitioning is superior to random partitioning for maintaining model utility in LLMRec contexts.