# hacker-news-dataset **Repository Path**: hf-datasets/hacker-news-dataset ## Basic Information - **Project Name**: hacker-news-dataset - **Description**: Mirror of https://huggingface.co/datasets/labofsahil/hacker-news-dataset - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-15 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- license: apache-2.0 language: - en pretty_name: Hacker News Dataset tags: - hacker-news - ycombinator --- ## Dataset Schema | field name | type | description | | ----------- | --------- | --------------------------------------------------------------------- | | title | STRING | Story title | | url | STRING | Story url | | text | STRING | Story or comment text | | dead | BOOLEAN | Is dead? | | by | STRING | The username of the item's author. | | score | INTEGER | Story score | | time | INTEGER | Unix time | | timestamp | TIMESTAMP | Timestamp for the unix time | | type | STRING | type of details (comment, comment_ranking, poll, story, job, pollopt) | | id | INTEGER | The item's unique id. | | parent | INTEGER | Parent comment ID | | descendants | INTEGER | Number of story or poll descendants | | ranking | INTEGER | Comment ranking | | deleted | BOOLEAN | Is deleted? |