Dataset Format ==================== ==================== 1. Slashdot Dataset: This dataset contains conversations crawled from Slashdot.org. The corpus contains 509,669 comments from 1954 conversations from January 2014 to September 2022. Every node has the following information: - node id: ID of the node representing a comment or argument - created: Timestamp when the comment was first created - text: Comment text - author: ID of the author who posted the comment - conversation ID: ID of the conversation of which this node is a part of - category: Category of the comment (e.g., insightful, funny, interesting, etc.) Every edge has the following information: - child node id - parent node id ==================== ====================