Datasets for Non-Parametric Class Completeness Estimators for Collaborative Knowledge Graphs
收藏资源简介:
<strong>Non-Parametric Class Completeness Estimators for Collaborative Knowledge Graphs</strong> This are intermediary datasets used for the calculation of the Class Completeness Estimators on Wikidata. For more information see: https://github.com/eXascaleInfolab/cardinal/ <strong>edits_wikidatawiki-20181001-pages.csv</strong> This is an extract from <em>wikidatawiki-20181001-pages-meta-history</em> (All pages with complete page edit history (.bz2)) found at https://dumps.wikimedia.org/wikidatawiki/. The extract was created by the following SQL query: <pre> SELECT page_title, rev_comment, rev_user_text, rev_timestamp FROM revisions WHERE rev_comment LIKE '%[[Property:%]]%[[Q%' ORDER BY rev_id INTO OUTFILE 'edits_wikidatawiki-20181001-pages.csv'; </pre> <strong>wikidata-20180813-all.json.bz2.universe.noattr.gt.bz2</strong> This is a graph-tool representation of the WikiData graph. Output of https://github.com/eXascaleInfolab/cardinal/blob/master/1_create_inmemory_graph.py. <strong>observations_wikidatawiki-20181001-pages.pickle</strong> Extracted observations. Output of https://github.com/eXascaleInfolab/cardinal/blob/master/2_extract_observations.py. <strong>estimates_wikidatawiki-20181001-pages.pickle</strong> Extracted estimates. Output of https://github.com/eXascaleInfolab/cardinal/blob/master/3_calculate_estimates.py <strong>results_wikidatawiki-20181001-pages.pickle </strong> Results. Output of https://github.com/eXascaleInfolab/cardinal/blob/master/4_draw_graphs.py
<strong>面向协作式知识图谱的非参数化类别完整性估计器</strong> 本数据集为用于计算维基数据(Wikidata)上的类别完整性估计器的中间数据集。更多信息请参阅:https://github.com/eXascaleInfolab/cardinal/ <strong>edits_wikidatawiki-20181001-pages.csv</strong> 该文件为从https://dumps.wikimedia.org/wikidatawiki/ 获取的<em>wikidatawiki-20181001-pages-meta-history</em>(包含所有页面完整编辑历史的.bz2压缩包)的提取子集。本次提取通过以下SQL查询完成: <pre> SELECT page_title, rev_comment, rev_user_text, rev_timestamp FROM revisions WHERE rev_comment LIKE '%[[Property:%]]%[[Q%' ORDER BY rev_id INTO OUTFILE 'edits_wikidatawiki-20181001-pages.csv'; </pre> <strong>wikidata-20180813-all.json.bz2.universe.noattr.gt.bz2</strong> 该文件为维基数据图谱的graph-tool表示形式,为https://github.com/eXascaleInfolab/cardinal/blob/master/1_create_inmemory_graph.py 的运行输出结果。 <strong>observations_wikidatawiki-20181001-pages.pickle</strong> 提取得到的观测数据集,为https://github.com/eXascaleInfolab/cardinal/blob/master/2_extract_observations.py 的运行输出结果。 <strong>estimates_wikidatawiki-20181001-pages.pickle</strong> 提取得到的估计结果数据集,为https://github.com/eXascaleInfolab/cardinal/blob/master/3_calculate_estimates.py 的运行输出结果。 <strong>results_wikidatawiki-20181001-pages.pickle</strong> 最终结果数据集,为https://github.com/eXascaleInfolab/cardinal/blob/master/4_draw_graphs.py 的运行输出结果。



