Live data from Hacker News

Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

arxiv.org

41–49 of 49 posts

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#42

This seems like a very important paper, basically showing that Markov models with exponential decay of influence of tokens by distance are often a poor model, where as deep neural networks with LSTM (long short term memory) has power law decay of influence decay, which performs better for a variety of sequential data. BTW, I went to the North American Association of Computational Linguistics conference in April and i…

Forgive me, but I'm less impressed by the paper. As far as I can tell, they've only really shown that (1) language is recursive, which we know already; (2) markov models cannot capture recursive languages, which we've known; and (3) RNNs can, which we've known. But so can PCFGs and many other formalisms from the past 25 years, which they ignore. I did not read it very closely though.

From the article:

> We can formalize the above considerations by giving rules for a toy language L over an alphabet A. In the parlance of theoretical linguistics, our language is generated by a stochastic or probabilistic context-free grammar (PCFG) [41–44]. We will discuss the relationship between our model and a generic PCFG in Section C.

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#43

Here's an implemented Markov + word2vec chatbot http://lexcognition.com/lexi.html

I am VERY impressed:

-----

you: tell me something

me: Don't speak for me first time I asked it

you: tell me about your mother

me: just like my mother is on that AK47 diet

you: Tell me about artificial intelligence

me: Okay , maybe not intelligence capabilities, etc

you: ask me something

me: Points bow No one would ask this haha

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#44
post #7
post #5

The Bach data consists of 5727 notes from Partita No. 2 [11], with all notes mapped into a 12-symbol alphabet consisting of the 12 half-tones {C, C#, D, D#, E, F, F#, G, G#, A, A#, B} with all timing, volume and octave information discarded. I was good until the last part.

Was this a sample of text generated by a Markov chain or their 'new' model?

Oh. I feel a little silly.

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#45

I wonder what programming languages look like? I'd guess a lot like natural language?

They say their results from Wikipedia data were influenced by XML tags, so programming languages might look a lot like their Wikipedia data.

For reasons like this, I don't trust their empirical results at all.

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#46

Earlier quoted context omitted.

Personally, no. I think all of these models are essentially trivial and a long way from genuine NLP. That doesn't mean they're not useful in very narrow domains. But language is pretty much the definition of the ultimate wide domain, and trying to cover it with statistical correlations makes as much sense as word counting Shakespeare to try to generate some new plays.

I think you might be pleasantly surprised by recent results using DL and LSTM for building models of natural language. The next advancement I would like to see is handling anaphora resolution (resolving pronouns to previous noun phrases in text, resolving words like 'there' to a place mentioned elsewhere in text, etc.) Progress has been so rapid that I bet I don't have to wait long.

> I think you might be pleasantly surprised by recent results using DL and LSTM for building models of natural language.

What exactly those models are modelling?

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#47
post #18

> [...] A Hidden Dimension in Natural Language Mmmh > [...] We show that in many data sequences — from texts in different languages to melodies and genomes Hum, ehrm > [...] natural languages are poorly approximated by Markov processes. Alright, alright > [...] This model class captures the essence of probabilistic context-free grammars Ok, ok > [...] and cosmological inflation Wat. Out of nowhere, Creation of the Un…

Maybe this whole article has been generated by one of their models..

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#48
post #34
post #18

> [...] A Hidden Dimension in Natural Language Mmmh > [...] We show that in many data sequences — from texts in different languages to melodies and genomes Hum, ehrm > [...] natural languages are poorly approximated by Markov processes. Alright, alright > [...] This model class captures the essence of probabilistic context-free grammars Ok, ok > [...] and cosmological inflation Wat. Out of nowhere, Creation of the Un…

> Did a colleague take at peek at the screen and said, hey I have the same equations? This would an interesting thing to try - a computer system that would scan all the papers for math and find parallels. I think we already have something like term indexing for deductive systems?

One of the goals of OEIS is to discover when the same integer sequence arises in different mathematical contexts, and to confirm whether it's really the same sequence, which then gives the opportunity to prove why it's the same.

That might be a bit of a narrower domain, but it seems to work out pretty well!

https://oeis.org/

Re: Critical Behavior from Deep Dynamics: A Hidden Dimension in Natural Language

#49
post #5

The Bach data consists of 5727 notes from Partita No. 2 [11], with all notes mapped into a 12-symbol alphabet consisting of the 12 half-tones {C, C#, D, D#, E, F, F#, G, G#, A, A#, B} with all timing, volume and octave information discarded. I was good until the last part.

I misread your comment as saying you discarded the paper. Actually, 'discarded.' is part of the quote.
Post reply on HN