coastalcph/euandi_2024
收藏数据集描述
"EU and I" (EUANDI) 是一个投票建议应用程序 (VAA),旨在帮助公民在2024年欧洲议会 (EP) 选举中做出明智的选择。数据集包括以下资源:
- 问卷调查:包含30个问题,每个问题是一个政治声明,后面有5个选项,从完全不同意到完全同意。
- 政党立场:包括来自EUANDI 2024数据集的政党立场。每个立场包括政党的简短回答和对该声明的立场(理由),以及来源。还提供了由Mixtral从原始语言翻译成英文的版本。
数据集提供了来自5个欧盟成员国(德国、法国、意大利、西班牙和希腊)的6个主要政党的立场,以及所有欧洲政党的立场。
数据实例
问卷调查
json { "statement": "Social programmes should be maintained even at the cost of higher taxes." }
政党立场
json { "party_name": "Grüne", "full_party_name": "Die Grünen", "country_iso": "de", "statement_1": { "justification": "Der Sozialstaat muss sich gerade in Krisenzeiten bewähren. [...]", "translated_justification": "The social state must prove itself, especially in times of crisis. [...]", "source": "https://cms.gruene.de/uploads/assets/20240306_Reader_EU-Wahlprogramm2024_A4.pdf", "answer": "Tend to Agree", "normalized_answer": 0.5 }, ... "statement_30": { "justification": "Die Ukraine steht in der Mitte der europäischen Familie. [...]", "translated_justification": "Ukraine is at the heart of the European family. [...]", "source": "https://cms.gruene.de/uploads/assets/20240306_Reader_EU-Wahlprogramm2024_A4.pdf", "answer": "Completely agree", "normalized_answer": 1.0 } }
使用方法
python from datasets import load_dataset
加载EUANDI问卷调查
euandi_questionnaire = load_dataset(coastalcph/euandi_2024, questionnaire)
加载EUANDI政党立场
euandi_party_positions = load_dataset(coastalcph/euandi_2024, party_positions)
引用
plaintext @misc{chalkidis-2024-llm-vaas, title={Investigating LLMs as Voting Assistants via Contextual Augmentation: A Case Study on the European Parliament Elections 2024}, author={Ilias Chalkidis}, year={2024}, eprint={2407.08495}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2407.08495}, }



