Skip to content

fangyuan-ksgk/Iterative_graph_alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative Graph Alignment

Fangyuan Yu1, Hardeep Arora1, Matt Johnson1

1Temus   

IGA Iterative Graph Alignment (IGA) is an annotation-free alignment algorithm. A teacher model (VLM) iteratively generates logical graphs and reference answers using Iterative Graph Prompting (IGP). A student model (LLM) reviews its responses against these reference answers to identify hard cases where representation gaps exist. The student then collaborates with helper models to explore diverse ways to respond to these challenging queries by taking hints from the logical graphs and reference answers, before fine-tuning on the collected insights and proceed to the next iteration.

🆕 Updates



Install Dependencies

bash set.sh

IGP prompting

python -m script.reason

SAIL training

python -m script.iter

🤗 Citation

If you find this work useful for your research, please kindly cite our paper:

@misc{yu2024iterativegraphalignment,
      title={Iterative Graph Alignment}, 
      author={Fangyuan Yu and Hardeep Singh Arora and Matt Johnson},
      year={2024},
      eprint={2408.16667},
      archivePrefix={arXiv},
      url={https://arxiv.org/abs/2408.16667}, 
}

About

Official Implementation of Iterative Graph Alignment https://arxiv.org/abs/2408.16667

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published