xling-latent-intervention/latent-intervention-llama-3.1-8b
# Cross-Lingual Latent-Space Intervention — Llama-3.1-8B (layer 20)
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 20 of meta-llama/Llama-3.1-8B.
## Files
best_model.pth— encoder + language-specific decoders (PyTorch state dict).
## Usage
huggingface-cli download xling-latent-intervention/latent-intervention-llama-3.1-8b best_model.pth --local-dir ./models/llama-3.1-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",
}