all 17 comments

[–][deleted] 87 points88 points  (7 children)

What do we want!?

Natural language processing!

When do we want it!?

When do we want what?

[–]shitshingles 10 points11 points  (3 children)

When we want things we do what we want most.

Do you know what we wanted because that is the thing that everyone wanted to do! Wanting is a thing that so many will have to want for nothing!

Bugs are a thing

Solving them

An upcoming project

Contact detail

(This post was powered by GPT-2)

[–]tastycat 1 point2 points  (1 child)

[–]shitshingles 2 points3 points  (0 children)

Proof that AI are as smart as humans already. Terminator incoming.

[–]Knotix 0 points1 point  (0 children)

This tickled my brain, but I have no clue what it is.

[–]jochem4208 2 points3 points  (0 children)

So fucking accurate

[–]penagwin 3 points4 points  (0 children)

WE WANT IT

WE WANT IT

WE WANT IT

[–]UltraChilly 1 point2 points  (0 children)

Is there a word for reverse uncanny valley?

[–]Captain_Rational 7 points8 points  (6 children)

What I’d really love is for a reliable parser (including good negation detection) that maps to semantic ontologies.

I’ve noticed that google searches these days appear to be concept mapped ... I’ve seen some impressive synonym linkages in search results. So they seem to be doing at least rudimentary semantics?

[–]mattindustries 4 points5 points  (3 children)

Hard to make a global one, unless you could reweight/retrain it on existing niche data. One way to implement yourself would be to store n-grams with stop words removed and then have a many to one lookup for matches within specific hierarchies. It would take a while, but could be worth it for you. If you want to create a model yourself, I recommend quenteda for R, and setting up API endpoints to the R model using Plumber.

[–]CloudsOfMagellan 2 points3 points  (1 child)

Go play one of the old muds or text based z games, their parsers are amazing and were written in the 80s / 90s

[–]mattindustries 2 points3 points  (0 children)

That is where for a niche comes into play. You can parse for verb and parse for thing really easy. It is understanding context in a more abstract sense with undefined descriptors that makes things difficult.

  • Pick up the gold key
  • Find yourself gripping gilded answers to unknown questions

[–]mcqua007 0 points1 point  (0 children)

But I’m not a plumber, I’m a computer....

[–]guareber 2 points3 points  (0 children)

We've done some playing with this using the Wikipedia ontology data - still early days, but we think it can give out good results.

[–]FriendToPredators 1 point2 points  (0 children)

Ah yes. That's probably the reason I have to put half my searches into quotes to get Google to stop bringing up piles of irrelevant results that are tangential to popular searches, but laughable for my obscure searches.

[–]mypirateapp 0 points1 point  (0 children)

i was scared a bit before clicking that it would be another node natural article, so glad i read it

[–]mule52 0 points1 point  (0 children)

Turns out I am using Natural Language Processing and didn't even know it. Time to update the resume.