StonyBrookNLP / musique

Repository for MuSiQue: Multi-hop Questions via Single-hop Question Composition, TACL 2022
Creative Commons Attribution 4.0 International
72 stars 8 forks source link

Reasoning Type of Questions #7

Open timchen0618 opened 3 weeks ago

timchen0618 commented 3 weeks ago

Hi! Thank you for the great work. I see there are different reasoning graphs for creating the data. Do you keep track of what kind of reasoning graph each data point is? If so, where could I find such information? Thank you!

HarshTrivedi commented 3 weeks ago

Thank you for your comments.

Yes, you can obtain/infer the graphs from the decompositions available in the released dataset files.

timchen0618 commented 3 weeks ago

Hi! Do you mean the "question_decomposition" field of each example? Do you happen to keep the code for recovering the reasoning type? It would be greatly appreciated, thank you!