MehwishFatimah / wsd

Wikipedia Summarization Dataset
4 stars 0 forks source link

About Crosslingual Dataset #1

Closed xcfcode closed 2 years ago

xcfcode commented 2 years ago

Thanks for this great work. I have downloaded the WCLS dataset part. However, I find the summaries are in English rather than German.

Could you please help me to figure this out?

Thanks!

MehwishFatimah commented 2 years ago

Hi,

if you load the file in the pandas dataframe, you can check the following columns: Index(['summary', 'text', 'dsummary', 'dtext'], dtype='object') dsummary contains the German summaries.

Hope it would help you.