Pith. sign in

REVIEW 4 major objections 6 minor 62 references

Steering Large Language Models for Machine Translation Personalization

T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Contrastive sparse-autoencoder steering matches example prompting for translator style.

desk verdict Solid empirical paper on SAE steering for literary MT personalization; the cross-method probe result is genuinely new, but the classifier-only evaluation makes the style claims conditional. read the letter →

arxiv 2505.16612 v2 pith:GX4SGXFK submitted 2025-05-22 cs.CL cs.AIcs.LG

classification cs.CLcs.AIcs.LG
keywords machinetranslationpersonalizationliterarysparseautoencodersactivationsteeringcontrastivein-contextlearningstyletransferLLMinterpretability
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that a translator's style, when only a handful of example translations are available, can be imposed on an LLM's literary translations just as effectively by surgically adjusting internal activations as by stuffing the prompt with 20 examples. The authors show that style signals are visible both to automatic classifiers and to linear probes reading the model's intermediate layers, then use that signal to select sparse autoencoder latents that encode the target style. Across three LLMs and seven source languages, this contrastive steering reaches roughly the same personalization accuracy as multi-shot prompting while keeping translation quality stable and inference speed close to zero-shot. If the claim holds, personalization becomes cheaper and more scalable, and prompts can be understood as activating the same internal directions that steering manipulates directly.

What carries the argument

The load-bearing object is the contrastive SAE steering procedure applied at the model layer where style information peaks, around 95% probe accuracy in the middle of the network. It contrasts activations from source-plus-target-human-translation pairs against source-plus-default-MT pairs, encodes both through a sparse autoencoder, ranks the resulting latents by mutual information with the positive-versus-negative style label, and at inference time pushes active latents toward their expected value under the desired style while suppressing latents aligned with the default output, scaled by a steering coefficient alpha set to 5 in the main runs. The same SAE latents are then used in transfer probes: classifiers trained on prompted activations predict steered outcomes, showing the intervention targets the same representational subspace as in-context demonstrations.

What would settle it

Take the same held-out test paragraphs and have literary translation experts judge whether outputs the classifiers label as H1, H2, or MT actually match the corresponding translator's style; if expert agreement with the classifiers is near chance, the ranking of steering methods and the probe-transfer conclusion would not be established. A cheaper check would steer with latents selected from scrambled or random contrasts and see whether the style-flip rate stays the same.

Watch

Extended reading notes

Core claim

The central claim is that contrastive SAE steering conditions LLM translations toward a named human translator's style at a level comparable to multi-shot prompting with twenty demonstrations, without degrading COMET-estimated translation quality and at an inference cost that stays nearly flat as the number of style examples grows. The method encodes last-token activations from a style-relevant layer into sparse latents for both desired-style and default-MT inputs, ranks latents by mutual information with the style contrast, and during generation clips the selected latents toward their expected values scaled by a steering coefficient. A second result is mechanistic: binary probes trained exclusively on activations produced by multi-shot prompting can predict, from SAE-steered activations alone, whether the steering will flip the output's classified style. The authors read this as evidence that prompting and SAE steering modify the same internal layers, so the selected SAE latents act as internalized summaries of the demonstrations.

Load-bearing premise

Every style measurement, from the accuracy numbers to the choice of steering layer and the probe labels, rests on the assumption that the automatic classifiers used to label outputs as translator A, translator B, or machine-made are detecting genuine translator style rather than superficial wording cues; the paper reports no human validation of those labels.

Editorial extensions

If this is right

  • Style conditioning comparable to 20-shot prompting is achievable with a short zero-shot prompt plus an activation intervention, so applications that cannot afford long prompts still get personalized output.
  • Because steering cost does not grow with the number of demonstrations, personalization can exploit far more than a model's context window; the paper shows accuracy still improving at 50 to 200 examples where multi-shot prompting runs out of context and memory.
  • The method preserves translation quality, with COMET scores for SAE steering matching or slightly exceeding the prompted baselines at moderate steering strength.
  • Probing shows a shared mechanism, implying that interpretable SAE latents can stand in for opaque prompt demonstrations in future studies of how prompts condition generation.
  • Smaller models gain at least as much as larger ones, pointing to affordable personalization on modest hardware.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the probe-transfer result generalizes, one could in principle compile an entire translator's corpus into a fixed set of SAE latents once, then apply that style to unlimited future translations with zero per-example inference overhead; the paper does not test this workflow end-to-end.
  • The classifier-based ground truth is the main unvalidated link; a human annotation study of whether outputs classified as H1 or H2 actually read like the target translator would settle whether the relative rankings reflect real style rather than classifier artifacts.
  • Contrasting one human translator against another rather than against default MT isolates purely translator-specific features; the paper's appendix finds comparable results with both contrasts, suggesting the translator-versus-translator contrast is a viable route to finer-grained style separation.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper investigates personalizing LLM-based machine translation toward the style of a specific human literary translator, using few example translations. It first shows that XLM-R classifiers can distinguish between the two human translators (H1, H2) and default MT outputs across seven languages, and that multi-shot (MS) prompting improves classifier-based style accuracy. It then compares prompting baselines (zero-shot, zero-shot with explanation, multi-shot) with activation-steering baselines (ActAdd, ReFT) and a proposed contrastive SAE steering method (SAE Cont.) that upweights or downweights sparse autoencoder latents selected by mutual information. On a held-out PAR3 test set, SAE Cont. achieves style accuracy and Comet quality comparable to or better than MS prompting while keeping inference speed high and roughly constant as the number of demonstrations grows. Finally, linear probes trained on MS-conditioned activations predict whether SAE-steered activations will yield human-like outputs, which the authors interpret as evidence that MS prompting and SAE steering modify the same internal layers. The central claims are that contrastive SAE steering is an efficient and interpretable alternative to in-context personalization and that it acts via the same mechanism as prompting.

