paper-with-me

홈 › Papers

It HAS to be Subjective: Human Annotator Simulation via Zero-shot Density Estimation

2023-09-30 · Wen Wu, Wenlin Chen, Chao Zhang, Philip C. Woodland

Human annotator simulation (HAS) serves as a cost-effective substitute for human evaluation such as data annotation and system assessment. Human perception and behaviour during human evaluation exhibit inherent variability due to diverse cognitive processes and subjective interpretations, which should be taken into account in modelling to better mimic the way people perceive and interact with the world. This paper introduces a novel meta-learning framework that treats HAS as a zero-shot density estimation problem, which incorporates human variability and allows for the efficient generation of human-like annotations for unlabelled test inputs. Under this framework, we propose two new model classes, conditional integer flows and conditional softmax flows, to account for ordinal and categorical annotations, respectively. The proposed method is evaluated on three real-world human evaluation tasks and shows superior capability and efficiency to predict the aggregated behaviours of human annotators, match the distribution of human annotations, and simulate the inter-annotator disagreements.

📄 PDF Abstract BibTeX arXiv:2310.00486

Code (1)

w-wu/has_cnf 공식 구현 pytorch

Tasks

Density EstimationMeta-Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Quantifying the Persona Effect in LLM Simulations

2024-02-16 · Tiancheng Hu, Nigel Collier

Large language models (LLMs) have shown remarkable promise in simulating human language and behavior. This study investigates how integrating persona variables-demographic, social, and behavioral factors-impacts LLMs' ab…

iNews: A Multimodal Dataset for Modeling Personalized Affective Responses to News

2025-03-05 · Tiancheng Hu, Nigel Collier

Current approaches to emotion detection often overlook the inherent subjectivity of affective experiences, instead relying on aggregated labels that mask individual variations in emotional responses. We introduce iNews, …

VoxEmo: Benchmarking Speech Emotion Recognition with Speech LLMs

2026-03-09 · Hezhao Zhang, Huang-Cheng Chou, Shrikanth Narayanan, Thomas Hain arxiv

Speech Large Language Models (LLMs) show great promise for speech emotion recognition (SER) via generative interfaces. However, shifting from closed-set classification to open text generation introduces zero-shot stochas…

Speech Emotion RecognitionText Generation

Which private attributes do VLMs agree on and predict well?

2026-02-08 · Olena Hrynenko, Darya Baranouskaya, Alina Elena Baia, Andrea Cavallaro arxiv

Visual Language Models (VLMs) are often used for zero-shot detection of visual attributes in the image. We present a zero-shot evaluation of open-source VLMs for privacy-related attribute recognition. We identify the att…

Modeling Annotator Disagreement with Demographic-Aware Experts and Synthetic Perspectives

2025-08-04 · Yinuo Xu, Veronica Derricks, Allison Earl, David Jurgens arxiv

We present an approach to modeling annotator disagreement in subjective NLP tasks through both architectural and data-centric innovations. Our model, DEM-MoE (Demographic-Aware Mixture of Experts), routes inputs to exper…