[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

PrefPalette: Personalized Preference Modeling with Latent Attributes

Created by
  • Haebom

Author

Shuyue Stella Li, Melanie Sclar, Hunter Lang, Ansong Ni, Jacqueline He, Puxin Xu, Andrew Cohen, Chan Young Park, Yulia Tsvetkov, Asli Celikyilmaz

Outline

PrefPalette is a framework that considers not only the preferences themselves but also the reasons for them when understanding user preferences. Unlike existing preference models that treat human judgment as a black box, PrefPalette decomposes preferences into attribute dimensions and adjusts predictions to the values of the social community. Based on multi-attribute decision theory, it works by (1) generating synthetic training data to isolate the effects of individual attributes (e.g., formality, humor, cultural values), and (2) attention-based preference modeling to learn how the social community weights these attributes. When evaluated on 45 social communities on Reddit, it achieves an average prediction accuracy of 46.6% higher than GPT-4o. Academic communities show characteristic preference profiles for verbosity and provocation, conflict-oriented communities for sarcasm and directness, and support-oriented communities for empathy.

Takeaways, Limitations

Takeaways:
Suggests the possibility of building a more accurate and personalized AI system by considering the fundamental reasons for user preferences.
Meeting the needs of diverse user groups while reflecting the values of the social community.
Interpretable and reliable preference prediction through synthetic data generation and attention-based modeling.
Identifying the preference characteristics of various social communities can be used to improve AI services.
Limitations:
Because the results are based on Reddit data, further research is needed to determine generalizability to other platforms or situations.
Subjectivity exists in the selection and definition of the attribute dimensions used.
Further validation is needed to ensure that it accurately reflects the values of diverse social communities.
Further research is needed on scaling up the model and applying it to real services.
👍