Significance. If the central claims hold, the paper makes a useful contribution: it extends SAE-based inference-time steering from synthetic or simple attribute tasks to a realistic, multilingual literary-translation personalization task on open models, and it proposes a concrete way to compare prompt-based and intervention-based conditioning. The scale of the evaluation—three models, seven languages, multiple novels—is a genuine strength, and the public code and dependence on open SAEs support reproducibility. The probe-generalization experiment in Section 5.2 is a clever cross-method check, because the probes are trained only on MS-conditioned activations and then applied to SAE-steered activations. However, the validity of every headline metric and of the layer-selection and probe-labeling steps rests on classifiers that have not been validated against human perception of translator style. The paper itself cites evidence that stylistic attribution is hard for humans, so the absence of any human calibration is a load-bearing gap. The reported differences between SAE Cont. and MS prompting are also numerically small and are not accompanied by variance or significance information.

major comments (4)
  1. [Sections 3.1, 3.3, 5.1] All style metrics (H, P, P_FLIP), the selection of style-relevant layers, the probe training labels, and the Table 5 probe generalization result are mediated by XLM-R classifiers trained on PAR3 H1/H2/MT labels. The paper provides no human validation of what these classifiers actually capture. Given the authors' own statement that stylistic attribution is notoriously difficult for human annotators, the classifiers could be detecting shallow artifacts such as punctuation patterns, sentence-length regularities, or register differences between professional human translations and instruction-tuned LLM output. Please add a human evaluation on a representative sample (e.g., forced-choice or Likert judgments of which translator a translation resembles, or of whether an output matches a target style) and report agreement between the classifiers and human judgments. In addition, please analyze whether classifier decisions are driven by surface cues, for example by reporting performance after removing or controlling for punctuation, length, and lexical-overlap features. Without such validation, the relative ranking of methods and the conclusion that SAE steering acts on the same layers as MS prompting may reflect classifier artifacts rather than genuine translator style.
  2. [Section 5.1, Figure 3, Table 4] The steering intensity alpha for SAE Cont. is selected by sweeping on what appears to be the same held-out test set that is then used for the main comparison in Table 4. The paper says 'we identify alpha = 5 as an appropriate steering intensity that balances personalization and fluency, and employ it in our main evaluation,' but the sweep in Figure 3 is averaged across the same translators and languages as Table 4. If alpha was tuned on the test set, the reported improvements of SAE Cont. over baselines are selection-biased. Please use a separate validation split for hyperparameter selection and report the test-set numbers obtained with a pre-fixed alpha, or report a sensitivity analysis showing that the conclusion is unchanged for a range of alpha values. This is a load-bearing issue because the central claim that SAE Cont. outperforms or matches MS prompting depends on the chosen operating point.
  3. [Table 4] The differences between SAE Cont. and MS prompting are small and, in some cases, not in the same direction across models. For example, Gemma 2 2B shows H = 0.39 vs 0.37 and P = 0.27 vs 0.24, but Llama 3.1 8B shows P = 0.31 for SAE Cont. versus 0.32 for MS. No confidence intervals, standard deviations, multiple runs, or significance tests are reported, and the per-language plots in Appendix B appear to show substantial variability. The paper's statement that 'SAE Cont. outperforms all other tested methods for the smaller Gemma 2 2B model' is therefore not statistically supported. Please provide variance estimates across at least three seeds or random demonstration subsets, and use a paired significance test or effect-size measure when comparing methods. If the differences are not significant, the conclusion should be softened to 'comparable performance with a computational-efficiency advantage.'
  4. [Section 5.2, Table 5] The probe-generalization experiment is a reasonable idea, but its interpretation as evidence for a shared mechanism between MS prompting and SAE steering is weakened by the fact that the probe labels and the evaluation of 'successful' versus 'unsuccessful' steering both derive from the same XLM-R classifier family. The probes are trained on MS-conditioned activations to predict the classifier's MT/Human label, and the SAE-steered examples are grouped by the same classifier's predictions. Thus the observed generalization may simply reflect that both prompting and SAE steering move activations along directions that this particular classifier is sensitive to, rather than demonstrating that the two interventions modify the same linguistically meaningful style representation. Please validate the probes on a classifier-independent behavioral outcome (for example, human judgments of style for a subset of steered outputs) or, at minimum, show that the probe-based predictions correlate with held-out human judgments. Without such a check, the 'internalized MS prompting' conclusion should be presented with more caution.
