Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️ Relational Graph Convolutional Networks for Sentiment Analysis
lmeyerov 11 daysReload
Combining BERT + RGCNs is great. Transformers on text + categorical features, then GNNs for learning over connected data, esp their choice of RGCNs for heterogeneous ones.

Some of my favorite use cases to do here are in entity resolution / data cleaning during document ingest, mining social media interactions, and analyzing financial data (loan risk, ...). They all used to largely follow the flow here, just add feature engineering and classification decisions specific to the problem at hand. Especially for scale & automation scenarios where quality matters, this stuff helps.

How I think about this space has changed significantly with modern transformers compared to the BERT-era ones here. The paper feels closer to what we (and others) were doing before GPT4 came out. Now that LLMs can 'reason', not just embed, a lot more has opened up during the feature extraction, learning, and deciding phases. Basically pick up any new KG paper using LLMs, there is a lot to keep up with.

Happy to chat if folks are doing fun things here. We are always looking for good projects in this space as there is nuance and esp with LLMs changing so much. Exciting times!


adipginting 11 daysReload
I came back to to this post several times today to see the comments on this paper. I was curious what is significant about this paper given that it stays on Hacker News front page for hours.

Another curiosity is, what is the typical cost and GPU hours to train the model with these algorithms?