Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • D data-specification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Yu Yin
  • data-specification
  • Wiki
  • 知乎 回答

知乎 回答 · Changes

Page history
Update 知乎 回答 authored Oct 24, 2019 by Le Dai's avatar Le Dai
Show whitespace changes
Inline Side-by-side
知乎-回答.md
View page @ faf48d69
......@@ -2,10 +2,42 @@
[知乎](https://www.zhihu.com)是一个社交化问答社区,允许用户分享彼此的知识、经验和见解,同时可以关注兴趣一致的人。本实验的目标是知乎问题及其回答数据的采集。
以下是某个问题及其回答数据的示例:
![image](uploads/cf00fb229d3b13d26039c24581cb3ab8/image.png)
![image](uploads/f096ce6437177aff7691238f30e6f04c/image.png)
## 数据格式
采集得到的数据要求为`json`格式,要求的字段及描述如下:
```javascript
[
{
"title": "你都用 Python 来做什么?", // 问题title
"topics": [ // 问题标签
{
"tag": "编程语言", // 标签名称
"tagLink": "https://www.zhihu.com/topic/19552826" // 标签URL
},
...
],
"answers": [ // 问题对应回答
{
"userName": "Alfred数据室", // 用户名
"userLink": "https://www.zhihu.com/people/Alfred_Lab", // 用户主页URL
"content": "<b>多图,请确保在Wi-Fi环境下点开!</b>...", // 用户回答
"upvote": "6.4k", // 点赞数
"comments": [ // 回答对应的评论
{
"userName": "Ericaaaaaaa", // 用户名
"userLink": "https://www.zhihu.com/people/yi-yi-65-31", // 用户主页URL
"content": "希望答主多出优质内容...", // 用户评论内容
"likes": "50" // 赞同数
}
]
},
...
]
}
]
```
## 评分标准
* 采集到500个问题及其回答的数据
* 采集到所有问题标签的列表?
Clone repository
  • 39健康网 手术
  • 39健康网 检查
  • 39健康网 疾病
  • 39健康网 症状
  • 39健康网 药品
  • Coursera 视频间习题2
  • KDD 接收论文信息
  • LeetCode 中文讨论
  • LeetCode 中文试题
  • LeetCode 讨论
  • LeetCode 试题
  • Leetcode 题解
  • coursera
  • Home
  • 中国裁判文书网
View All Pages