Each zip file contains three directories: train test split. Each of these directories has two pkl files: positive and negative. The data in a pkl file is structured in tuples: (adverb, list of words, list of corresponding pos tags) example: ('too', ['limited', 'screen', 'displays', '.', 'The', 'competitive', 'sniping', 'can', 'get', 'pretty', 'petty', 'at', 'times', '.', 'A', 'Poquet', 'spokesman', ',', 'for', 'example', ',', 'criticizes', 'the', 'Atari', 'Portfolio', 'because', 'it', 'requires', 'three', 'batteries', 'while', 'the', 'Poquet', 'needs', 'only', 'two', '.', 'Both', 'palmtops', 'are', 'dismissed', 'by', 'notebook', 'makers', ',', 'who', 'argue', 'that', 'they', "'re", 'small', '--', 'a', 'problem', 'Poquet', 'also', '@@@@', 'encountered', 'in'], ['VBN', 'NN', 'NNS', '.', 'DT', 'JJ', 'VBG', 'MD', 'VB', 'RB', 'JJ', 'IN', 'NNS', '.', 'DT', 'NNP', 'NN', ',', 'IN', 'NN', ',', 'VBZ', 'DT', 'NNP', 'NNP', 'IN', 'PRP', 'VBZ', 'CD', 'NNS', 'IN', 'DT', 'NNP', 'VBZ', 'RB', 'CD', '.', 'DT', 'NNS', 'VBP', 'VBN', 'IN', 'NN', 'NNS', ',', 'WP', 'VBP', 'IN', 'PRP', 'VBP', 'JJ', ':', 'DT', 'NN', 'NNP', 'RB', '@@@@', 'VBD', 'IN'])