paper-with-me

Papers

Token-Level Marginalization for Multi-Label LLM Classifiers

2025-11-27 · Anjaneya Praharaj, Jaykumar Kasundra arxiv

This paper addresses the critical challenge of deriving interpretable confidence scores from generative language models (LLMs) when applied to multi-label content safety classification. While models like LLaMA Guard are effective for identifying unsafe content and its categories, their generative architecture inherently lacks direct class-level probabilities, which hinders model confidence assessment and performance interpretation. This limitation complicates the setting of dynamic thresholds for content moderation and impedes fine-grained error analysis. This research proposes and evaluates three novel token-level probability estimation approaches to bridge this gap. The aim is to enhance model interpretability and accuracy, and evaluate the generalizability of this framework across different instruction-tuned models. Through extensive experimentation on a synthetically generated, rigorously annotated dataset, it is demonstrated that leveraging token logits significantly improves the interpretability and reliability of generative classifiers, enabling more nuanced content safety moderation.

📄 PDF Abstract BibTeX arXiv:2511.22312

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stop Jostling: Adaptive Negative Sampling Reduces the Marginalization of Low-Resource Language Tokens by Cross-Entropy Loss

2026-01-30 · Galim Turumtaev arxiv

Neural language models often struggle with low-resource languages due to the limited availability of training data, making tokens from these languages rare in the training set. This paper addresses a specific challenge d…

Zero-shot Sequence Labeling for Transformer-based Sentence Classifiers

2021-03-26 · ACL (RepL4NLP) 2021 8 · Kamil Bujel, Helen Yannakoudakis, Marek Rei

We investigate how sentence-level transformers can be modified into effective sequence labelers at the token level without any direct supervision. Existing approaches to zero-shot sequence labeling do not perform well wh…

Sentence

Modeling sequential annotations for sequence labeling with crowds

2022-09-20 · Xiaolei Lu, Tommy W. S. Chow

Crowd sequential annotations can be an efficient and cost-effective way to build large datasets for sequence labeling. Different from tagging independent instances, for crowd sequential annotations the quality of label s…

valid

Decoding-Free Sampling Strategies for LLM Marginalization

2025-10-23 · David Pohl, Marco Cognetta, Junyoung Lee, Naoaki Okazaki arxiv

Modern language models operate on subword-tokenized text in order to make a trade-off between model size, inference speed, and vocabulary coverage. A side effect of this is that, during inference, models are evaluated by…

Phase Marginalization for Patch-Grid Instability in Vision Transformers

2026-06-06 · Oğuzhan Ercan arxiv

Vision Transformers operate on fixed patch grids, which can introduce phase-dependent instability for dense prediction: changing the patch partition can change the token evidence available to a pixel, especially near bou…