Live data from Hacker News

Show HN: Ecco – See what your NLP language model is “thinking”

eccox.io

31–35 of 35 posts

Re: Show HN: Ecco – See what your NLP language model is “thinking”

#31
post #2

Hi HN, Author here. I had been fascinated with Andrej Karpathy's article ( https://karpathy.github.io/2015/05/21/rnn-effectiveness/ ) -- especially where it shows neurons being activated in response to brackets and indentation. I built Ecco to enable examining neurons inside Transformer-based language models. You can use Ecco to simply interact with a language model and see its output token by token(as it's built on…

I just want to say I absolutely love the name and logo. Brings back some fond memories of an incredibly hard game from once upon a time... Having said that, IANAL, but I find it unlikely that the use of a dolphin and the word Ecco together are not trademarked, so you may want to check on that before someone bugs you about it

"Ecco the Dolphin" is a game for Sega consoles. https://en.wikipedia.org/wiki/Ecco_the_Dolphin

Re: Show HN: Ecco – See what your NLP language model is “thinking”

#32

Earlier quoted context omitted.

I just want to say I absolutely love the name and logo. Brings back some fond memories of an incredibly hard game from once upon a time... Having said that, IANAL, but I find it unlikely that the use of a dolphin and the word Ecco together are not trademarked, so you may want to check on that before someone bugs you about it

"Ecco the Dolphin" is a game for Sega consoles. https://en.wikipedia.org/wiki/Ecco_the_Dolphin

Yes, that's precisely what I meant

Re: Show HN: Ecco – See what your NLP language model is “thinking”

#33
post #7
post #2

Hi HN, Author here. I had been fascinated with Andrej Karpathy's article ( https://karpathy.github.io/2015/05/21/rnn-effectiveness/ ) -- especially where it shows neurons being activated in response to brackets and indentation. I built Ecco to enable examining neurons inside Transformer-based language models. You can use Ecco to simply interact with a language model and see its output token by token(as it's built on…

I can not thank you enough for your “The Illustrated Transformer” [1] that I have directed two cohorts of MSc students to – it is a true gem of an article. A few years ago my group made an interface to visualise contextual word representations [2] that looked like a primordial soup ancestor to your most recent article (no screenshots though, sadly). I hope putting these together brings you as much joy as it does to y…

I also want to make an additional "Thank You" note for the author on the lovely "The Illustrated Word2Vec" [0]. I wish every concept Machine Learning or otherwise would follow such a framework.

[0] https://jalammar.github.io/illustrated-word2vec/

Re: Show HN: Ecco – See what your NLP language model is “thinking”

#34

Interesting. The non-negative matrix factorization on the first level kinda highlight some semantic groupings : paragraph, verbs, auxiliaries, commas, pronouns, nominal propositions. I tried to look at higher level layers, and the grouping were indeed of higher level : for example at level 4 there was a grouping which highlighted for any punctuation (and not just comma). The grouping were also qualifying more : for e…

Linguist here. I give, what's a "nominal preposition"? (I glanced at the web page and at the paper, but neither "nominal" nor "preposition" shows up in either.)

Re: Show HN: Ecco – See what your NLP language model is “thinking”

#35
post #34

Interesting. The non-negative matrix factorization on the first level kinda highlight some semantic groupings : paragraph, verbs, auxiliaries, commas, pronouns, nominal propositions. I tried to look at higher level layers, and the grouping were indeed of higher level : for example at level 4 there was a grouping which highlighted for any punctuation (and not just comma). The grouping were also qualifying more : for e…

Linguist here. I give, what's a "nominal preposition"? (I glanced at the web page and at the paper, but neither "nominal" nor "preposition" shows up in either.)

Sorry, I was meaning nominal group, and I did an anglicism from french "nominal proposition", which means "noun clause".
Post reply on HN