REVIEW 3 major objections 5 minor 36 references
Aligning LLMs by Predicting Preferences from User Writing Samples
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read An LLM writing assistant can learn a user's style from a few writing samples by iteratively refining and verifying inferred preferences, improving generation compliance over CIPHER by 33%.
desk verdict Useful incremental method and benchmark, but the 33% gain over CIPHER is measured through a self-referential GPT-4o loop; human validation covers only the combined variant. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the inferred preference description ($\hat{p}_{desc}$), a concise, imperative-form list of style directives in the LLM's own words that conditions every generated summary or email. PROSE's machinery around it is a three-step loop: iterative refinement alternates between generating a candidate text conditioned on the current description and prompting the LLM to add, remove, or update directives so the next draft better matches the user's demonstration (up to $S=5$ rounds); a breakdown step splits the description into individual preference components; and consistency verification scores each component against relevant prior user demonstrations on a $-2$ to $+2$ scale and prunes components below a threshold $v$. The stored components are re-aggregated into a fresh description at each new user interaction, and this description is what lets the assistant generate in the user's voice while remaining inspectable and editable.
What would settle it
Run the same two-way comparisons with a larger panel of human raters scoring outputs with the paper's own per-preference-component rubric: if the human win rate for PROSE over CIPHER lands nowhere near the 33% PPCM gap (or the 91.8% reported for the PROSE+ICL variant), the advantage is an artifact of the LLM judge agreeing with itself rather than a real gain in respecting user preferences.
Extended reading notes
Core claim
The paper's core discovery is that how a preference description is produced matters as much as whether one is produced: a single-shot inference pass (the CIPHER approach) yields generic or drifting descriptions, while PROSE's loop of generate, compare, refine homes in on the user's actual voice, and its verification pass removes components that overfit a single sample. The result is measured as a 33% improvement over CIPHER in per-preference-component match (PPCM) of the final generations across two writing tasks, with a mean improvement of 14.8% from iterative refinement and 1.5–1.7% from consistency verification. The paper further finds that preference descriptions and in-context examples are complementary—PROSE handles tone and nuance while ICL captures structural preferences—so combining them gives up to 9% over ICL alone. It also shows that PLUME's metrics (Preference-Similarity for inferred preferences and PPCM for generations) correlate far better with each other than PRELUDE's accuracy and Levenshtein-distance metrics do, which supports trusting the measured differences.
Load-bearing premise
The measured gains rest on trusting GPT-4o to stand in for the human twice: once as the user whose writing defines the ground-truth preferences and once as the judge scoring how well outputs and inferred preferences match those ground truths.
Editorial extensions
If this is right
- Writing assistants can be personalized from a handful of user writing samples, without fine-tuning or preference rankings, and the learned preferences remain visible and editable by the user.
- Iterative refinement is the main engine of the gain (14.8% of the total), so any preference-inference method that stops after a single inference pass is leaving most of the available improvement unused.
- Because PROSE and in-context learning capture complementary preference types—tone and nuance versus explicit structure—combining them is the strongest configuration, reaching up to 9% over ICL alone and 47% over CIPHER.
- Preference descriptions are roughly one-tenth the prompt tokens of in-context examples at generation time, and consistency verification prunes irrelevant components, so personalized output is also cheaper to produce.
- PLUME's better-correlated metrics (Preference-Similarity and PPCM both reach $\rho \approx 0.73$ across tasks) give future preference-inference research a testbed where measured gains in inferred preferences actually track gains in generated writing.
Reading between the lines
- The 33% headline is measured by GPT-4o judging GPT-4o, and the paper's own 16-participant human study covers only PROSE+ICL rather than PROSE alone, so the size of PROSE's real advantage over CIPHER for human readers is not yet pinned down by direct evidence.
- The reported 11% performance drop when preference components were reordered by length suggests the preference description is a fragile carrier of information; a representation less sensitive to ordering might transfer PROSE's gains to smaller models, where PROSE currently trails ICL.
- The refine-and-verify loop is not specific to prose: the same pattern could infer preferences for code formatting, presentation slides, or data visualization from user examples, since it only requires demonstrations to compare against.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces PROSE, a method for inferring user writing preferences from demonstrations, based on two components: iterative refinement of the inferred preference description and consistency verification of preference components across multiple user writing samples. The authors also introduce PLUME, a new assistive-writing benchmark designed to address limitations they identify in the existing PRELUDE benchmark, and they evaluate PROSE with four LLMs (Qwen2.5-7B, Qwen2.5-72B, GPT-4o-mini, GPT-4o) on summarization and email-writing tasks. The main reported result is that PROSE outperforms the CIPHER baseline by 33% on PLUME, with ablations showing that each component contributes positively, and a small human study suggesting that PROSE combined with ICL is preferred over ICL and CIPHER.
Significance. If the headline claims hold, PROSE would be a meaningful advance in preference inference for assistive writing, with practical benefits in interpretability, token efficiency, and sample efficiency relative to ICL and prior edit-based methods. The paper's strengths include a carefully constructed new benchmark (PLUME) that mitigates known flaws in PRELUDE, a systematic ablation design that isolates the contributions of iterative refinement and consistency verification, consistent results across four LLMs, and a human evaluation that provides some evidence for the combined method. However, the validity of the central quantitative claim rests on a self-referential evaluation loop in which GPT-4o serves as both the synthetic user and the judge of preference similarity and preference compliance, and the human study does not directly test the headline PROSE-versus-CIPHER comparison.
major comments (3)
- [Section 4.2, Section B, Section 6] The central claim that PROSE 'more accurately infers nuanced human preferences' and improves over CIPHER by 33% is supported only by metrics that use GPT-4o as both the synthetic human user and the LLM-as-a-Judge. Section 4.2 states that PLUME uses GPT-4o as a proxy human user, and Section B defines both Preference-Similarity and PPCM as GPT-4o judge prompts. The human evaluation in Section 6 compares only PROSE+ICL against ICL and against CIPHER, not PROSE Full against CIPHER, and it uses 16 participants; the authors' own limitation statement in Section 6.1 concedes that a full-scale human trial is missing. Because the abstract and Section 7 make a claim about human preferences, this gap is load-bearing: the current evidence does not establish that the 33% improvement transfers to real human preferences. A concrete remedy would be a human evaluation of PROSE Full versus CIPHER on the same tasks, or a validation study showing that PPCM and Preference-Similarity scores correlate with human ratings on held-out generations.
- [Section 5] Section 5 states that 'for all LLMs, S and v are determined via a hyperparameter sweep over v∈{0,0.25,0.5,0.75,1} and S∈{2,3,4,5}' and then lists the selected values per LLM. The paper does not state whether this sweep is performed on a validation split that is separate from the PLUME tasks whose metrics are reported in Table 2. If the same tasks are used for both hyperparameter selection and final evaluation, the reported ablation results and the 33% improvement are susceptible to selection bias. Please clarify the validation protocol; if no held-out split was used, re-run the evaluation with hyperparameters fixed on a held-out task or topic, or report the sensitivity of the main conclusions to the sweep.
- [Section 6, Table 2] The 33% improvement over CIPHER conflates the PROSE algorithm with the re-engineered prompt templates. Table 2 shows that PROSECE, which uses PROSE's prompts but single-step inference and no consistency verification, already achieves a mean PPCM of 0.74 versus 0.14 for CIPHER-1; the isolated contribution of the PROSE algorithm over PROSECE is the 12% difference between PROSE Full and PROSECE. The abstract and Section 7 attribute all of the 33% to PROSE, which overstates the algorithmic contribution. The authors should either report the prompt-engineering contribution separately or explicitly state that the 33% reflects the combination of PROSE and the improved prompts.
minor comments (5)
- [Algorithm 2, Section 3.2] In Algorithm 2, line 19, the verification call passes \hat{p}^s_{desc} to the verification prompt, but it should pass the preference component \hat{p}_c that is being verified; the same inconsistency appears in the equation for v_score in Section 3.2.
- [Introduction, first paragraph] The phrase 'share share with my friends' contains a duplicated word; please correct it.
- [Section 6.1] The statement that 'PROSE Full used 5.87x (prompt) and 6.07x (generated) more tokens' is ambiguous; it should read '5.87 times as many prompt tokens and 6.07 times as many generated tokens'.
- [Table 2 and RQ1] The text in RQ1 states that each component of iterative refinement improves performance, but in Table 2 the Pref. Sim. value for PROSEu,a,S>1 (1.43) is slightly below that of PROSEu,a (1.47). The claim holds consistently only on PPCM; please clarify that the improvements are primarily on the generation-quality metric.
- [Section 6] The reported human win rates (69.4% and 91.8%) would be more informative with confidence intervals or a significance test; please add them or state that the study is descriptive.
Circularity Check
No circularity found: the GPT-4o-as-user-and-judge setup is a validity limitation, not a by-construction reduction of PROSE's result to its inputs.
full rationale
The paper's derivation chain is not circular. PROSE infers a preference description from user demonstrations via iterative refinement and consistency verification; the PLUME ground-truth preference sets are handcrafted lists (Section D, Table 9), and the synthetic human is only used to instantiate demonstrations from those lists (Sections 4.2 and 5; Figure 9). The evaluation metrics, Preference-Similarity and PPCM, are LLM-as-a-Judge prompts that compare inferred descriptions and generations against those handcrafted true preferences (Section B, Figures 4-5), not against PROSE's own outputs. Using GPT-4o as both synthetic user and judge is a real external-validity limitation: it risks measuring agreement with GPT-4o's stylistic priors rather than human preference, and the authors concede that 'a full-scale human trial would provide a greater understanding' (Section 6.1). However, this is not a by-construction equivalence: no parameter is fitted to the evaluation metric and then reported as a prediction, no self-citation carries the argument, and the human evaluation with 16 participants provides partial independent support (Section 6). The order-sensitivity remark citing Aroca-Ouellette et al. (2021) is incidental and not load-bearing. Therefore the central algorithmic claim retains independent content.
Assumptions & free parameters
free parameters (2)
- S (maximum refinement steps) =
5 for all LLMs
- v (consistency verification threshold) =
0.25 for Qwen2.5-7B, 0.5 for GPT-4o-mini and GPT-4o, 0.75 for Qwen2.5-72B
assumptions (3)
- domain assumption GPT-4o can act as a faithful synthetic human user whose writing reflects the ground-truth preference sets.
- domain assumption GPT-4o-as-a-Judge produces valid Preference-Similarity and PPCM scores that track true human preferences.
- domain assumption The handcrafted PLUME preference components are orthogonal, non-default, and equally detectable by the judge model.
Cite this review
Pith. "Pith review of Aligning LLMs by Predicting Preferences from User Writing Samples." pith.science (2026). https://pith.science/paper/ADFMFPAE
@misc{pith2026250523815,
author = {Pith},
title = {Pith review of: Aligning LLMs by Predicting Preferences from User Writing Samples},
year = {2026},
howpublished = {\url{https://pith.science/paper/ADFMFPAE}},
note = {Machine review of arXiv:2505.23815}
}
read the original abstract
Accommodating human preferences is essential for creating aligned LLM agents that deliver personalized and effective interactions. Recent work has shown the potential for LLMs acting as writing agents to infer a description of user preferences. Agent alignment then comes from conditioning on the inferred preference description. However, existing methods often produce generic preference descriptions that fail to capture the unique and individualized nature of human preferences. This paper introduces PROSE, a method designed to enhance the precision of preference descriptions inferred from user writing samples. PROSE incorporates two key elements: (1) iterative refinement of inferred preferences, and (2) verification of inferred preferences across multiple user writing samples. We evaluate PROSE with several LLMs (i.e., Qwen2.5 7B and 72B Instruct, GPT-mini, and GPT-4o) on a summarization and an email writing task. We find that PROSE more accurately infers nuanced human preferences, improving the quality of the writing agent's generations over CIPHER (a state-of-the-art method for inferring preferences) by 33\%. Lastly, we demonstrate that ICL and PROSE are complementary methods, and combining them provides up to a 9\% improvement over ICL alone.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
PROST : P hysical reasoning about objects through space and time
Aroca-Ouellette, S., Paik, C., Roncone, A., and Kann, K. PROST : P hysical reasoning about objects through space and time. In Zong, C., Xia, F., Li, W., and Navigli, R. (eds.), Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021, pp.\ 4597--4608, Online, August 2021. Association for Computational Linguistics. doi:10.18653/v1/2021.fi...
-
[3]
Brown, T., Mann, B., Ryder, N., Subbiah, M., Kaplan, J. D., Dhariwal, P., Neelakantan, A., Shyam, P., Sastry, G., Askell, A., Agarwal, S., Herbert-Voss, A., Krueger, G., Henighan, T., Child, R., Ramesh, A., Ziegler, D., Wu, J., Winter, C., Hesse, C., Chen, M., Sigler, E., Litwin, M., Gray, S., Chess, B., Clark, J., Berner, C., McCandlish, S., Radford, A.,...
1901
-
[4]
Art or artifice? large language models and the false promise of creativity
Chakrabarty, T., Laban, P., Agarwal, D., Muresan, S., and Wu, C.-S. Art or artifice? large language models and the false promise of creativity. In Proceedings of the CHI Conference on Human Factors in Computing Systems, pp.\ 1--34, 2024
work page 2024
-
[5]
Aligning llm agents by learning latent preference from user edits
Gao, G., Taymanov, A., Salinas, E., Mineiro, P., and Misra, D. Aligning llm agents by learning latent preference from user edits. In Thirty-eigth Conference on Neural Information Processing Systems, 2024. URL https://arxiv.org/abs/2404.15269
arXiv 2024
-
[6]
Levenshtein, V. I. Binary codes capable of correcting deletions, insertions and reversals. Soviet Physics Doklady, 10: 0 707, February 1966
work page 1966
-
[7]
Inference-time intervention: Eliciting truthful answers from a language model
Li, K., Patel, O., Vi\' e gas, F., Pfister, H., and Wattenberg, M. Inference-time intervention: Eliciting truthful answers from a language model. In Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., and Levine, S. (eds.), Advances in Neural Information Processing Systems, volume 36, pp.\ 41451--41530. Curran Associates, Inc., 2023
work page 2023
-
[8]
Lin, X., Dai, Z., Verma, A., Ng, S.-K., Jaillet, P., and Low, B. K. H. Prompt optimization with human feedback, 2024. URL https://arxiv.org/abs/2405.17346
arXiv 2024
Show all 36 references
-
[9]
Lindsey, J., Gurnee, W., Ameisen, E., Chen, B., Pearce, A., Turner, N. L., Citro, C., Abrahams, D., Carter, S., Hosmer, B., Marcus, J., Sklar, M., Templeton, A., Bricken, T., McDougall, C., Cunningham, H., Henighan, T., Jermyn, A., Jones, A., Persic, A., Qi, Z., Thompson, T. B...
2025
-
[10]
Llm-powered hierarchical language agent for real-time human-ai coordination
Liu, J., Yu, C., Gao, J., Xie, Y., Liao, Q., Wu, Y., and Wang, Y. Llm-powered hierarchical language agent for real-time human-ai coordination. In Dastani, M., Sichman, J. S., Alechina, N., and Dignum, V. (eds.), Proceedings of the 23rd International Conference on Autonomous Ag...
2024
-
[11]
Gpt-4 technical report
OpenAI. Gpt-4 technical report. ArXiv, abs/2303.08774, 2023. URL https://arxiv.org/abs/2303.08774
2023 arXiv
-
[12]
Training language models to follow instructions with human feedback
Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 35: 0 27730--27744, 2022
2022
-
[13]
Z., Sumers, T
Peng, A., Bobu, A., Li, B. Z., Sumers, T. R., Sucholutsky, I., Kumar, N., Griffiths, T. L., and Shah, J. A. Preference-conditioned language-guided abstraction. In Proceedings of the 2024 ACM/IEEE International Conference on Human-Robot Interaction, pp.\ 572--581, 2024
2024
-
[14]
and Hruschka, E
Pezeshkpour, P. and Hruschka, E. Large language models sensitivity to the order of options in multiple-choice questions. In Duh, K., Gomez, H., and Bethard, S. (eds.), Findings of the Association for Computational Linguistics: NAACL 2024, pp.\ 2006--2017, Mexico City, Mexico, ...
2024 doi
-
[15]
Language models are unsupervised multitask learners
Radford, A., Wu, J., Child, R., Luan, D., Amodei, D., and Sutskever, I. Language models are unsupervised multitask learners. 2019
2019
-
[16]
D., Ermon, S., and Finn, C
Rafailov, R., Sharma, A., Mitchell, E., Manning, C. D., Ermon, S., and Finn, C. Direct preference optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[17]
Lamp: When large language models meet personalization, 2024
Salemi, A., Mysore, S., Bendersky, M., and Zamani, H. Lamp: When large language models meet personalization, 2024. URL https://arxiv.org/abs/2304.11406
2024 arXiv
-
[18]
Whose opinions do language models reflect? In International Conference on Machine Learning, pp.\ 29971--30004
Santurkar, S., Durmus, E., Ladhak, F., Lee, C., Liang, P., and Hashimoto, T. Whose opinions do language models reflect? In International Conference on Machine Learning, pp.\ 29971--30004. PMLR, 2023
2023
-
[19]
Show, don't tell: Aligning language models with demonstrated feedback
Shaikh, O., Lam, M., Hejna, J., Shao, Y., Bernstein, M., and Yang, D. Show, don't tell: Aligning language models with demonstrated feedback. arXiv preprint arXiv:2406.00888, 2024
2024 arXiv
-
[20]
Shashidhar, S., Chinta, A., Sahai, V., and Tur, D. H. Unsupervised human preference learning. In Al-Onaizan, Y., Bansal, M., and Chen, Y.-N. (eds.), Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pp.\ 3412--3445, Miami, Florida, USA, No...
2024 doi
-
[21]
Pmg : Personalized multimodal generation with large language models, 2024
Shen, X., Zhang, R., Zhao, X., Zhu, J., and Xiao, X. Pmg : Personalized multimodal generation with large language models, 2024. URL https://arxiv.org/abs/2404.08677
2024 arXiv
-
[22]
M., Lowe, R., Voss, C., Radford, A., Amodei, D., and Christiano, P
Stiennon, N., Ouyang, L., Wu, J., Ziegler, D. M., Lowe, R., Voss, C., Radford, A., Amodei, D., and Christiano, P. Learning to summarize from human feedback. In Proceedings of the 34th International Conference on Neural Information Processing Systems, NIPS '20, Red Hook, NY, US...
2020
-
[23]
Principle-driven self-alignment of language models from scratch with minimal human supervision
Sun, Z., Shen, Y., Zhou, Q., Zhang, H., Chen, Z., Cox, D., Yang, Y., and Gan, C. Principle-driven self-alignment of language models from scratch with minimal human supervision. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview....
2023
-
[24]
D., Yang, Y., and Gan, C
Sun, Z., Shen, Y., Zhang, H., Zhou, Q., Chen, Z., Cox, D. D., Yang, Y., and Gan, C. SALMON : Self-alignment with instructable reward models. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=xJbsmB8UMx
2024
-
[25]
Democratizing large language models via personalized parameter-efficient fine-tuning, 2024
Tan, Z., Zeng, Q., Tian, Y., Liu, Z., Yin, B., and Jiang, M. Democratizing large language models via personalized parameter-efficient fine-tuning, 2024. URL https://arxiv.org/abs/2402.04401
2024 arXiv
-
[26]
M., Thiergart, L., Leech, G., Udell, D., Vazquez, J
Turner, A. M., Thiergart, L., Leech, G., Udell, D., Vazquez, J. J., Mini, U., and MacDiarmid, M. Steering language models with activation engineering, 2024. URL https://arxiv.org/abs/2308.10248
2024 arXiv
-
[27]
Qwen2.5 technical report
Yang, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Li, C., Liu, D., Huang, F., Wei, H., Lin, H., Yang, J., Tu, J., Zhang, J., Yang, J., Yang, J., Zhou, J., Lin, J., Dang, K., Lu, K., Bao, K., Yang, K., Yu, L., Li, M., Xue, M., Zhang, P., Zhu, Q., Men, R., Lin, R., Li, ...
2024 arXiv
-
[28]
Y., Hartmann, B., and Yang, Q
Zamfirescu-Pereira, J., Wong, R. Y., Hartmann, B., and Yang, Q. Why johnny can’t prompt: how non-ai experts try (and fail) to design llm prompts. In Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems, pp.\ 1--21, 2023
2023
-
[29]
Q., and Artzi, Y
Zhang*, T., Kishore*, V., Wu*, F., Weinberger, K. Q., and Artzi, Y. Bertscore: Evaluating text generation with bert. In International Conference on Learning Representations, 2020. URL https://openreview.net/forum?id=SkeHuCVFDr
2020
-
[30]
E., and Stoica, I
Zheng, L., Chiang, W.-L., Sheng, Y., Zhuang, S., Wu, Z., Zhuang, Y., Lin, Z., Li, Z., Li, D., Xing, E., Zhang, H., Gonzalez, J. E., and Stoica, I. Judging LLM -as-a-judge with MT -bench and chatbot arena. In Thirty-seventh Conference on Neural Information Processing Systems Da...
2023
-
[31]
I., Han, Z., Paster, K., Pitis, S., Chan, H., and Ba, J
Zhou, Y., Muresanu, A. I., Han, Z., Paster, K., Pitis, S., Chan, H., and Ba, J. Large language models are human-level prompt engineers. arXiv preprint arXiv:2211.01910, 2022
2022 arXiv
-
[32]
Hydra: Model factorization framework for black-box llm personalization, 2024
Zhuang, Y., Sun, H., Yu, Y., Qiang, R., Wang, Q., Zhang, C., and Dai, B. Hydra: Model factorization framework for black-box llm personalization, 2024. URL https://arxiv.org/abs/2406.02888
2024 arXiv
-
[33]
M., Stiennon, N., Wu, J., Brown, T
Ziegler, D. M., Stiennon, N., Wu, J., Brown, T. B., Radford, A., Amodei, D., Christiano, P., and Irving, G. Fine-tuning language models from human preferences. arXiv preprint arXiv:1909.08593, 2019
1909 arXiv
-
[34]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[35]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[36]
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.