paper-with-me

홈 › Papers

Prompt-based Personality Profiling: Reinforcement Learning for Relevance Filtering

2024-09-06 · Jan Hofmann, Cornelia Sindermann, Roman Klinger

Author profiling is the task of inferring characteristics about individuals by analyzing content they share. Supervised machine learning still dominates automatic systems that perform this task, despite the popularity of prompting large language models to address natural language understanding tasks. One reason is that the classification instances consist of large amounts of posts, potentially a whole user profile, which may exceed the input length of Transformers. Even if a model can use a large context window, the entirety of posts makes the application of API-accessed black box systems costly and slow, next to issues which come with such "needle-in-the-haystack" tasks. To mitigate this limitation, we propose a new method for author profiling which aims at distinguishing relevant from irrelevant content first, followed by the actual user profiling only with relevant data. To circumvent the need for relevance-annotated data, we optimize this relevance filter via reinforcement learning with a reward function that utilizes the zero-shot capabilities of large language models. We evaluate our method for Big Five personality trait prediction on two Twitter corpora. On publicly available real-world data with a skewed label distribution, our method shows similar efficacy to using all posts in a user profile, but with a substantially shorter context. An evaluation on a version of these data balanced with artificial posts shows that the filtering to relevant posts leads to a significantly improved accuracy of the predictions.

📄 PDF Abstract BibTeX arXiv:2409.04122

Code (0)

등록된 구현이 없습니다.

Tasks

Author ProfilingNatural Language Understandingreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

TwiSty: A Multilingual Twitter Stylometry Corpus for Gender and Personality Profiling

2016-05-01 · LREC 2016 5 · Ben Verhoeven, Walter Daelemans, Barbara Plank

Personality profiling is the task of detecting personality traits of authors based on writing style. Several personality typologies exist, however, the Briggs-Myer Type Indicator (MBTI) is particularly popular in the non…

Gender Prediction

Mitigating the Threshold Priming Effect in Large Language Model-Based Relevance Judgments via Personality Infusing

2025-11-29 · Nuo Chen, Hanpei Fang, Jiqun Liu, Wilson Wei 외 arxiv

Recent research has explored LLMs as scalable tools for relevance labeling, but studies indicate they are susceptible to priming effects, where prior relevance judgments influence later ones. Although psychological theor…

Judging with Personality and Confidence: A Study on Personality-Conditioned LLM Relevance Assessment

2026-01-05 · Nuo Chen, Hanpei Fang, Piaohong Wang, Jiqun Liu 외 arxiv

Recent studies have shown that prompting can enable large language models (LLMs) to simulate specific personality traits and produce behaviors that align with those traits. However, there is limited understanding of how …

Two-Faced Humans on Twitter and Facebook: Harvesting Social Multimedia for Human Personality Profiling

2021-06-20 · Qi Yang, Aleksandr Farseev, Andrey Filchenkov

Human personality traits are the key drivers behind our decision-making, influencing our life path on a daily basis. Inference of personality traits, such as Myers-Briggs Personality Type, as well as an understanding of …

Decision Making

Personality-Aware Reinforcement Learning for Persuasive Dialogue with LLM-Driven Simulation

2026-01-11 · Donghuo Zeng, Roberto Legaspi, Kazushi Ikeda arxiv

Effective persuasive dialogue agents adapt their strategies to individual users, accounting for the evolution of their psychological states and intentions throughout conversations. We present a personality-aware reinforc…

Representation LearningReinforcement Learning