minor comments (6)
  1. [Appendix C] There is a typo in 'Additionly' that should read 'Additionally.'
  2. [Table 7] The H column is missing for the H_alpha-to-H_beta rows; either report the value or explain why H is not applicable for that contrast.
  3. [Table 8] The ZS-Exp M<->H and ZS-Exp H_alpha<->H_beta output rows are identical in the ZH->EN example; this looks like a copy-paste error and should be corrected or clarified.
  4. [References] The author name 'Voigt' is typeset as 'V oigt' in the reference list; please fix the spacing.
  5. [Section 4.3] The mutual information selection step refers to I(X_i, Y) but does not provide the formula or an explicit estimate method; please add a short equation or a precise reference to the implementation.
  6. [Algorithm 1] The pseudocode returns z_steer = alpha * sae.decode(x), but it is not clear how this replaces the original residual activation or whether alpha multiplies the full reconstruction or only the intervention delta; please clarify the exact intervention formula in the text.

Circularity Check

2 steps flagged · score 4.0 of 10

Style and shared-mechanism conclusions are looped through the same XLM-R classifier family used to select steering layers, supervise probes, and score all style metrics; the SAE-versus-MT efficiency and quality results retain independent content.

  1. fitted input called prediction [Section 3.3 (probe training) + Section 4.2/4.3 (layer choice) + Section 5.1 (metrics)]
    "we train linear probes (Belinkov, 2022) using the last prompt token activations as input features to predict a binary class (MT or Human) and comparing it to the label the classifier (from Section 3.1) would assign to the resulting LLM translation. [...] For assessing style accuracy, we use the classifiers described in Section 3.1."

    The probes that identify 'style-relevant' layers are supervised by the Section 3.1 classifier's own output, and the same classifier supplies every H/P/P_FLIP score in Table 4. ActAdd, ReFT, and SAE Cont. then intervene at these classifier-fitted layers ('We perform steering on the style-relevant layers identified in Section 3.3'; 'Activations are extracted ... from the most style-related layer, as identified in Section 3.3'). The evaluation yardstick is therefore built into the method's design: interventions are placed where the classifier's labels are most predictable and then scored with that same classifier. The loop is partial because SAE latent selection itself uses the actual H+/MT example texts rather than classifier outputs, so the rankings are not mathematically forced.

  2. self definitional [Section 5.2 (probe transfer test) + Section 3.3 (probe labels)]
    "we use the probing classifiers introduced in Section 3.3, which were trained on MS-conditioned last prompt token activations for predicting the style of the resulting text. We categorize test examples in three groups: one in which steering flips the original classifier prediction to a human label, i.e. H1 or H2 (MT→H), and two in which prediction remains unchanged (MT→MT, H→H)."

    The probes are trained to predict the Section 3.1 classifier's own labels, and the 'successful' versus 'unsuccessful' steering categories are defined by the same classifier's flips. Thus the claim that probes predict steering outcomes is literally a probe trained on classifier labels for MS-conditioned activations predicting classifier labels from SAE-steered activations. The transfer is genuine and not equationally forced, but the shared-mechanism conclusion is established only relative to that single classifier-dependent measure, not an independent ground truth.

full rationale

The paper's primary empirical comparison is not circular by construction: contrastive SAE steering selects latents via mutual information between SAE features and the true H+/MT example labels, and translation quality is assessed with the external Comet metric, while the efficiency comparison is a direct tok/s measurement. The circularity is concentrated in the style-evaluation loop: the same XLM-R classifiers are used to select the intervention layers, to supervise the probing classifiers, and to compute all H, P, and P_FLIP scores. If those classifiers track surface artifacts rather than perceived translator style, both the personalization rankings and the Layer 13/21 mechanistic conclusions would be undermined. This is a real partial circularity, but it is not a definitional reduction: no equation forces SAE steering outputs to satisfy the classifier, and the Section 5.2 probe test is a genuine cross-condition generalization from MS-trained probes to SAE-steered activations. Self-citations (Scalena et al., 2024) appear only for hyperparameter defaults and last-token activation choices, so they are not load-bearing. Overall, the central SAE-vs-MT result retains independent content, but the style and mechanism claims are partially closed around the same classifier family: score 4.

Assumptions & free parameters 5 free parameters · 4 assumptions · 0 invented entities

