Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist97933ySentiment analysis stuff, it's "how do we find relationships like 'Aristotle is human, all humans are mortal, therefore Aristotle is mortal'" kinda stuff.
https://sciencedirect.com/science/... -
atheist97933y@scor it's actually kinda similar to prolog, you're right, I hadn't thought about that. The paper is talking about fuzzy word association with human text, the kinda stuff search engines use.
-
atheist97933y@scor the paper above does fuzzy association for a given set of documents by creating an association between words and other words that appear in the same document as that word, then that association can be repeated to give n-order association, usually only interested in one or two orders of association.
The technique was used to identify fish oil as a possible treatment for Reynard's in the 90s based on text alone. Neither concept had appeared together and it wasn't something someone had tried, which was quite revolutionary at the time. Less so now, but it's a technique still in use. -
atheist97933yProlog on the other hand is much more explicit, parses clear rule statements then builds the associations from those rules. I think the paper describes one as inductive logic and the other as deductive logic.
When you're reading a NLP paper that cites Aristotle, you know some serious shit is gonna go down.
rant