hsqmlzno1 / HATN

Hierarchical Attention Transfer Network for Cross-domain Sentiment Classification (AAAI'18)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataset

rxc205 opened this issue · comments

The datasets are JSON format ?right?

The datasets are stored by pickle.

thx ,i have another question,what does the meaning of data under ./data ? why that format? ,what is the difference between data under ./row_data? PLease.

The data under ./data is preprocessed to hierarchical form since our base model is hierarchical attention network. You can load the data by pickle and print it to see the details.

sent