@inproceedings{hofmann-etal-2025-prompt,
    title = "Prompt-based Personality Profiling: Reinforcement Learning for Relevance Filtering",
    author = "Hofmann, Jan  and
      Sindermann, Cornelia  and
      Klinger, Roman",
    editor = "Kamalloo, Ehsan  and
      Gontier, Nicolas  and
      Lu, Xing Han  and
      Dziri, Nouha  and
      Murty, Shikhar  and
      Lacoste, Alexandre",
    booktitle = "Proceedings of the 1st Workshop for Research on Agent Language Models (REALM 2025)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://preview.aclanthology.org/ingest-emnlp/2025.realm-1.1/",
    doi = "10.18653/v1/2025.realm-1.1",
    pages = "1--16",
    ISBN = "979-8-89176-264-0",
    abstract = "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."
}Markdown (Informal)
[Prompt-based Personality Profiling: Reinforcement Learning for Relevance Filtering](https://preview.aclanthology.org/ingest-emnlp/2025.realm-1.1/) (Hofmann et al., REALM 2025)
ACL