xling-latent-intervention/latent-intervention-qwen3-8b
# Cross-Lingual Latent-Space Intervention — Qwen3-8B (layer 28)
Trained language-specific decoder from the cross-lingual autoencoder used in the paper "Latent-Space Intervention for Cross-Lingual Factual Consistency: Consistency Improvements without Accuracy Drops" (Findings of EMNLP 2026).
This is the final (phase-2) model: a shared encoder with language-specific decoders, trained on parallel hidden states extracted from layer 28 of Qwen/Qwen3-8B.
## Files
best_model.pth— encoder + language-specific decoders (PyTorch state dict).
## Usage
huggingface-cli download xling-latent-intervention/latent-intervention-qwen3-8B best_model.pth --local-dir ./models/Qwen3-8B
Pass it to the experiment scripts via --ae_model_path (--ae_path for evaluation).
See the code repository
for the autoencoder_nn.py architecture and loading code. ## Citation
@inproceedings{ghorbanpour2026latent,
title = "Latent-Space Intervention for Cross-Lingual Factual Consistency: Consistency Improvements without Accuracy Drops",
author = "Ghorbanpour, Faeze and Fierro, Constanza and Fraser, Alexander and S{\o}gaard, Anders",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2026",
year = "2026",
publisher = "Association for Computational Linguistics",
}