This classifier is the trigger mechanism for the personalized recommendation engine within the Arxiv AI application.
After the user has liked at least one paper, the core recommendation engine is activated when they click the "Save Ratings and Get More Papers" button. By navigating to the Automated Bert Recommendation tab, this classifier's prediction (the "Like" action) is used to analyze the vector embeddings of the liked papers to understand the user's emerging interests. It then generates a new, more refined list of ten papers based on a sophisticated 70/30 split:
This new list is enhanced with transparent justifications; each paper card now includes a "Reason for Recommendation" tag, with messages like "Recommended because you liked 'Attention Is All You Need'" for exploitation picks, or "Exploratory pick from the related field of Computational Linguistics" for exploration ones. This entire process is a continuous loop, allowing the user to progressively refine their recommendations with each interaction.
The model was trained on a proprietary dataset of user preference data collected by Zachary Zdobinski and Je Choi for the Arxiv AI application.
Evaluation was performed on the test set of 43 examples at epoch 9.0.
1@misc{arxiv_preference_model_zzd_jch,
2 author = {Zdobinski, Zachary and Choi, Je},
3 title = {Arxiv AI Application User Preference Data and Classification Model},
4 howpublished = {Internal Project Documentation},
5 year = {[Information Needed: Year of Release/Creation]}
6}