HN user

miket

1,595 karma

Stanford AI Lab. Founder, Diffbot. http://miketung.com @mikektung

Posts83
Comments94
View on HN
github.com 1y ago

Diffbot GraphRAG LLM

miket
2pts1
jukebox.openai.com 2y ago

OpenAI Jukebox

miket
2pts1
www.digitalocean.com 4y ago

How to Upload Your Consciousness to Physical Infrastructure Using Docker Compose

miket
13pts1
blog.diffbot.com 5y ago

From Knowledge Graphs to Knowledge Workflows

miket
2pts0
www.theatlantic.com 5y ago

The Hottest Chat App for Teens Is Google Docs (2019)

miket
1pts0
www.technologyreview.com 5y ago

Know-it-all AI learns by reading the entire web nonstop

miket
4pts0
aip.scitation.org 6y ago

Photonic tensor cores for machine learning

miket
4pts0
www.youtube.com 6y ago

Flatten the Curve – How to Control an Artificial Life Pandemic

miket
3pts0
blog.diffbot.com 6y ago

KnowledgeNet: A Benchmark for Knowledge Base Population

miket
33pts7
blog.diffbot.com 6y ago

The Diffbot Master Plan

miket
1pts0
blog.diffbot.com 6y ago

The Economics of Building Knowledge Bases

miket
104pts9
nxxcxx.github.io 6y ago

Neural Network

miket
154pts14
blog.diffbot.com 6y ago

The Economics of Building Knowledge Bases

miket
1pts0
blog.diffbot.com 6y ago

Diffbot's Approach to Knowledge Graph

miket
2pts0
blog.diffbot.com 6y ago

The Diffbot Master Plan

miket
2pts0
research.fb.com 8y ago

A Universal Music Translation Network

miket
2pts0
mobile.nytimes.com 8y ago

Kremlin Cash Behind Billionaire’s Twitter and Facebook Investments

miket
3pts0
github.com 8y ago

Sentiment aware input

miket
1pts0
www.adweek.com 8y ago

Burger King Just Launched Its Own Cryptocurrency, the Whoppercoin

miket
1pts0
www.houstonchronicle.com 8y ago

Putin: Leader in artificial intelligence will rule world

miket
13pts2
arxiv.org 8y ago

Automatically Generating Commit Messages from Diffs Using NMT

miket
2pts0
images.nvidia.com 8y ago

Nvidia Tesla V100 GPU Architecture [pdf]

miket
1pts0
www.mediawiki.org 8y ago

Wikimedia Objective Revision Evaluation Service

miket
2pts0
github.com 9y ago

Realtime Multi-Person Pose Estimation

miket
2pts0
www.technologyreview.com 9y ago

Uber’s Ad-Toting Drones Are Heckling Drivers Stuck in Traffic

miket
6pts3
www.asimovinstitute.org 9y ago

Neural Network Zoo

miket
32pts0
torrentfreak.com 10y ago

Google Asked to Remove 100,000 “Pirate Links” Every Hour

miket
1pts0
techcrunch.com 10y ago

Diffbot Aims to Build the Intel of Data for Artificial Intelligence

miket
1pts0
kottke.org 10y ago

Taking a neural net out for a walk

miket
1pts0
blogs.wsj.com 10y ago

Artificial Intelligence Program Passes College Entrance Exam

miket
2pts0

Any question asking about the letters of words is bound to underwhelm because GPT3 is trained on sub-word tokens, so it does not have random access to individual letters. The word "prime" is tokenized as a single token, instead of 5 characters:

https://beta.openai.com/tokenizer

Abstract Wikipedia 6 years ago

To put it plainly, if you don't have enough data to train a machine learning model, what, exactly, are your options? There is only one option: to do the work by hand. Wikipedia, with its army of volunteers, has a much better shot at getting results this way than any previous effort.

The training data for machine translation models is also human-created. Given some fixed amount of human hours, would you rather them be spent annotating text that can train a translation system that can be used for many things, or a system that can just be used for this project? It all depends on the yield that you get per man-hour.

Abstract Wikipedia 6 years ago

Hi, founder of Diffbot here, we are an AI research company spinout from Stanford that generate the world's largest knowledge graph from crawling the whole web. I didn't want to comment, but I see a lot of misunderstandings here about knowledge graphs, abstract representations of language, and the extent as to which this project uses ML.

First of all, having a machine-readable database of knowledge(i.e. Wikidata) is no doubt a great thing. It's maintained by a large community of human curators and always growing. However, generating actually useful natural language that rivals the value you get from reading a Wikipedia page from an abstract representation is problematic.

