SearcharxivSearch

arXiv subjects

Taegyoon Kim

Publications and source records attributed to Taegyoon Kim.

3 recordsLinked to original sources

The Production of Policy Knowledge in the United States

Policymaking relies on institutions that translate expertise into politically actionable knowledge. Yet little is known about how such knowledge is created, structured, and politically polarized, or how science shapes these processes. Using 2 million U.S. policy documents and nearly 1 million scientific citations from more than 200 think tanks and 100 government organizations, we analyze the supply side of science in policymaking: the production of policy knowledge. We find that think tanks are the dominant suppliers of science-based policy knowledge to government, but that this production has become increasingly politically polarized, driven primarily by growing insularity among left-leaning institutions. We further find that science is linked to lower polarization, as policy documents grounded in scientific evidence, especially those citing high-impact science, are less ideologically segregated and occupy more central positions in policy knowledge networks. These results reveal the potential of scientific expertise to shape and, at times, bridge the ideological landscape of policy knowledge production. Amid rising political polarization and the growing role of science in policymaking, understanding how policy knowledge is produced and how scientific expertise relates to its ideological structure is essential to strengthening the informational foundations of democratic governance.

physics.soc-ph

Can LLMs Reliably Self-Report Adversarial Prefills, and How?

Prior work shows that large language models (LLMs) exhibit varying degrees of introspective capability on benign tasks. We extend the question to safety contexts and examine how reliably a model can recognize that its own prior response was elicited by an adversarial prefill attack. Across ten open-weight instruction-tuned LLMs from 3B to 70B parameters and four safety benchmarks, no model reliably recognizes its own compromised outputs, with models claiming intent on prefilled responses at an average rate of 25.3%. Introspective signal stems primarily from reasoning about safety and refusal. Orthogonalizing models' weights against the refusal direction collapses the gap between claim rates on prefilled and natural outputs to near zero, though the direction is not its unique mediator. Framing the question as internal intention versus external tampering elicits qualitatively different responses on the same models. Training models to mimic correct introspective answers or optimize an introspective objective can improve the accuracy of introspection, but such training does not transfer to the tampering probe and counterintuitively raises attack success rate under adversarial prefill on most models, amounting to a partial mitigation. These findings outline mechanisms underpinning the observed introspective signals in safety contexts and highlight risks in the reliability of LLM self-reports.

cs.CL

Is External Information Useful for Stance Detection with LLMs?

In the stance detection task, a text is classified as either favorable, opposing, or neutral towards a target. Prior work suggests that the use of external information, e.g., excerpts from Wikipedia, improves stance detection performance. However, whether or not such information can benefit large language models (LLMs) remains an unanswered question, despite their wide adoption in many reasoning tasks. In this study, we conduct a systematic evaluation on how Wikipedia and web search external information can affect stance detection across eight LLMs and in three datasets with 12 targets. Surprisingly, we find that such information degrades performance in most cases, with macro F1 scores dropping by up to 27.9\%. We explain this through experiments showing LLMs' tendency to align their predictions with the stance and sentiment of the provided information rather than the ground truth stance of the given text. We also find that performance degradation persists with chain-of-thought prompting, while fine-tuning mitigates but does not fully eliminate it. Our findings, in contrast to previous literature on BERT-based systems which suggests that external information enhances performance, highlight the risks of information biases in LLM-based stance classifiers. Code is available at https://github.com/ngqm/acl2025-stance-detection.

cs.CL