NLP2CT / MMKG_MMT

Code repository for the paper "Exploiting Multimodal Knowledge Graph for Multimodal Machine Translation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMKG_MMT

MMT enhanced by MMKG

Our implementation is based on FairSeq.

Setup conda environment


git clone https://github.com/NLP2CT/MMKG_MMT.git

conda create -n mmkg python=3.8

conda activate mmkg

pip install -r requirements.txt

mkdir checkpoints

mkdir result

mkdir datasets

Download datasets from: Multi30k, IKEA

Our datasets are available at:

Link:https://pan.quark.cn/s/3c801a00f349 Password:aHrh

Run code

sh run/baseline.sh

** will be available soon!!**

About

Code repository for the paper "Exploiting Multimodal Knowledge Graph for Multimodal Machine Translation"