Giuseppe Futia(@giuseppe_futia) 's Twitter Profileg
Giuseppe Futia

@giuseppe_futia

Senior Data Scientist @graph_aware | Previously @synapta and @nexacenter | Ph.D. at @PoliTOnews | Knowledge Graphs, LLMs, and Graph Neural Networks

ID:78884773

linkhttp://it.linkedin.com/in/giuseppefutia calendar_today01-10-2009 11:59:04

4,1K تغريدات

1,1K متابعون

1,2K التالية

Jure Leskovec(@jure) 's Twitter Profile Photo

Reduce LLM hallucinations with RAG over textual as well as structured knowledge bases. Together with Amazon we are releasing 🌟STaRK 🌟, a large-scale LLM retrieval benchmark on semi-structured knowledge bases with dataset from e-commerce, biomedicine, and academic research.

account_circle
Towards Data Science(@TDataScience) 's Twitter Profile Photo

In a patient explainer, Giuseppe Futia proposes potential solutions for integrating LLMs, knowledge graphs, and ontologies to enable a virtuous cycle to consistently improve named-entity disambiguation systems in the biomedical domain. buff.ly/3UuiH1p

account_circle
elvis(@omarsar0) 's Twitter Profile Photo

Graph Machine Learning in the Era of LLMs

Provides a comprehensive overview of the latest advancements for Graph ML in the era of LLMs.

Covers the recent developments in Graph ML, how LLM can enhance graph features, and how it can address issues such as OOD and graph…

Graph Machine Learning in the Era of LLMs Provides a comprehensive overview of the latest advancements for Graph ML in the era of LLMs. Covers the recent developments in Graph ML, how LLM can enhance graph features, and how it can address issues such as OOD and graph…
account_circle
Giuseppe Futia(@giuseppe_futia) 's Twitter Profile Photo

Check out my new article for Towards Data Science entitled:

'Leveraging Synergies for Named Entity Disambiguation'.

The article describes how to harness the synergy between , , and to pave the way for enhanced NED systems in biomedicine.

account_circle
Michael Bronstein(@mmbronstein) 's Twitter Profile Photo

We started releasing the first chapters of our Geometric Deep Learning book and the accompanying slides from the corresponding Oxford and Cambridge courses.

account_circle
Xavier Bresson(@xbresson) 's Twitter Profile Photo

Notebooks for Lecture 4 on Graph SVM

Lab1: Standard/Linear SVM
github.com/xbresson/GML20…

Lab2: Soft-Margin SVM
github.com/xbresson/GML20…

Lab3: Kernel/Non-Linear SVM
github.com/xbresson/GML20…

Lab4: Graph SVM
github.com/xbresson/GML20…

Notebooks for Lecture 4 on Graph SVM Lab1: Standard/Linear SVM github.com/xbresson/GML20… Lab2: Soft-Margin SVM github.com/xbresson/GML20… Lab3: Kernel/Non-Linear SVM github.com/xbresson/GML20… Lab4: Graph SVM github.com/xbresson/GML20…
account_circle
Xavier Bresson(@xbresson) 's Twitter Profile Photo

Graph Machine Learning course

Lecture 4 presents Graph SVM 🌟

The celebrated Support Vector Machine (SVM) coupled with kernel method and graph Dirichlet regularization is one of the best classification models (in the absence of feature learning :)

storage.googleapis.com/xavierbresson/…

Graph Machine Learning course Lecture 4 presents Graph SVM 🌟 The celebrated Support Vector Machine (SVM) coupled with kernel method and graph Dirichlet regularization is one of the best classification models (in the absence of feature learning :) storage.googleapis.com/xavierbresson/…
account_circle
Connected Data World(@Connected_Data) 's Twitter Profile Photo

What is Neurosymbolic AI, and how are Knowledge Graphs a part of it?

Knowledge Graphs are by far the largest scale knowledge representation formalism in the history of AI. Graphs of hundreds of millions of triples are now routinely used in both academic research and industrial…

What is Neurosymbolic AI, and how are Knowledge Graphs a part of it? Knowledge Graphs are by far the largest scale knowledge representation formalism in the history of AI. Graphs of hundreds of millions of triples are now routinely used in both academic research and industrial…
account_circle
Giuseppe Futia(@giuseppe_futia) 's Twitter Profile Photo

🔍 How to generalize queries on any arbitrary KG in a zero-shot fashion?

This is the purpose of the paper released by Michael Galkin, Jincheng Zhou, Bruno Ribeiro, Jian Tang, and Zhaocheng Zhu, who present ULTRAQUERY. arxiv.org/abs/2404.07198

account_circle
Xavier Bresson(@xbresson) 's Twitter Profile Photo

GNN+TSP+Genome 🚀

We have pioneered a graph learning approach for genome reconstruction, marking a significant milestone in AI+Biology.

