TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An Introduction to Knowledge Graphs

244 点作者 umangkeshri大约 4 年前

12 条评论

tuukkah大约 4 年前
I couldn&#x27;t stress how important Wikidata (and its predecessor DBpedia) is as a public example of a huge knowledge graph (versus the ones hidden at big tech companies) but also as a Wikipedia-like collaborative project to organise all the knowledge among existing semantic web &#x2F; linked data publishers, government open data, libraries, galleries, archives...<p>Also remember that Wikidata is open source and you can fire up your own knowledge graph as docker containers on your laptop: <a href="https:&#x2F;&#x2F;wikiba.se&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wikiba.se&#x2F;</a><p>If you have been disappointed by RDF-based technologies before, I would say Wikidata&#x2F;Wikibase have significantly innovated on top of them. For example, they allow each statement to have qualifiers, references, depreciation&#x2F;preferredness attached to them in a user-friendly way while also keeping simple queries simple.
评论 #27255094 未加载
physicsgraph大约 4 年前
Knowledge graphs for text (the focus of the article) seem narrowly-scoped since they require &quot;objective&quot; facts and relations to be practical. Capturing the subjective and transient perspective of observations made by multiple observers (which is what we actually have access to) is more complicated.<p>For example, asking the same person the same question may yield different answers based on their mood or other environmental or situational factors. Who&#x27;s asking the question can also matter, as does the specific phrasing of the question.
评论 #27252503 未加载
评论 #27251485 未加载
julienreszka大约 4 年前
I wish all of you not to fall in the trap of ontologies. I worked very hard in this domain my conclusion is that all ontologies fail to scale eventually. I would recommend people in the field to go towards &quot;perspectivism&quot;.
评论 #27250776 未加载
评论 #27251432 未加载
评论 #27252570 未加载
评论 #27251434 未加载
评论 #27250723 未加载
评论 #27250475 未加载
评论 #27251795 未加载
评论 #27263182 未加载
评论 #27250551 未加载
low_tech_love大约 4 年前
On a side note, I love the idea of researchers writing “articles” in this format. No paywall, no complex two-column format, no PDFs. As a researcher myself, I wish this is what my “productivity” was judged upon, I’d probably have a lot more fun and motivation to work and produce!
评论 #27253257 未加载
评论 #27252079 未加载
评论 #27251933 未加载
Timothycquinn大约 4 年前
Love to see that relationships (edges) are directional. I hate to see graph models where relationships are bi-directional as it loosens up data rules far too much with very little benefit.<p>I&#x27;ve worked with systems where the relationships are typed and can have attributes just like the vertices allowing the system to model data in a more intuitive fashion.
zozbot234大约 4 年前
The definition seems faulty to me, since the pair (E: subset(N × N), f: E → L) does not admit of multiple edges with different labels, connecting the same ordered pair of nodes. Of course this is most often allowed in practical KG&#x27;s.
评论 #27251315 未加载
评论 #27250402 未加载
ricardo81大约 4 年前
Slightly off-topic, does anyone recommend any open-source ANSI C implementations of knowledge graphs&#x2F;graph databases? I had toyed around a bit with Neo4J and am interested in something in a language I&#x27;m more familiar with.<p>I&#x27;ve created some useful output from Wikidata&#x27;s dataset with some-space saving decisions like focusing on certain languages and an arbitrary data structure. The dump is quite big and space at a premium.
评论 #27252863 未加载
评论 #27252934 未加载
gbrits大约 4 年前
So this is the ‘semantic web’ from ~15 years ago?
评论 #27252383 未加载
评论 #27253537 未加载
评论 #27252578 未加载
评论 #27252834 未加载
评论 #27252369 未加载
wrnr大约 4 年前
KG are cool, but I haven&#x27;t find a practical framework of combining simple logical predicates with temporal facts (things that are true at a certain moment in time) and information provenance (the truthiness of information given the origin). There might be ways to encode this information in a hyper graph but they are far from practical.
评论 #27250037 未加载
评论 #27250073 未加载
评论 #27249959 未加载
评论 #27250872 未加载
flarg大约 4 年前
Is this really the semantic web debacle all over again? Curation doesn&#x27;t scale and if you&#x27;re going to do it just do it in a database already; standards lead to committees that end up choking progress because we have all the standards we really need already; NLP only pretends to understand written text but all it does really is tokenise badly. Just cache in a database already and move on!
JoelJacobson大约 4 年前
SQL might be a good fit to model Knowledge Graphs, since FOREIGN KEYs can be named, using the CONSTRAINT constraint_name FOREIGN KEY … syntax. We thus have support to label edges.<p>Nodes = Tables<p>Edges = Foreign keys<p>Edge labels = Foreign key constraint names
评论 #27250328 未加载
评论 #27250494 未加载
评论 #27251767 未加载
评论 #27250339 未加载
philip142au大约 4 年前
I&#x27;m surprised there&#x27;s not many knowledge graph databases but there are graph databases eg Neo4J and there is GraphQL. It seems they are more popular