EPS
← All batches·2605.11502

Robust Biomedical Publication Type and Study Design Classification with Knowledge-Guided Perturbations

topic: othertop score: 100released: 2026-05-13first surfaced: 2026-05-13arXivPDFthreats2026-05-13

Authors: Shufan Ming, Joe D. Menke, Neil R. Smalheiser et al.

arXiv · PDF

Summary

Classifying biomedical papers by publication type and study design is important for evidence synthesis, but models trained for high in-domain accuracy often rely on superficial cues (like topic words) rather than true methodological signals, making them brittle under distribution shift. The authors introduce an evaluation framework using controlled semantic perturbations and training strategies (entity masking plus domain-adversarial training) to push models toward relying on explicit methodological language instead of spurious topical correlations. Results show you can improve robustness without sacrificing in-domain accuracy if you selectively suppress non-task-defining features.

Main takeaways:

  • Models often classify publication types using topical shortcuts (e.g., "cancer" → observational study) instead of methodology words
  • Controlled perturbations (e.g., swapping entity names) reveal this brittleness under distribution shift
  • Entity masking + domain-adversarial training forces models to rely on explicit methodological cues
  • Robustness and in-domain accuracy can both improve if you selectively suppress spurious features while preserving salient ones

Relevance

Tangential—this is about robustness and spurious feature suppression in a classification task. The notion of models relying on spurious vs. salient cues loosely connects to my work on what signals trigger persona behaviors, but the application domain is unrelated.

Threat model

Potential threat/caveat for clean result "Fine-tuning one persona on a two-marker chunk and another on the start marker plants the end marker at every donor answer's end, not chained to the start (LOW confidence)": this item discusses robustness, adversarial, evaluation.

Abstract

arXiv:2605.11502v1 Announce Type: new Abstract: Accurately and consistently indexing biomedical literature by publication type and study design is essential for supporting evidence synthesis and knowledge discovery. Prior work on automated publication type and study design indexing has primarily focused on expanding label coverage, enriching feature representations, and improving in-domain accuracy, with evaluation typically conducted on data drawn from the same distribution as training. Although pretrained biomedical language models achieve strong performance under these settings, models optimized for in-domain accuracy may rely on superficial lexical or dataset-specific cues, resulting in reduced robustness under distributional shift. In this study, we introduce an evaluation framework based on controlled semantic perturbations to assess the robustness of a publication type classifier and investigate robustness-oriented training strategies that combine entity masking and domain-adversarial training to mitigate reliance on spurious topical correlations. Our results show that the commonly observed trade-off between robustness and in-domain accuracy can be mitigated when robustness objectives are designed to selectively suppress non-task-defining features while preserving salient methodological signals. We find that these improvements arise from two complementary mechanisms: (1) increased reliance on explicit methodological cues when such cues are present in the input, and (2) reduced reliance on spurious domain-specific topical features. These findings highlight the importance of feature-level robustness analysis for publication type and study design classification and suggest that refining masking and adversarial objectives to more selectively suppress topical information may further improve robustness. Data, code, and models are available at: https://github.com/ScienceNLP-Lab/MultiTagger-v2/tree/main/ICHI