Pular para o conteĂşdo principal

Postagens

Mostrando postagens com o rĂłtulo Wikidata

Controversas e IncongruĂŞncias na WD - script V1 comentado e com log

printf "INICIO Current date %s\n" "$(date)" ## INICIO Current date Thu 22 Dec 2022 11:16:45 PM -03 export GRAPH_ALIAS=/app/kgtk/data/wikidata/alias.en.tsv.gz export GRAPH_QUALS=/app/kgtk/data/wikidata/qualifiers.tsv.gz export GRAPH_CLAIMS=/app/kgtk/data/wikidata/claims.tsv.gz ### grafo claims ### printf "Contar Predicados do conjunto completo - grafo claims %s\n" "$(date)" ## Contar Predicados do conjunto completo - grafo claims Thu 22 Dec 2022 11:16:45 PM -03 ## Starting 'sort' on pid 276429. kgtk --debug sort -i $GRAPH_CLAIMS -c label \ --output-file /app/kgtk/data/my-tsv/claims-sorted.tsv.gz export GRAPH_SORT=/app/kgtk/data/my-tsv/claims-sorted.tsv.gz ## Starting 'unique' on pid 276539. kgtk --debug unique -i $GRAPH_SORT --columns label --presorted \ --output-file /app/kgtk/data/my-tsv/claims-pred-counted.tsv export GRAPH_PRED=/app/kgtk/data/my-tsv/claims-pred-counted.tsv   ## InĂ­cio 2022-12-22 11:16:45 - FIm 2022-12-23 01:31:1...

Reunião de Orientação - 21/12/2022

Itens 1) DiscussĂŁo da Ăşltima reuniĂŁo: Identidade Ă© importante para montar a melhor resposta mas nĂŁo Ă© Contexto de Conhecimento, o que seria entĂŁo? - Artigo do Guizzard -> https://versant-pesquisadedoutorado.blogspot.com/2022/12/individual-determinacy-and-identity.html - Mudança no Modelo CKG -> https://versant-pesquisadedoutorado.blogspot.com/2022/12/contexto-identidade-x-determinacao.html 2) Alegações potencialmente Controversas / Incongruentes:  - Levantamento com o kgtk - Artigo indicado pelo Altigran na Defesa de Proposta -> https://versant-pesquisadedoutorado.blogspot.com/2022/12/identifying-controversial-articles-in.html - Outline do Artigo sobre o levantamento -> https://docs.google.com/document/d/1m8IbEjf6AXTb8xVHjo1lD4D-Gy4HYa5uRIN4vPZ7D24/edit?usp=sharing Discussões Premissa: as propriedades vem de um namespace para evitar ambiguidade nos nomes dos predicados Classe Composição Identidade (entre Predicado e Entidade) na nova versĂŁo do CKG População de Juazeir...

Identifying controversial articles in Wikipedia: A comparative study - Leitura de Artigo

Hoda Sepehri Rad and Denilson Barbosa. 2012. Identifying controversial articles in Wikipedia: a comparative study. In Proceedings of the Eighth Annual International Symposium on Wikis and Open Collaboration (WikiSym '12). Association for Computing Machinery, New York, NY, USA, Article 7, 1–10. https://doi.org/10.1145/2462932.2462942 ABSTRACT Wikipedia articles are the result of the collaborative editing of a diverse group of anonymous volunteer editors, who are passionate and knowledgeable about specific topics. One can argue that this plurality of perspectives leads to broader coverage of the topic, thus benefitting the reader. On the other hand, differences among editors on polarizing topics can lead to controversial or questionable content, where facts and arguments are presented and discussed to support a particular point of view. Controversial articles are manually tagged by Wikipedia editors, and span many interesting and popular topics, such as religion, history, and politi...

WDBench: A Wikidata Graph Query Benchmark - Leitura de Artigo

Angles, R., Aranda, C.B., Hogan, A., Rojas, C., VrgoÄŤ, D. (2022). WDBench: A Wikidata Graph Query Benchmark . In: , et al. The Semantic Web – ISWC 2022. ISWC 2022. Lecture Notes in Computer Science, vol 13489. Springer, Cham. https://doi.org/10.1007/978-3-031-19433-7_41   Abstract We propose WDBench: a query benchmark for knowledge graphs based on Wikidata, featuring real-world queries extracted from the public query logs of the Wikidata SPARQL endpoint. ... WDBench thus focuses on three main query features that are common to SPARQL and graph databases: (i) basic graph patterns, (ii) optional graph patterns, (iii) path patterns, and (iv) navigational graph patterns. ... Using this benchmark, we present and compare performance results for evaluating queries using Blazegraph, Jena/Fuseki, Virtuoso and Neo4j.   [4 grupos de queries, CGP somente OPTIONAL]   1 Introduction   With may options available, it can be difficult to choose a suitable engine to support queries ...