Academic literature on the topic 'Knowledge Graphs'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Knowledge Graphs.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Knowledge Graphs"
Gutierrez, Claudio, and Juan F. Sequeda. "Knowledge graphs." Communications of the ACM 64, no. 3 (March 2021): 96–104. http://dx.doi.org/10.1145/3418294.
Full textHogan, Aidan, Eva Blomqvist, Michael Cochez, Claudia d'Amato, Gerard de Melo, Claudio Gutierrez, Sabrina Kirrane, et al. "Knowledge Graphs." Synthesis Lectures on Data, Semantics, and Knowledge 12, no. 2 (November 8, 2021): 1–257. http://dx.doi.org/10.2200/s01125ed1v01y202109dsk022.
Full textHogan, Aidan, Eva Blomqvist, Michael Cochez, Claudia D’amato, Gerard De Melo, Claudio Gutierrez, Sabrina Kirrane, et al. "Knowledge Graphs." ACM Computing Surveys 54, no. 4 (July 2021): 1–37. http://dx.doi.org/10.1145/3447772.
Full textWeikum, Gerhard. "Knowledge graphs 2021." Proceedings of the VLDB Endowment 14, no. 12 (July 2021): 3233–38. http://dx.doi.org/10.14778/3476311.3476393.
Full textKhan, Arijit. "Knowledge Graphs Querying." ACM SIGMOD Record 52, no. 2 (August 10, 2023): 18–29. http://dx.doi.org/10.1145/3615952.3615956.
Full textLiu, Wenqiang, Jun Liu, Mengmeng Wu, Samar Abbas, Wei Hu, Bifan Wei, and Qinghua Zheng. "Representation learning over multiple knowledge graphs for knowledge graphs alignment." Neurocomputing 320 (December 2018): 12–24. http://dx.doi.org/10.1016/j.neucom.2018.08.070.
Full textTelnov, V. P., and Yu A. Korovin. "Programming of Knowledge Graphs, Reasoning on Graphs." PROGRAMMNAYA INGENERIA 10, no. 2 (February 26, 2019): 59–68. http://dx.doi.org/10.17587/prin.10.59-68.
Full textShah, Rita. "Reimagine Pharma Regulatory Operations using Knowledge Graphs." International Journal of Science and Research (IJSR) 13, no. 5 (May 5, 2024): 1372–73. http://dx.doi.org/10.21275/sr24517123345.
Full textChen, Xuelu, Muhao Chen, Weijia Shi, Yizhou Sun, and Carlo Zaniolo. "Embedding Uncertain Knowledge Graphs." Proceedings of the AAAI Conference on Artificial Intelligence 33 (July 17, 2019): 3363–70. http://dx.doi.org/10.1609/aaai.v33i01.33013363.
Full textNoy, Natasha, Yuqing Gao, Anshu Jain, Anant Narayanan, Alan Patterson, and Jamie Taylor. "Industry-scale knowledge graphs." Communications of the ACM 62, no. 8 (July 24, 2019): 36–43. http://dx.doi.org/10.1145/3331166.
Full textDissertations / Theses on the topic "Knowledge Graphs"
Ghiasnezhad, Omran Pouya. "Rule Learning in Knowledge Graphs." Thesis, Griffith University, 2018. http://hdl.handle.net/10072/382680.
Full textThesis (PhD Doctorate)
Doctor of Philosophy (PhD)
School of Info & Comm Tech
Science, Environment, Engineering and Technology
Full Text
Hossayni, Hicham. "Enabling industrial maintenance knowledge sharing by using knowledge graphs." Electronic Thesis or Diss., Institut polytechnique de Paris, 2021. http://www.theses.fr/2021IPPAS017.
Full textFormerly considered as part of general enterprise costs, industrial maintenance has become critical for business continuity and a real source of data. Despite the heavy investments made by companies in smart manufacturing, traditional maintenance practices still dominate the industrial landscape. In this Ph.D., we investigate maintenance knowledge sharing as a potential solution that can invert the trend and enhance the maintenance activity to comply with the Industry 4.0 spirit. We specifically consider the knowledge graphs as an enabler to share the maintenance knowledge among the different industry players.In the first contribution of this thesis, we conducted a field study through a campaign of interviews with different experts with different profiles and from different industry domains. This allowed us to test the hypothesis of improving the maintenance activity via knowledge sharing which is quite a novel concept in many industries. The results of this activity clearly show a real interest in our approach and reveal the different requirements and challenges that need to be addressed.The second contribution is the concept, design, and prototype of "SemKoRe" which is a vendor-agnostic solution relying on Semantic Web technologies to share the maintenance knowledge. It gathers all machine failure-related data in the knowledge graph and shares it among all connected customers to easily solve future failures of the same type. A flexible architecture was proposed to cover the varied needs of the different customers. SemKoRe received approval of several Schneider clients located in several countries and from various segments.In the third contribution, we designed and implemented a novel solution for the automatic detection of sensitive data in maintenance reports. In fact, maintenance reports may contain some confidential data that can compromise or negatively impact the company's activity if revealed. This feature came up as the make or break point for SemKoRe for the interviewed domain experts. It allows avoiding sensitive data disclosure during the knowledge-sharing activity. In this contribution, we relied on semantic web and natural language processing techniques to develop custom models for sensitive data detection. The construction and training of such models require a considerable amount of data. Therefore, we implemented several services for collaborative data collection, text annotation, and corpus construction. Also, an architecture and a simplified workflow were proposed for the generation and deployment of customizable sensitive data detection models on edge gateways.In addition to these contributions, we worked on different peripheral features with a strong value for the SemKoRe project, and that has resulted in different patents. For instance, we prototyped and patented a novel method to query time series data using semantic criteria. It combines the use of ontologies and time-series databases to offer a useful set of querying capabilities even on resource-constrained edge gateways. We also designed a novel tool that helps software developers to easily interact with knowledge graphs with little or no knowledge of semantic web technologies. This solution has been patented and turns out to be useful for other ontology-based projects
Xu, Keyulu. "Graph structures, random walks, and all that : learning graphs with jumping knowledge networks." Thesis, Massachusetts Institute of Technology, 2019. https://hdl.handle.net/1721.1/121660.
Full textThesis: S.M., Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, 2019
Cataloged from student-submitted PDF version of thesis.
Includes bibliographical references (pages 51-54).
Graph representation learning aims to extract high-level features from the graph structures and node features, in order to make predictions about the nodes and the graphs. Applications include predicting chemical properties of drugs, community detection in social networks, and modeling interactions in physical systems. Recent deep learning approaches for graph representation learning, namely Graph Neural Networks (GNNs), follow a neighborhood aggregation procedure, where the representation vector of a node is computed by recursively aggregating and transforming feature vectors of its neighboring nodes. We analyze some important properties of these models, and propose a strategy to overcome the limitations. In particular, the range of neighboring nodes that a node's representation draws from strongly depends on the graph structure, analogous to the spread of a random walk. To adapt to local neighborhood properties and tasks, we explore an architecture - jumping knowledge (JK) networks that flexibly leverages, for each node, different neighborhood ranges to enable better structure-aware representation. In a number of experiments on social, bioinformatics and citation networks, we demonstrate that our model achieves state-of-the-art performance. Furthermore, combining the JK framework with models like Graph Convolutional Networks, GraphSAGE and Graph Attention Networks consistently improves those models' performance.
by Keyulu Xu.
S.M.
S.M. Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science
Mulder, Jan A. "Using discrimination graphs to represent visual knowledge." Thesis, University of British Columbia, 1985. http://hdl.handle.net/2429/25943.
Full textScience, Faculty of
Computer Science, Department of
Graduate
Sandelius, Hugo. "Creating Knowledge Graphs using Distributional Semantic Models." Thesis, KTH, Skolan för datavetenskap och kommunikation (CSC), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-199702.
Full textSalehpour, Masoud. "High-performance Query Processing over Knowledge Graphs." Thesis, The University of Sydney, 2022. https://hdl.handle.net/2123/28569.
Full textBONOMO, Mariella. "Knowledge Extraction from Biological and Social Graphs." Doctoral thesis, Università degli Studi di Palermo, 2022. https://hdl.handle.net/10447/576508.
Full textSimonne, Lucas. "Mining differential causal rules in knowledge graphs." Electronic Thesis or Diss., université Paris-Saclay, 2023. http://www.theses.fr/2023UPASG008.
Full textThe mining of association rules within knowledge graphs is an important area of research.Indeed, this type of rule makes it possible to represent knowledge, and their application makes it possible to complete a knowledge graph by adding missing triples or to remove erroneous triples.However, these rules express associations and do not allow the expression of causal relations, whose semantics differ from an association or a correlation.In a system, a causal link between variable A and variable B is a relationship oriented from A to B. It indicates that a change in A causes a change in B, with the other variables in the system maintaining the same values.Several frameworks exist for determining causal relationships, including the potential outcome framework, which involves matching similar instances with different values on a variable named treatment to study the effect of that treatment on another variable named the outcome.In this thesis, we propose several approaches to define rules representing a causal effect of a treatment on an outcome.This effect can be local, i.e., valid for a subset of instances of a knowledge graph defined by a graph pattern, or average, i.e., valid on average for the whole set of graph instances.The discovery of these rules is based on the framework of studying potential outcomes by matching similar instances and comparing their RDF descriptions or their learned vectorial representations through graph embedding models
Boschin, Armand. "Machine learning techniques for automatic knowledge graph completion." Electronic Thesis or Diss., Institut polytechnique de Paris, 2023. http://www.theses.fr/2023IPPAT016.
Full textA knowledge graph is a directed graph in which nodes are entities and edges, typed by a relation, represent known facts linking two entities. These graphs can encode a wide variety of information, but their construction and exploitation can be complex. Historically, symbolic methods have been used to extract rules about entities and relations, to correct anomalies or to predict missing facts. More recently, techniques of representation learning, or embeddings, have attempted to solve these same tasks. Initially purely algebraic or geometric, these methods have become more complex with deep neural networks and have sometimes been combined with pre-existing symbolic techniques.In this thesis, we first focus on the problem of implementation. Indeed, the diversity of libraries used makes the comparison of results obtained by different models a complex task. In this context, the Python library TorchKGE was developed to provide a unique setup for the implementation of embedding models and a highly efficient inference evaluation module. This library relies on graphic acceleration of tensor computation provided by PyTorch, is compatible with widespread optimization libraries and is available as open source.We then consider the automatic enrichment of Wikidata by typing the hyperlinks linking Wikipedia pages. A preliminary study showed that the graph of Wikipedia articles is much denser than the corresponding knowledge graph in Wikidata. A new training method involving relations and an inference method using entity types were proposed and experiments showed the relevance of the combined approach, including on a new dataset.Finally, we explore automatic entity typing as a hierarchical classification task. That led to the design of a new hierarchical loss used to train tensor-based models along with a new type of encoder. Experiments on two datasets have allowed a good understanding of the impact a prior knowledge of class taxonomy can have on a classifier but also reinforced the intuition that the hierarchy can be learned from the features if the dataset is large enough
Maher, Peter E. "A Prolog implementation of conceptual graphs." Thesis, Cardiff University, 1987. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.257650.
Full textBooks on the topic "Knowledge Graphs"
Hogan, Aidan, Claudio Gutierrez, Michael Cochcz, Gerard de Melo, Sabrina Kirranc, Axel Pollcrcs, Roberto Navigli, et al. Knowledge Graphs. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-01918-0.
Full textFensel, Dieter, Umutcan Şimşek, Kevin Angele, Elwin Huaman, Elias Kärle, Oleksandra Panasiuk, Ioan Toma, Jürgen Umbrich, and Alexander Wahler. Knowledge Graphs. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-37439-6.
Full textVillazón-Terrazas, Boris, Fernando Ortiz-Rodríguez, Sanju Tiwari, Ayush Goyal, and MA Jabbar, eds. Knowledge Graphs and Semantic Web. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-91305-2.
Full textvan Erp, Marieke, Sebastian Hellmann, John P. McCrae, Christian Chiarcos, Key-Sun Choi, Jorge Gracia, Yoshihiko Hayashi, et al., eds. Knowledge Graphs and Language Technology. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-68723-0.
Full textMineau, Guy W., Bernard Moulin, and John F. Sowa, eds. Conceptual Graphs for Knowledge Representation. Berlin, Heidelberg: Springer Berlin Heidelberg, 1993. http://dx.doi.org/10.1007/3-540-56979-0.
Full textVillazón-Terrazas, Boris, Fernando Ortiz-Rodríguez, Sanju M. Tiwari, and Shishir K. Shandilya, eds. Knowledge Graphs and Semantic Web. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-65384-2.
Full textVillazón-Terrazas, Boris, and Yusniel Hidalgo-Delgado, eds. Knowledge Graphs and Semantic Web. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-21395-4.
Full textVillazón-Terrazas, Boris, Fernando Ortiz-Rodriguez, Sanju Tiwari, Miguel-Angel Sicilia, and David Martín-Moncunill, eds. Knowledge Graphs and Semantic Web. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-21422-6.
Full textOrtiz-Rodriguez, Fernando, Boris Villazón-Terrazas, Sanju Tiwari, and Carlos Bobed, eds. Knowledge Graphs and Semantic Web. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-47745-4.
Full textSerles, Umutcan, and Dieter Fensel. An Introduction to Knowledge Graphs. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-45256-7.
Full textBook chapters on the topic "Knowledge Graphs"
Hogan, Aidan, Claudio Gutierrez, Michael Cochcz, Gerard de Melo, Sabrina Kirranc, Axel Pollcrcs, Roberto Navigli, et al. "Inductive Knowledge." In Knowledge Graphs, 67–104. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-01918-0_5.
Full textHogan, Aidan, Claudio Gutierrez, Michael Cochcz, Gerard de Melo, Sabrina Kirranc, Axel Pollcrcs, Roberto Navigli, et al. "Deductive Knowledge." In Knowledge Graphs, 47–65. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-01918-0_4.
Full textTommasini, Riccardo, Paul Groth, and empty Juan. "Knowledge Graphs." In Encyclopedia of Big Data Technologies, 1–7. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-319-63962-8_341-1.
Full textSerles, Umutcan, and Dieter Fensel. "Knowledge Graphs." In An Introduction to Knowledge Graphs, 85–87. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-45256-7_10.
Full textGujral, Garima, and J. Shivarama. "Knowledge Graphs." In Data Science with Semantic Technologies, 13–28. Boca Raton: CRC Press, 2023. http://dx.doi.org/10.1201/9781003310792-2.
Full textFeng, Zhiwei. "Knowledge Graphs." In Formal Analysis for Natural Language Processing: A Handbook, 753–85. Singapore: Springer Nature Singapore, 2023. http://dx.doi.org/10.1007/978-981-16-5172-4_12.
Full textShamaeva, Irina, and David Galley. "Knowledge Graphs." In Custom Search – Discover more:, 97–101. Boca Raton: Chapman and Hall/CRC, 2021. http://dx.doi.org/10.1201/9781003100133-16.
Full textAggarwal, Charu C. "Knowledge Graphs." In Artificial Intelligence, 409–35. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-72357-6_12.
Full textKejriwal, Mayank. "Knowledge Graphs." In Applied Data Science in Tourism, 423–49. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-88389-8_20.
Full textHogan, Aidan, Claudio Gutierrez, Michael Cochcz, Gerard de Melo, Sabrina Kirranc, Axel Pollcrcs, Roberto Navigli, et al. "Data Graphs." In Knowledge Graphs, 5–23. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-01918-0_2.
Full textConference papers on the topic "Knowledge Graphs"
Xie, Xinjiu, and Jinxian Zhang. "Link Prediction in Knowledge Graphs for Graph Convolutional Networks." In 2024 International Conference on Intelligent Algorithms for Computational Intelligence Systems (IACIS), 1–6. IEEE, 2024. http://dx.doi.org/10.1109/iacis61494.2024.10721627.
Full textLiao, Wen-Hwa, Hsin-Fa Wen, and Ssu-Chi Kuai. "Recommendation System using Knowledge Graphs." In 2024 International Conference on Consumer Electronics - Taiwan (ICCE-Taiwan), 49–50. IEEE, 2024. http://dx.doi.org/10.1109/icce-taiwan62264.2024.10674500.
Full textHuang, Weide, Linlan Liu, and Jian Shu. "A Lightweight GNN-Based Graph Embedding Method for Knowledge Graphs." In 2024 IEEE 7th International Conference on Big Data and Artificial Intelligence (BDAI), 18–22. IEEE, 2024. http://dx.doi.org/10.1109/bdai62182.2024.10692622.
Full textAghaei, Sareh, and Anna Fensel. "Finding Similar Entities Across Knowledge Graphs." In 7th International Conference on Advances in Computer Science and Information Technology (ACSTY 2021). AIRCC Publishing Corporation, 2021. http://dx.doi.org/10.5121/csit.2021.110301.
Full textVargas, Hernán, Carlos Buil-Aranda, Aidan Hogan, and Claudia López. "A User Interface for Exploring and Querying Knowledge Graphs (Extended Abstract)." In Twenty-Ninth International Joint Conference on Artificial Intelligence and Seventeenth Pacific Rim International Conference on Artificial Intelligence {IJCAI-PRICAI-20}. California: International Joint Conferences on Artificial Intelligence Organization, 2020. http://dx.doi.org/10.24963/ijcai.2020/666.
Full textGutierrez, Claudio, and Juan F. Sequeda. "Knowledge Graphs." In CIKM '20: The 29th ACM International Conference on Information and Knowledge Management. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3340531.3412176.
Full textFaralli, Stefano, Irene Finocchi, Simone Paolo Ponzetto, and Paola Velardi. "Efficient Pruning of Large Knowledge Graphs." In Twenty-Seventh International Joint Conference on Artificial Intelligence {IJCAI-18}. California: International Joint Conferences on Artificial Intelligence Organization, 2018. http://dx.doi.org/10.24963/ijcai.2018/564.
Full textFu, Xiaoyi, Jie Zhang, Hao Yu, Jiachen Li, Dong Chen, Jie Yuan, and Xindong Wu. "A Speech-to-Knowledge-Graph Construction System." In Twenty-Ninth International Joint Conference on Artificial Intelligence and Seventeenth Pacific Rim International Conference on Artificial Intelligence {IJCAI-PRICAI-20}. California: International Joint Conferences on Artificial Intelligence Organization, 2020. http://dx.doi.org/10.24963/ijcai.2020/777.
Full textSeyler, Dominic, Mohamed Yahya, and Klaus Berberich. "Knowledge Questions from Knowledge Graphs." In ICTIR '17: ACM SIGIR International Conference on the Theory of Information Retrieval. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3121050.3121073.
Full textLiu, Jiaqi, Qin Zhang, Luoyi Fu, Xinbing Wang, and Songwu Lu. "Evolving Knowledge Graphs." In IEEE INFOCOM 2019 - IEEE Conference on Computer Communications. IEEE, 2019. http://dx.doi.org/10.1109/infocom.2019.8737547.
Full textReports on the topic "Knowledge Graphs"
Cao, Larry. IV. Chatbot, Knowledge Graphs, and AI Infrastructure. CFA Institute Research Foundation, April 2023. http://dx.doi.org/10.56227/23.1.10.
Full textKriegel, Francesco. Terminological knowledge aquisition in probalistic description logic. Technische Universität Dresden, 2018. http://dx.doi.org/10.25368/2022.239.
Full textKriegel, Francesco. Learning description logic axioms from discrete probability distributions over description graphs (Extended Version). Technische Universität Dresden, 2018. http://dx.doi.org/10.25368/2022.247.
Full textBorchmann, Daniel, Felix Distel, and Francesco Kriegel. Axiomatization of General Concept Inclusions from Finite Interpretations. Technische Universität Dresden, 2015. http://dx.doi.org/10.25368/2022.219.
Full textKüsters, Ralf, and Ralf Molitor. Computing Most Specific Concepts in Description Logics with Existential Restrictions. Aachen University of Technology, 2000. http://dx.doi.org/10.25368/2022.108.
Full textGoldberg, Sean, and Daisy Zhe Wang. Graph Learning in Knowledge Bases. Office of Scientific and Technical Information (OSTI), September 2017. http://dx.doi.org/10.2172/1390764.
Full textReiter, Ehud. Knowledge-Based Automatic Graph Layout. Fort Belvoir, VA: Defense Technical Information Center, June 1995. http://dx.doi.org/10.21236/ada296735.
Full textHoran, Victoria, and Michael Gudaitis. Investigation of Zero Knowledge Proof Approaches Based on Graph Theory. Fort Belvoir, VA: Defense Technical Information Center, February 2011. http://dx.doi.org/10.21236/ada540835.
Full textBrian, Dominikus. Exploring the Intersection of Artificial Intelligence and Decentralized Science: The Decentralized Knowledge Graph. ResearchHub Technologies, Inc., August 2024. http://dx.doi.org/10.55277/researchhub.nwoettub.
Full textKenkel, Donald, Alan Mathios, Grace Phillips, Revathy Suryanarayana, Hua Wang, and Sen Zeng. Fear or Knowledge The Impact of Graphic Cigarette Warnings on Tobacco Product Choices. Cambridge, MA: National Bureau of Economic Research, August 2023. http://dx.doi.org/10.3386/w31534.
Full text