bernovie / political-polarization

A repository for NAACL 2022 paper "Political Ideology and Polarization: A Multi-dimensional Approach"
MIT License
2 stars 1 forks source link

Cannot run the code #1

Closed ghost closed 1 year ago

ghost commented 1 year ago

Thanks for your work! I cannot run the code, because the error "from .pdtb_relations import PDTB_COLUMNS, COLUMN_LABELS ImportError: attempted relative import with no known parent package" in utils.py. Can you help me? Thank you very much!

jjessyli commented 1 year ago

Hello, the PDTB features are not used in the code -- feel free to comment out relevant components in utils.py (I believe this involves the function process_data which was eventually commented out).

ghost commented 1 year ago

Thanks! The code is working!