Live data from Hacker News

Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

news.ycombinator.com

11–20 of 49 posts

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#11
post #7
post #2

I'm impressed with Cortex - All industry leaders (Google, Siri, Alexa) answer "Who killed John Wilkes Booth" with "Abraham Lincoln," but this gives the correct answer. It shows that it has a deeper understanding of it's data sources.

I asked "What is taller, a dog or a giraffe?" and it didn't know. Common sense is not yet in the knowledge graph. Maybe it can't perform comparisons Also: "What is the largest city in Europe?" -> "New York City". "What is the largest city in the world?" -> "Gotham City" So it seems to make KB lookup errors and probably can't do logic/set operations.

Correct, we can't do logic/set operations yet, but we can handle some graph traversal questions where the answer is the property of a n-off related entity like: (1) "Who is Arya Stark's father's wife?" or (2) "Mark Zuckerberg's wife's birthday"

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#12
"We're make sense of dark data to help companies in technology, law, medicine, and government extract information from text."

Ignore the grammar error, you're helping government extract information from text? Where exactly? Do you mean the NSA? Do you mean helping the government look at public internet written commentary to track citizens?

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#13
post #2

I'm impressed with Cortex - All industry leaders (Google, Siri, Alexa) answer "Who killed John Wilkes Booth" with "Abraham Lincoln," but this gives the correct answer. It shows that it has a deeper understanding of it's data sources.

> What is the most dangerous bear?

Winnie - The - Pooh

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#14
post #12

"We're make sense of dark data to help companies in technology, law, medicine, and government extract information from text." Ignore the grammar error, you're helping government extract information from text? Where exactly? Do you mean the NSA? Do you mean helping the government look at public internet written commentary to track citizens?

Thanks for catching that!

We don't do anything like that, in fact, we don't work with the government at all right now. We know that there is a huge application of this technology in the government beyond the Department of Defense. For example, large corpuses of text data other government agencies might need to process like the Census Bureau, the IRS, etc.

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#15
post #13
post #2

I'm impressed with Cortex - All industry leaders (Google, Siri, Alexa) answer "Who killed John Wilkes Booth" with "Abraham Lincoln," but this gives the correct answer. It shows that it has a deeper understanding of it's data sources.

> What is the most dangerous bear? Winnie - The - Pooh

It scared us as kids :)

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#17
Something I'll keep my eye on, for sure. In the meantime:

It feels like you've reinvented much by writing stuff from scratch. spaCy is fast, has tons of features, commonly updated, free, trained on the Common Crawl corpus. Why not just use that? I'm only curious, not critical.

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#18

Can the lingua component of this (when it is available) be used to answer questions from my own text corpus?

Answering questions from your own text corpus will soon be part of Cortex! It's actually the next thing we are working on. If you'd like, we can let you know when it's ready. Just send me a message at alex@plasticityai.com with your email and we'll reach out.

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#19

Something I'll keep my eye on, for sure. In the meantime: It feels like you've reinvented much by writing stuff from scratch. spaCy is fast, has tons of features, commonly updated, free, trained on the Common Crawl corpus. Why not just use that? I'm only curious, not critical.

Thanks!

Fair question, we think spaCy is great, but it just made a lot of sense for us to start on the basics so that we could modify things as needed. For example, our tokenization algorithm and syntax dependency tree algorithm treats "let it be" in "The band played let it be by the beatles." as a single chunk to return a more accurate syntax dependency tree, which Google Cloud NL and spaCy don't do out of the box today.

Re: Launch HN: Plasticity (YC S17) – APIs for human-like natural language interfaces

#20
Very interesting. Needs to account for things like low literacy in certain areas. Medical literacy is a big gap for a lot of people. Asked "What is myocardial infarction? Correct article returned. Asked "What is myocardial infraction?" Got article for Civil infraction. "What is hyperkalemia?" returned a result. "What is high potassium?" No result.
Post reply on HN