Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 449 Bytes

multilingual-mrc-isdg

Code for the AAAI 2022 paper "Zero-Shot Cross-Lingual Machine Reading Comprehension via Inter-Sentence Dependency Graph".

This repository contains two directories; each directory is an independent project as follows:

  • baseline: our re-implementation of the baseline adapted from the existing MRC code. It is standalone to keep the baseline code clean.

  • isdg: the model with ISDG graph encoder presented in the paper.