Great interdisciplinary team, with Lovro Vrček at the helm!

Paper, code, data have been released to empower further progress. 👇

account_circle
Xiaoxin He(@he_xiaoxin) 's Twitter Profile Photo

Our GitHub repo Awesome-Graph-LLM: github.com/XiaoxinHe/Awes…, has received 1k+ stars! 🌟A huge thank you to everyone who has supported and contributed. Let's keep pushing the boundaries of Awesome-Graph-LLM together!

Our GitHub repo Awesome-Graph-LLM: github.com/XiaoxinHe/Awes…, has received 1k+ stars! 🌟A huge thank you to everyone who has supported and contributed. Let's keep pushing the boundaries of Awesome-Graph-LLM together!
account_circle
Chaitanya K. Joshi(@chaitjo) 's Twitter Profile Photo

gRNAde is now on Colaboratory 🙌

You can do fixed backbone re-design of your own RNA 3D structures from PDB files right from your browser! (ProteinMPNN for RNA structure)

📝gRNAde 101 tutorial: colab.research.google.com/drive/16rXKgbG…

🚀Design notebook for new tasks: colab.research.google.com/drive/1ajcikLb…

gRNAde is now on @GoogleColab 🙌 You can do fixed backbone re-design of your own RNA 3D structures from PDB files right from your browser! (ProteinMPNN for RNA structure) 📝gRNAde 101 tutorial: colab.research.google.com/drive/16rXKgbG… 🚀Design notebook for new tasks: colab.research.google.com/drive/1ajcikLb…
account_circle
Xavier Bresson(@xbresson) 's Twitter Profile Photo

Notebooks for Lecture 2 on Graph Science

Lab1: Generate LFR social networks
github.com/xbresson/GML20…

Lab2: Visualize spectrum of point cloud & grid
github.com/xbresson/GML20…

Lab3/4: Graph construction for two-moon & text documents
github.com/xbresson/GML20…
github.com/xbresson/GML20…

Notebooks for Lecture 2 on Graph Science Lab1: Generate LFR social networks github.com/xbresson/GML20… Lab2: Visualize spectrum of point cloud & grid github.com/xbresson/GML20… Lab3/4: Graph construction for two-moon & text documents github.com/xbresson/GML20… github.com/xbresson/GML20…
account_circle
Maxime Labonne(@maximelabonne) 's Twitter Profile Photo

🚀 GPTFast: Accelerate your LLMs 6-7x

PyTorch released an excellent blog post (pytorch.org/blog/accelerat…) in November last year about how to accelerate LLMs using different techniques:

- Torch.compile: Compiler for PyTorch models
- GPU quantization: Reduce weight precision
-…

🚀 GPTFast: Accelerate your LLMs 6-7x PyTorch released an excellent blog post (pytorch.org/blog/accelerat…) in November last year about how to accelerate LLMs using different techniques: - Torch.compile: Compiler for PyTorch models - GPU quantization: Reduce weight precision -…
account_circle
Towards Data Science(@TDataScience) 's Twitter Profile Photo

'Graphs represent universal models to describe interacting elements, and Graph Neural Networks (GNNs) have become an essential toolkit for applying learning algorithms to graph-structured data.' Giuseppe Futia unveils a new series on GNNs' inner workings. buff.ly/42NiSHr

account_circle
Giuseppe Futia(@giuseppe_futia) 's Twitter Profile Photo

📣 Check out my new article about “The Expressive Power of GNNs” on Towards Data Science.

🔎 The first article of this series is dedicated to the foundational concepts related to the representation of graphs and the notion of graph isomorphism.

medium.com/p/5cdb4bca6ae3

account_circle
Andrej Karpathy(@karpathy) 's Twitter Profile Photo

New (2h13m 😅) lecture: 'Let's build the GPT Tokenizer'

Tokenizers are a completely separate stage of the LLM pipeline: they have their own training set, training algorithm (Byte Pair Encoding), and after training implement two functions: encode() from strings to tokens, and…

New (2h13m 😅) lecture: 'Let's build the GPT Tokenizer' Tokenizers are a completely separate stage of the LLM pipeline: they have their own training set, training algorithm (Byte Pair Encoding), and after training implement two functions: encode() from strings to tokens, and…
account_circle
Peng Qian(@qtalen) 's Twitter Profile Photo

Are you ready to turbocharge your neural network training? 🌟 My latest article unveils the magic of Batch Normalization, a must-know for any aspiring data scientist.
dataleadsfuture.com/visualizing-wh…

account_circle
Towards Data Science(@TDataScience) 's Twitter Profile Photo

Ready to dive into the fascinating world of graph neural networks? Giuseppe Futia just launched a series exploring the theory behind GNNs as well as their practical applications. Part one lays the foundations and covers GNNs' essential building blocks. buff.ly/42NiSHr

account_circle