Aunsiels commited on
Commit
2e07e81
·
1 Parent(s): c5bac7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -1
README.md CHANGED
@@ -1,3 +1,99 @@
1
  ---
2
- license: cc-by-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - machine-generated
8
+ license:
9
+ - cc-by-2.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: Quasimodo
13
+ size_categories:
14
+ - 100M<n<1B
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - knowledge base
19
+ - commonsense
20
+ task_categories:
21
+ - question-answering
22
+ task_ids:
23
+ - closed-domain-qa
24
  ---
25
+
26
+
27
+ # Dataset Card for Quasimodo
28
+
29
+ ## Table of Contents
30
+ - [Table of Contents](#table-of-contents)
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
34
+ - [Languages](#languages)
35
+ - [Dataset Structure](#dataset-structure)
36
+ - [Data Instances](#data-instances)
37
+ - [Data Fields](#data-fields)
38
+ - [Dataset Creation](#dataset-creation)
39
+ - [Additional Information](#additional-information)
40
+ - [Licensing Information](#licensing-information)
41
+ - [Citation Information](#citation-information)
42
+
43
+
44
+ ## Dataset Description
45
+
46
+ - **Homepage:** https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/yago-naga/commonsense/quasimodo
47
+ - **Repository:** https://github.com/Aunsiels/CSK
48
+ - **Paper:** Romero et al., Commonsense Properties from Query Logs and Question Answering Forums, CIKM, 2019
49
+
50
+ ### Dataset Summary
51
+
52
+ A commonsense knowledge base constructed automatically from question-answering forums and query logs.
53
+
54
+ ### Supported Tasks and Leaderboards
55
+
56
+ Can be useful for tasks requiring external knowledge such as question answering.
57
+
58
+ ### Languages
59
+
60
+ English
61
+
62
+ ## Dataset Structure
63
+
64
+ ### Data Instances
65
+
66
+ {
67
+ "subject": "elephant",
68
+ "predicate": "has_body_part"
69
+ "object": "trunk",
70
+ "modality": "TBC[so long trunks] x#x2 // TBC[long trunks] x#x9 // TBC[big trunks] x#x6 // TBC[long trunk] x#x1 // TBC[such big trunks] x#x1 0 0.9999667967035647 elephants have trunks x#x34 x#xGoogle Autocomplete, Bing Autocomplete, Yahoo Questions, Answers.com Questions, Reddit Questions // a elephants have trunks x#x2 x#xGoogle Autocomplete // a elephant have a trunk x#x2 x#xGoogle Autocomplete // elephants have so long trunks x#x2 x#xGoogle Autocomplete // elephants have long trunks x#x8 x#xGoogle Autocomplete, Yahoo Questions, Answers.com Questions // elephants have big trunks x#x6 x#xGoogle Autocomplete, Answers.com Questions, Reddit Questions // elephants have trunk x#x3 x#xGoogle Autocomplete, Yahoo Questions // elephant have long trunks x#x1 x#xGoogle Autocomplete // elephant has a trunk x#x1 x#xGoogle Autocomplete // elephants have a trunk x#x2 x#xAnswers.com Questions // an elephant has a long trunk x#x1 x#xAnswers.com Questions // elephant have trunks x#x1 x#xAnswers.com Questions // elephants have such big trunks x#x1 x#xReddit Questions",
71
+ "score": 0.9999667967668732,
72
+ "local_sigma": 1.0
73
+ }
74
+
75
+
76
+ ### Data Fields
77
+
78
+ - subject: The subject of the triple
79
+ - predicate: The predicate of the triple
80
+ - object: The object of the triple
81
+ - modality: Modalities associated with the triples with their counts. TBC means the object can be further refined to the listed objects
82
+ - is_negative: 1 if the statement was negated
83
+ - score: salience score of the supervised scoring model
84
+ - local sigma: strict conditional probability of observing a (predicate, object) with a specific subject. I.e., a measure of how unique a statement is. E.g., local_sigma(lawyers, defend, serial_killers) = 1, local_sigma(lawyers, make, money) = 0.01, even though both statements have a similar score of 0.99.
85
+
86
+
87
+ ## Dataset Creation
88
+
89
+ See original paper.
90
+
91
+ ## Additional Information
92
+
93
+ ### Licensing Information
94
+
95
+ CC-BY 2.0
96
+
97
+ ### Citation Information
98
+
99
+ Romero et al., Commonsense Properties from Query Logs and Question Answering Forums, CIKM, 2019