microsoft / ContextualSP

Multiple paper open-source codes of the Microsoft Research Asia DKI group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETA with downstream (awakening_latent_grounding)

Soul-Immortal opened this issue · comments

Hello! Dear researcher. I would like to ask if the code that couples ETA to downstream text-to-SQL parsers can be open source.

In the paper, SLSQL (Lei et al., 2020) is used in the downstream task. But, I found the matrix shape generated by the grounding module in ETA is different from the matrix shape of the schema linking module in SLSQL.

I would like to know how to apply the matrix generated by the ETA grounding module to SLSQL.

The code that couples ETA to ALIGN is also expected to be open source if conditions permit. Thank you!

commented

@Soul-Immortal Sorry for the late response since I do not receive any notification after leaving the org Microsoft. I will try to find the code which couples ETA to other backbones but honestly maybe it has a massive chaos to run 😂 I think the integration of ALIGN / SLSQL and ETA should be easier if you're familiar with them - you can initialize the matrix of attention using the results obtained by ETA. Will let you know if I can find them, thanks!