If you look at the walkthrough for how this would work (https://github.com/google/abstracttext/blob/master/eneyj/doc...), this project does not use machine and uses CFG-like production rules to generate natural sentences. Works great for generating toy sentences like "X is a Y".

However, human languages are not programming languages. Many natural languages, like German and Finnish, are so syntactically and morphologically complex that there is no compact ruleset that can describe them. (those that have taken grammar class can relate to the number of exceptions to the ruleset)

Additionally, not every sentence in a typical Wikipedia article can be easily represented in a machine-readable factual format. Plenty of text is opinion, subjective, or describes notions that don't have an proper entity. Of course there are ways that engineer around this, however they will exponential grow the complexity of your ontology, number of properties, and make for a terrible user experience for the annotators.

A much better and direct approach to the stated intention of making the knowledge accessible to more readers is to advance the state of machine translation, which would capture nuance and non-facts present in the original article. Additionally, exploring ML-based ways of NL generation from the dataset this will produce will have academic impact.

The article hardly supports its conclusion with these cherry-picked examples; however, the core reason these results don't meet the author's expectations is that Google's AI does not understand the content of webpages well enough to identify the publication date accurately (at least anywhere near as accurately as a human can). Google's publication date is based on whether it found changes to the HTML on its own crawl date (which is very noisy due to today's dynamically generated website) or based on schema.org/microdata, which as other commentators point it is game-able for purposes of SEO, or simply missing on most sites.

As a contrast, take a look at how Diffbot, an AI system that understands the content of the page by using computer vision and NLP techniques on it, interprets the page in question:

https://www.diffbot.com/testdrive/?url=https://www.reddit.co...

It can reliably extract the publication date on each post, without resorting to using site-specific rules. (You can try it on other discussion threads and article pages, that have a visible publication date).

When people think about using computers for Natural Language Processing, they often think about end-tasks like classification, translation, question answering, and models like BERT that model the statistical regularities in text. However, these tasks only measure indirectly how much the system has understood the meaning of the text, are largely unexplainable black boxes, and require reams of training data.

NLP is good enough that we can now explicitly measure how well a system reads text in terms of what knowledge is extracted from it. This task is called Knowledge Base Population, and we've released the first reproducible dataset called KnowledgeNet that measures this task, along with an open source state-of-the-art baseline.

Direct link to the Github repo: https://github.com/diffbot/knowledge-net EMNLP paper: https://www.aclweb.org/anthology/D19-1069.pdf

I think there can very much be two segments. Both a high-volume self-service segment (I know this is what I prefer when evaluating developer tools) as well as a high-touch enterprise segment for training and implementation (think Bloomberg Terminal model). Diffbot has a free 14 day self-service evaluation for its individual extraction API, but it is not quite implemented yet for the Knowledge Graph.

Much of the knowledge that humans derive from reading text is implicit rather than explicit. The derived knowledge is also context-dependent and probabilistic, i.e. they are not binary facts but we assign a degree of confidence to them.

In the context of that sentence "She was a .. physicist and chemist who conducted .. research on radioactivity.", I think most people would say a physicist or a chemist who conducts research is a researcher. In other contexts, such as in your example, that would be a questionable inference. What you're describing is why natural language understanding is hard--it's context-dependent and not syntactic.

"She did research." http://relex.diffbot.com:8085/?text=She%20did%20research. "She was a researcher." http://relex.diffbot.com:8085/?text=She%20was%20a%20research....

Return different outputs from a state-of-the-art relation extraction system.

The initial example: http://relex.diffbot.com:8085/?text=Marie%20Curie%20was%20bo....

In your example, being a coder is not inferred: http://relex.diffbot.com:8085/?text=He%27s%20a%20hard-surfac....

The main downfall of the Semantic web efforts are not technological, but due to a misalignment of incentives. Semantic web formats require content creators to annotate metadata for machines where webpages are intended for human readers.

We think that the main way to achieve a practical semantic web is to have AI synthesize a Knowledge Graph from applying CV/NLP techniques to understanding all webpages. More about our project here:

https://www.zdnet.com/article/the-web-as-a-database-the-bigg...

Founder here. There are many differences in the result when you have an automated system building a Knowledge Graph vs. a human one.

Obvious one is scale, Wikipedia has on order 10M entities and represents the work of thousands of humans whereas the Diffbot KG has 10B entities and is discovering about 120M each day, and is largely limited by the number of machines running the algorithms in the datacenter. The properties and facts indexed about each entity are also a superset because it is not limited to those that would be worthwhile for a human to curate. Lastly, it can be more accurate than facts found in a single source because the automated system utilizes multiple sources of that fact found across the web to estimate a probability of the accuracy of the fact.

The result is that you have a Knowledge Graph that is more useful for work and business because they are the entities you interact with day to day, not the "head" entities that optimize for popularity and the constraints of human curation.

Founder here. The internet is full of contradictory statements, but that doesn't mean we can't attempt to form a useful model of reality. Humans do, just to get through daily life and AI can do the same as well.

As you point out, the concept "sugar-free" does not equate to there being no "sugar" in the dish. Perhaps it means to folks something closer to that fact that no added sugar was explicit in the recipe. The word "sugar" itself has many meanings (the well-known problem of word Polysemy). So there are several similar but distinct concepts at involved here and an entity could have the value of true for one of these and false for another.

Founder here. OpenCyc (as well as Freebase) are human attempts to enter and curate a structured knowledge base. Likewise DBPedia is a set of scripts that extract Wikipedia infoboxes (semi-structured data which is also human crowd-sourced).

The Diffbot Knowledge Graph is built by applying computer vision and natural language processing techniques to reading all the pages on the web (which can be in any structure and human language) and extracting it into a structured form, without the element of human annotation in the build pipeline.

From the complaint: "Space Data started offering commercial wireless services in 2004 from a constellation of altitude controlled balloons which drift in the stratosphere. Since that time, it has extended the technology to service the U.S. Armed Services with deployments on four continents. "

"Examples of Space Data confidential information and trade secrets include, but are not limited to, accumulation of weather data, launch methods, launch timing, balloon types, altitude regulation, business methods, business models, financial information, technology solutions, and unique knowledge and interpretation of weather data, wherein this knowledge and interpretation is not available in public, which for example includes knowledge of the winds between 60,000 and 100,000 foot altitudes. "