microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
https://aka.ms/GeneralAI
MIT License
19.25k stars 2.45k forks source link

How to train Relation Extraction using layoutXML combining multiple languages on XFUND dataset? #944

Open chowkamlee81 opened 1 year ago

chowkamlee81 commented 1 year ago

Describe Model I am using (UniLM, MiniLM, LayoutLM ...):

Iam using LayoutXML to train on each language separately for Relation Extraction module on XFUND dataset. I want to multiple-languages combinedly to make one model using LayoutXML. Kindly tell the procedure.

munish0838 commented 1 year ago

Describe Model I am using (UniLM, MiniLM, LayoutLM ...):

Iam using LayoutXML to train on each language separately for Relation Extraction module on XFUND dataset. I want to multiple-languages combinedly to make one model using LayoutXML. Kindly tell the procedure.

Hi @chowkamlee81, did you make any progress on using LayoutXML to train XFUND/FUNSD for relation extraction?