Datasets:

Languages:
Chinese
ArXiv:
License:
myscarlet commited on
Commit
f86ba0b
1 Parent(s): d91b703

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
4
+
5
+ **Kuaipedia** is developed by [Kuaishou Technology](https://www.kuaishou.com/en), collaborating with HIT and HKUST. It is the world's first large-scale multi-modal short-video encyclopedia where the primitive units are items, aspects, and short videos.
6
+
7
+ ![demo](./demo-case.gif)
8
+
9
+ * **Items** is a set of entities and concepts, such as [Shiba Inu](https://en.wikipedia.org/wiki/Shiba_Inu), [Moon](https://en.wikipedia.org/wiki/Moon) and [Galileo Galilei](https://en.wikipedia.org/wiki/Galileo_Galilei), which can be edited at one Wikipedia page. An item may have a title, a subtitle, a summary, attributes, and other detailed information of the item.
10
+ * **Aspects** is a set of keywords or keyphrases attached to items. Those keywords are used to describe specific aspects of the item. For example, "selection", "food-protecting", "color" of item [Shiba Inu](https://en.wikipedia.org/wiki/Shiba_Inu), or "formation", "surface conditions", "how-to-draw" of item [Moon](https://en.wikipedia.org/wiki/Moon).
11
+ * **Videos** is a set of short-videos whose duration may not exceed 5 minutes. In this paper, we only focus on knowledge videos we detected, Where we follow OECD to define knowledge as:
12
+ * *Know-what* refers to knowledge about facts. E.g. How many people live in New York?
13
+ * *Know-why* refers to scientific knowledge of the principles and laws of nature. E.g. Why does the earth revolve around the sun?
14
+ * *Know-how* refers to skills or the capability to do something. E.g. How to cook bacon in the oven.
15
+
16
+ Please refer to the paper for more details.
17
+
18
+ Kuaipedia: a Large-scale Multi-modal Short-video Encyclopedia [[Manuscript]](https://arxiv.org/abs/2211.00732)
19
+
20
+ ## Data
21
+
22
+ **Statistics**
23
+
24
+ | | Full Dump | Subset Dump |
25
+ |------------|-----------------|-------------|
26
+ | #Items | > 26 million | 51,702 |
27
+ | #Aspects | > 2.5 million | 1,074,539 |
28
+ | #Videos | > 200 million | 769,096 |
29
+
30
+ The comparative results with the baseline models are as follows:
31
+
32
+ | Model | Item P | Item R | Item-Aspect P | Item-Aspect R |
33
+ | ---- | ---- | ---- | ---- | ---- |
34
+ | Random | 87.7 | 49.8 | 36.4 | 49.6 |
35
+ | LR | 90.4 | 68.3 | 55.1 | 2.7 |
36
+ | T5-small | 93.7 | 76.1 | 79.3 | 58.5 |
37
+ | BERT-base | 94.3 | 77.8 | 81.5 | 62.7 |
38
+ | GPT-3.5 | 90.5 | 86.4 | 41.8 | 95.7 |
39
+ | Ours | 94.7 | 79.7 | 83.0 | 65.7 |
40
+
41
+ Feel free to explore and utilize this valuable dataset for your research and projects.
42
+
43
+ ## Reference
44
+ ```
45
+ @article{Kuaipedia22,
46
+ author = {Haojie Pan and
47
+ Zepeng Zhai and
48
+ Yuzhou Zhang and
49
+ Ruiji Fu and
50
+ Ming Liu and
51
+ Yangqiu Song and
52
+ Zhongyuan Wang and
53
+ Bing Qin
54
+ },
55
+ title = {{Kuaipedia:} a Large-scale Multi-modal Short-video Encyclopedia},
56
+ journal = {CoRR},
57
+ volume = {abs/2211.00732},
58
+ year = {2022}
59
+ }
60
+ ```