The central empirical claims rest on assumptions about SAE fidelity, classifier validity, and layer selection rather than on mathematical derivations; no new physical or conceptual entities are introduced.

free parameters (5)
  • alpha (SAE Cont. steering intensity) = 5
    Chosen from the Figure 3 sweep on Gemma 2 2B and applied to all models and languages; alpha controls how far selected SAE latents are pushed toward expected positive values.
  • number of contrastive SAE latents selected = 40
    Hand-selected cap on the highest mutual-information latents for downstream steering; no sensitivity analysis is reported.
  • steering layer = layer 13 (Gemma 2 2B), 21 (Gemma 2 9B), 19 (Llama 3.1 8B)
    Gemma layers were picked by peak probe accuracy in Section 3.3; Llama uses the only available pretrained SAE layer, acknowledged as potentially suboptimal.
  • ActAdd steering coefficient = 2
    Taken from prior work rather than tuned on this task; used in Section 4.2.
  • ReFT hyperparameters = rank 4, lora alpha 32, dropout 0.05, 100 epochs
    Fixed from the PyReFT configuration and training procedure described in Section A.3; no sweep is reported.
assumptions (4)
  • domain assumption Sparse autoencoders from GemmaScope and McGrath provide a faithful, steerable basis for style-relevant activations.
    The method assumes SAE latents capture enough style information to make clipping at expected values effective; the paper does not report SAE reconstruction fidelity on literary inputs or a causal check that selected latents are specific to style rather than to translation content.
  • domain assumption The last prompt token activation encodes the stylistic state of the model.
    Section 3.3 extracts activations after the attention block at each model layer for the last token of the prompt, following prior in-context learning work; if style information is distributed across tokens or layers, the identified layers and steering directions would be miscalibrated.
  • domain assumption The PAR3 H1 and H2 translations represent stable, distinct translator styles.
    The entire personalization target is defined by these two professional translations per paragraph; classifier accuracy supports discriminability in the labeled split, but no human annotation establishes that the differences are perceived as translator style rather than arbitrary choice.
  • ad hoc to paper Classifier probabilities are a valid measure of style accuracy.
    Section 5.1 defines H, P and P_FLIP solely from XLM-R classifier outputs; because the same labels are used to train classifiers, select probe examples, and evaluate steering, the paper's quantitative conclusions stand and fall with classifier validity.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Steering Large Language Models for Machine Translation Personalization." pith.science (2026). https://pith.science/paper/GX4SGXFK

@misc{pith2026250516612,
  author       = {Pith},
  title        = {Pith review of: Steering Large Language Models for Machine Translation Personalization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GX4SGXFK}},
  note         = {Machine review of arXiv:2505.16612}
}
read the original abstract

Large language models have simplified the production of personalized translations reflecting predefined stylistic constraints. However, these systems still struggle when stylistic requirements are implicitly represented by a set of examples, such as texts produced by a specific human translator. In this work, we explore various strategies for personalizing automatically generated translations when few examples are available, with a focus on the challenging domain of literary translation. We begin by determining the feasibility of the task and how style information is encoded within model representations. Then, we evaluate various prompting strategies and inference-time interventions for steering model generations towards a personalized style, with a particular focus on contrastive steering with sparse autoencoder (SAE) latents to identify salient personalization properties. We demonstrate that contrastive SAE steering yields robust style conditioning and translation quality, resulting in higher inference-time computational efficiency than prompting approaches. We further examine the impact of steering on model activations, finding that layers encoding personalization properties are impacted similarly by prompting and SAE steering, suggesting a similar mechanism at play.

Figures

Figures reproduced from arXiv: 2505.16612 by the authors.

