Skip to content

Source code for the paper "Simulation of Graph Algorithms with Looped Transformers"

License

Notifications You must be signed in to change notification settings

opallab/graphalgosimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulation of Graph Algorithms with Looped Transformers

This repository contains the source code for our paper: Simulation of Graph Algorithms with Looped Transformers. It includes the network implementations used to simulate the following graph algorithms: Breadth-First Search (BFS), Depth-First Search (DFS), Dijkstra's Shortest Path algorithm, and Kosaraju's Strongly Connected Components Algorithm (SCC).

To verify the empirical results of the paper, run the validation.ipynb file.

About

Source code for the paper "Simulation of Graph Algorithms with Looped Transformers"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published