Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ictnlp/AlignX

Repository files navigation

AlignX: Advancing Multilingual Large Language Models with Multilingual Representation Alignment

This is the official repository for EMNLP 2025 Main Conference paper "AlignX: Advancing Multilingual Large Language Models with Multilingual Representation Alignment".

In this paper, we propose AlignX, a two-stage and representation-level framework for enhancing the "align-then-diverge" pattern of LLMs and thus improves multilingual performance of pre-trained LLMs.

Install

  1. Clone this repository.
git clone https://github.com/ictnlp/AlignX
  1. Prepare training environment.
conda create -n alignx python=3.9.12
conda activate alignx
pip install -r requirements.txt
  1. Prepare evaluation environment.

    For evaluation, we use MMT-LLM for translation task, and lm-evaluation-harness for general task.

git clone https://github.com/NJUNLP/MMT-LLM.git
git clone https://github.com/EleutherAI/lm-evaluation-harness.git

Start

To be updated...

About

Code for paper "AlignX: Advancing Multilingual Large Language Models with Multilingual Representation Alignment".

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages