Dataset Format ==================== ==================== 1. Pleroma Dataset: This dataset contains decentralised conversation trees for Pleroma. The dataset contains over 2 million conversation threads. Each Pleroma conversation as a tree (nodes and edges) has the following data: Every node has the following information: - node id: ID of the node representing a comment or argument - created: Timestamp when the argument was first created - text: Comment or argument text - author: ID of the author who posted the comment - conversation ID: ID of the conversation of which this node is a part of Every edge has the following information: - child node id - parent node id ==================== ====================