Figure 1
Figure 1. We compare prompt-based approaches with steering techniques intervening on model internals for personalizing MT outputs in literary machine transla￾tion. We use MT quality metrics and style classifiers to quantify the impact of steering on output fluency and personalization accuracy. translations, but mimicking the creative and rich language that characterizes the translators’ own style remains an open issue. While … view at source ↗
Figure 2
Figure 2. Probing classifier performance on the human [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Effect of various steering intensity α on style accuracy and translation quality for Gemma 2 2B. Top: P accuracy for SAE Cont. and prompting baselines (MS, ZS-Exp and ZS). Bottom: H accuracy for high α showing a steep drop in translation quality while style accuracy increases. Following the SAE steering setup of Ferrando et al. (2025), we also experiment with very high α (up to 150), obtaining H accuracies approach￾… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Personalization accuracy P (top) and inference speed (Tokens/s) (bottom) across in-context demonstra￾tion counts, using Gemma-2 9B for Russian → English translation. More results in Section E. tures, while MS prompting undergoes a significant slowdown when demonstratio…
Figure 5
Figure 5. Figure 5: Complete results when comparing the MS approach to our SAE Cont. [PITH_FULL_IMAGE:figures/full_fig_p017_5.png]
Figure 6
Figure 6. Figure 6: Results for every language on Gemma 2 2B. [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Results for every language on Gemma 2 9B. [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Results for every language on Llama 3.1 8B. [PITH_FULL_IMAGE:figures/full_fig_p018_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

62 extracted references · 15 canonical work pages

  1. [1]

    Andy Arditi, Oscar Obeso, Aaquib Syed, Daniel Paleka, Nina Panickssery, Wes Gurnee, and Neel Nanda. 2024. https://proceedings.neurips.cc/paper_files/paper/2024/file/f545448535dfde4f9786555403ab7c49-Paper-Conference.pdf Refusal in language models is mediated by a single direction . In Advances in Neural Information Processing Systems, volume 37, pages 1360...

  2. [2]

    Yonatan Belinkov. 2022. https://doi.org/10.1162/coli_a_00422 Probing classifiers: Promises, shortcomings, and advances . Computational Linguistics, 48(1):207--219

  3. [3]

    Nathaniel Berger, Stefan Riezler, Miriam Exel, and Matthias Huck. 2024. https://doi.org/10.18653/v1/2024.wmt-1.122 Post-edits are preferences too . In Proceedings of the Ninth Conference on Machine Translation, pages 1289--1300, Miami, Florida, USA. Association for Computational Linguistics

  4. [4]

    Eleftheria Briakou, Jiaming Luo, Colin Cherry, and Markus Freitag. 2024. https://doi.org/10.18653/v1/2024.wmt-1.123 Translating step-by-step: Decomposing the translation process for improved translation quality of long-form texts . In Proceedings of the Ninth Conference on Machine Translation, pages 1301--1317, Miami, Florida, USA. Association for Computa...

  5. [5]

    Sviatoslav Chalnev, Matthew Siu, and Arthur Conmy. 2024. http://arxiv.org/abs/2411.02193 Improving steering vectors by targeting sparse autoencoder features

  6. [6]

    David Chanin, Anthony Hunter, and Oana-Maria Camburu. 2024. https://doi.org/10.18653/v1/2024.naacl-long.85 Identifying linear relational concepts in large language models . In Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers), pages 1524--1...

  7. [7]

    Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzm \'a n, Edouard Grave, Myle Ott, Luke Zettlemoyer, and Veselin Stoyanov. 2020. https://doi.org/10.18653/v1/2020.acl-main.747 Unsupervised cross-lingual representation learning at scale . In Proceedings of the 58th Annual Meeting of the Association for Comp...

  8. [8]

    Hoagy Cunningham, Aidan Ewart, Logan Riggs, Robert Huben, and Lee Sharkey. 2023. http://arxiv.org/abs/2309.08600 Sparse autoencoders find highly interpretable features in language models

Show all 62 references
  1. [9]

    Javier Ferrando, Oscar Obeso, Senthooran Rajamanoharan, and Neel Nanda. 2025. http://arxiv.org/abs/2411.14257 Do i know this entity? knowledge awareness and hallucinations in language models

  2. [10]

    Jaden Fiotto-Kaufman, Alexander R Loftus, Eric Todd, Jannik Brinkmann, Caden Juang, Koyena Pal, Can Rager, Aaron Mueller, Samuel Marks, Arnab Sen Sharma, Francesca Lucchetti, Michael Ripa, Adam Belfki, Nikhil Prakash, Sumeet Multani, Carla Brodley, Arjun Guha, Jonathan Bell, B...

  3. [11]

    Lucie Flekova, Jordan Carpenter, Salvatore Giorgi, Lyle Ungar, and Daniel Preo t iuc-Pietro. 2016. https://doi.org/10.18653/v1/P16-1080 Analyzing biases in human perception of user age and gender from text . In Proceedings of the 54th Annual Meeting of the Association for Comp...

  4. [12]

    Xavier Garcia and Orhan Firat. 2022. http://arxiv.org/abs/2202.11822 Using natural language prompts for machine translation

  5. [13]

    Ana Guerberof-Arenas and Antonio Toral. 2022. https://doi.org/https://doi.org/10.1075/ts.21025.gue Creativity in translation . Translation Spaces, 11(2):184--212

  6. [14]

    Roee Hendel, Mor Geva, and Amir Globerson. 2023. https://doi.org/10.18653/v1/2023.findings-emnlp.624 In-context learning creates task vectors . In Findings of the Association for Computational Linguistics: EMNLP 2023, pages 9318--9333, Singapore. Association for Computational ...

  7. [15]

    Marzena Karpinska and Mohit Iyyer. 2023. https://doi.org/10.18653/v1/2023.wmt-1.41 Large language models effectively leverage document-level context for literary translation, but critical errors persist . In Proceedings of the Eighth Conference on Machine Translation, pages 41...

  8. [16]

    Jihyeon Lee, Taehee Kim, Yunwon Tae, Cheonbok Park, and Jaegul Choo. 2023. https://doi.org/10.18653/v1/2023.findings-eacl.18 P e P e: Personalized post-editing model utilizing user-generated post-edits . In Findings of the Association for Computational Linguistics: EACL 2023, ...

  9. [17]

    Kenneth Li, Oam Patel, Fernanda Vi\' e gas, Hanspeter Pfister, and Martin Wattenberg. 2023. https://proceedings.neurips.cc/paper_files/paper/2023/file/81b8390039b7302c909cb769f8b6cd93-Paper-Conference.pdf Inference-time intervention: Eliciting truthful answers from a language ...

  10. [18]

    Tom Lieberum, Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Nicolas Sonnerat, Vikrant Varma, Janos Kramar, Anca Dragan, Rohin Shah, and Neel Nanda. 2024. https://doi.org/10.18653/v1/2024.blackboxnlp-1.19 Gemma scope: Open sparse autoencoders everywhere all at once on ge...

  11. [19]

    Huan Lin, Liang Yao, Baosong Yang, Dayiheng Liu, Haibo Zhang, Weihua Luo, Degen Huang, and Jinsong Su. 2021. https://doi.org/10.18653/v1/2021.acl-long.310 Towards user-driven neural machine translation . In Proceedings of the 59th Annual Meeting of the Association for Computat...

  12. [20]

    Xiaoming Liu, Zhaohan Zhang, Yichen Wang, Hang Pu, Yu Lan, and Chao Shen. 2023. https://doi.org/10.18653/v1/2023.emnlp-main.1005 C o C o: Coherence-enhanced machine-generated text detection under low resource with contrastive learning . In Proceedings of the 2023 Conference on...

  13. [21]

    Samuel Marks, Can Rager, Eric J Michaud, Yonatan Belinkov, David Bau, and Aaron Mueller. 2025. https://openreview.net/forum?id=I4e82CIDxv Sparse feature circuits: Discovering and editing interpretable causal graphs in language models . In The Thirteenth International Conferenc...

  14. [22]

    Evgeny Matusov. 2019. https://aclanthology.org/W19-7302/ The challenges of using neural machine translation for literature . In Proceedings of the Qualities of Literary Machine Translation, pages 10--19, Dublin, Ireland. European Association for Machine Translation

  15. [23]

    Thomas McGrath, Daniel Balsam, Myra Deng, and Eric Ho. 2024. https://www.goodfire.ai/papers/understanding-and-steering-llama-3 Understanding and steering llama 3 with sparse autoencoders

  16. [24]

    Paul Michel and Graham Neubig. 2018. https://doi.org/10.18653/v1/P18-2050 Extreme adaptation for personalized neural machine translation . In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), pages 312--318, Melbo...

  17. [25]

    Tomas Mikolov, Wen-tau Yih, and Geoffrey Zweig. 2013. https://aclanthology.org/N13-1090/ Linguistic regularities in continuous space word representations . In Proceedings of the 2013 Conference of the North A merican Chapter of the Association for Computational Linguistics: Hu...

  18. [26]

    Joss Moorkens, Antonio Toral, Sheila Castilho, and Andy Way. 2018. https://doi.org/https://doi.org/10.1075/ts.18014.moo Translators’ perceptions of literary post-editing using statistical and neural machine translation . Translation Spaces, 7(2):240--262

  19. [27]

    Maria Nadejde, Anna Currey, Benjamin Hsu, Xing Niu, Marcello Federico, and Georgiana Dinu. 2022. https://doi.org/10.18653/v1/2022.findings-naacl.47 C o C o A - MT : A dataset and benchmark for contrastive controlled MT with application to formality . In Findings of the Associa...

  20. [28]

    Xing Niu, Marianna Martindale, and Marine Carpuat. 2017. https://doi.org/10.18653/v1/D17-1299 A study of style in machine translation: Controlling the formality of machine translation output . In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Proce...

  21. [29]

    OpenAI. 2024. http://arxiv.org/abs/2303.08774 Gpt-4 technical report

  22. [30]

    Ella Rabinovich, Raj Nath Patel, Shachar Mirkin, Lucia Specia, and Shuly Wintner. 2017. https://aclanthology.org/E17-1101/ Personalized machine translation: Preserving original author traits . In Proceedings of the 15th Conference of the E uropean Chapter of the Association fo...

  23. [31]

    Ricardo Rei, Craig Stewart, Ana C Farinha, and Alon Lavie. 2020. https://doi.org/10.18653/v1/2020.emnlp-main.213 COMET : A neural framework for MT evaluation . In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 2685--2702, ...

  24. [32]

    Nina Rimsky, Nick Gabrieli, Julian Schulz, Meg Tong, Evan Hubinger, and Alexander Turner. 2024. https://doi.org/10.18653/v1/2024.acl-long.828 Steering llama 2 via contrastive activation addition . In Proceedings of the 62nd Annual Meeting of the Association for Computational L...

  25. [33]

    Gabriele Sarti, Phu Mon Htut, Xing Niu, Benjamin Hsu, Anna Currey, Georgiana Dinu, and Maria Nadejde. 2023. https://doi.org/10.18653/v1/2023.acl-short.126 RAMP : Retrieval and attribute-marking enhanced prompting for attribute-controlled translation . In Proceedings of the 61s...

  26. [34]

    Danielle Saunders and Bill Byrne. 2020. https://doi.org/10.18653/v1/2020.acl-main.690 Reducing gender bias in neural machine translation as a domain adaptation problem . In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 7724--773...

  27. [35]

    Daniel Scalena, Gabriele Sarti, and Malvina Nissim. 2024. https://doi.org/10.18653/v1/2024.blackboxnlp-1.34 Multi-property steering of large language models with dynamic activation composition . In Proceedings of the 7th BlackboxNLP Workshop: Analyzing and Interpreting Neural ...

  28. [36]

    Rico Sennrich, Barry Haddow, and Alexandra Birch. 2016. https://doi.org/10.18653/v1/N16-1005 Controlling politeness in neural machine translation via side constraints . In Proceedings of the 2016 Conference of the North A merican Chapter of the Association for Computational Li...

  29. [37]

    Gemma Team. 2024 a . http://arxiv.org/abs/2408.00118 Gemma 2: Improving open language models at a practical size

  30. [38]

    Llama Team. 2024 b . http://arxiv.org/abs/2407.21783 The llama 3 herd of models

  31. [39]

    Daniel Freeman, Theodore R

    Adly Templeton, Tom Conerly, Jonathan Marcus, Jack Lindsey, Trenton Bricken, Brian Chen, Adam Pearce, Craig Citro, Emmanuel Ameisen, Andy Jones, Hoagy Cunningham, Nicholas L Turner, Callum McDougall, Monte MacDiarmid, C. Daniel Freeman, Theodore R. Sumers, Edward Rees, Joshua ...

  32. [40]

    Katherine Thai, Marzena Karpinska, Kalpesh Krishna, Bill Ray, Moira Inghilleri, John Wieting, and Mohit Iyyer. 2022. https://doi.org/10.18653/v1/2022.emnlp-main.672 Exploring document-level literary machine translation with parallel paragraphs from world literature . In Procee...

  33. [41]

    Li, Arnab Sen Sharma, Aaron Mueller, Byron C

    Eric Todd, Millicent L. Li, Arnab Sen Sharma, Aaron Mueller, Byron C. Wallace, and David Bau. 2024. https://openreview.net/forum?id=AwyxtyMwaG Function vectors in large language models . In Proceedings of the 2024 International Conference on Learning Representations. ArXiv:2310.15213

  34. [42]

    Antonio Toral and Andy Way. 2015. https://doi.org/10.3115/v1/W15-0714 Translating literary text between related languages using SMT . In Proceedings of the Fourth Workshop on Computational Linguistics for Literature, pages 123--132, Denver, Colorado, USA. Association for Compu...

  35. [43]

    Antonio Toral and Andy Way. 2018. https://doi.org/10.1007/978-3-319-91241-7_12 What Level of Quality Can Neural Machine Translation Attain on Literary Text? , pages 263--287. Springer International Publishing, Cham

  36. [44]

    Vazquez, Ulisse Mini, and Monte MacDiarmid

    Alexander Matt Turner, Lisa Thiergart, Gavin Leech, David Udell, Juan J. Vazquez, Ulisse Mini, and Monte MacDiarmid. 2024. http://arxiv.org/abs/2308.10248 Steering language models with activation engineering

  37. [45]

    Eva Vanmassenhove, Christian Hardmeier, and Andy Way. 2018. https://doi.org/10.18653/v1/D18-1334 Getting gender right in neural machine translation . In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pages 3003--3008, Brussels, Belgium....

  38. [46]

    Rob Voigt and Dan Jurafsky. 2012. https://aclanthology.org/W12-2503/ Towards a literary machine translation: The role of referential cohesion . In Proceedings of the NAACL - HLT 2012 Workshop on Computational Linguistics for Literature , pages 18--25, Montr \'e al, Canada. Ass...

  39. [47]

    Longyue Wang, Siyou Liu, Chenyang Lyu, Wenxiang Jiao, Xing Wang, Jiahao Xu, Zhaopeng Tu, Yan Gu, Weiyu Chen, Minghao Wu, Liting Zhou, Philipp Koehn, Andy Way, and Yulin Yuan. 2024 a . https://doi.org/10.18653/v1/2024.wmt-1.58 Findings of the WMT 2024 shared task on discourse-l...

  40. [48]

    Longyue Wang, Chenyang Lyu, Tianbo Ji, Zhirui Zhang, Dian Yu, Shuming Shi, and Zhaopeng Tu. 2023 a . https://doi.org/10.18653/v1/2023.emnlp-main.1036 Document-level machine translation with large language models . In Proceedings of the 2023 Conference on Empirical Methods in N...

  41. [49]

    Longyue Wang, Zhaopeng Tu, Yan Gu, Siyou Liu, Dian Yu, Qingsong Ma, Chenyang Lyu, Liting Zhou, Chao-Hong Liu, Yufeng Ma, Weiyu Chen, Yvette Graham, Bonnie Webber, Philipp Koehn, Andy Way, Yulin Yuan, and Shuming Shi. 2023 b . https://doi.org/10.18653/v1/2023.wmt-1.3 Findings o...

  42. [50]

    Yue Wang, Cuong Hoang, and Marcello Federico. 2021. https://doi.org/10.18653/v1/2021.naacl-main.94 Towards modeling the style of translators in neural machine translation . In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational...

  43. [51]

    Yuxia Wang, Jonibek Mansurov, Petar Ivanov, Jinyan Su, Artem Shelmanov, Akim Tsvigun, Osama Mohammed Afzal, Tarek Mahmoud, Giovanni Puccetti, and Thomas Arnold. 2024 b . https://doi.org/10.18653/v1/2024.semeval-1.279 S em E val-2024 task 8: Multidomain, multimodel and multilin...

  44. [52]

    Yuxia Wang, Jonibek Mansurov, Petar Ivanov, Jinyan Su, Artem Shelmanov, Akim Tsvigun, Osama Mohammed Afzal, Tarek Mahmoud, Giovanni Puccetti, Thomas Arnold, Alham Aji, Nizar Habash, Iryna Gurevych, and Preslav Nakov. 2024 c . https://doi.org/10.18653/v1/2024.acl-long.218 M 4 G...

  45. [53]

    Minghao Wu, Jiahao Xu, Yulin Yuan, Gholamreza Haffari, Longyue Wang, Weihua Luo, and Kaifu Zhang. 2025 a . http://arxiv.org/abs/2405.11804 ( P erhaps) beyond human translation: Harnessing multi-agent collaboration for translating ultra-long literary texts

  46. [54]

    Manning, and Christopher Potts

    Zhengxuan Wu, Aryaman Arora, Atticus Geiger, Zheng Wang, Jing Huang, Dan Jurafsky, Christopher D. Manning, and Christopher Potts. 2025 b . http://arxiv.org/abs/2501.17148 Axbench: Steering llms? even simple baselines outperform sparse autoencoders

  47. [55]

    Zhengxuan Wu, Aryaman Arora, Zheng Wang, Atticus Geiger, Dan Jurafsky, Christopher D Manning, and Christopher Potts. 2024. https://openreview.net/forum?id=fykjplMc0V Re FT : Representation finetuning for language models . In The Thirty-eighth Annual Conference on Neural Inform...

  48. [56]

    Wu Youyou, Michal Kosinski, and David Stillwell. 2015. Computer-based personality judgments are more accurate than those made by humans. Proceedings of the National Academy of Sciences, 112(4):1036--1040

  49. [57]

    Zeyu Yun, Yubei Chen, Bruno Olshausen, and Yann LeCun. 2021. https://doi.org/10.18653/v1/2021.deelio-1.1 Transformer visualization via dictionary learning: contextualized embedding as a linear superposition of transformer factors . In Proceedings of Deep Learning Inside Out (D...

  50. [58]

    Peng Zhang, Zhengqing Guan, Baoxi Liu, Xianghua (Sharon) Ding, Tun Lu, Hansu Gu, and Ning Gu. 2022. https://doi.org/10.1145/3555171 Building user-oriented personalized machine translator based on user-generated textual content . Proc. ACM Hum.-Comput. Interact., 6(CSCW2)

  51. [59]

    Yu Zhao, Alessio Devoto, Giwon Hong, Xiaotang Du, Aryo Pradipta Gema, Hongru Wang, Xuanli He, Kam-Fai Wong, and Pasquale Minervini. 2025. https://aclanthology.org/2025.naacl-long.264/ Steering knowledge selection behaviours in LLM s via SAE -based representation engineering . ...

  52. [60]

    Byun, Zifan Wang, Alex Mallen, Steven Basart, Sanmi Koyejo, Dawn Song, Matt Fredrikson, J

    Andy Zou, Long Phan, Sarah Chen, James Campbell, Phillip Guo, Richard Ren, Alexander Pan, Xuwang Yin, Mantas Mazeika, Ann-Kathrin Dombrowski, Shashwat Goel, Nathaniel Li, Michael J. Byun, Zifan Wang, Alex Mallen, Steven Basart, Sanmi Koyejo, Dawn Song, Matt Fredrikson, J. Zico...

  53. [61]

    URL: " 'urlintro :=

    ENTRY address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type volume year eprint doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before...

  54. [62]

    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 gl...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.