Skip to content

PyTorch implementation for HieroLM in the paper HieroLM: Egyptian Hieroglyph Recovery with Next Word Prediction Language Model accepted at LaTeCH-CLfL2025 @ NAACL 2025

Notifications You must be signed in to change notification settings

Rick-Cai/HieroLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HieroLM

This is the PyTorch implementation for HieroLM proposed in the paper HieroLM: Egyptian Hieroglyph Recovery with Next Word Prediction Language Model published at The 9th Joint SIGHUM Workshop on Computational Linguistics for Cultural Heritage, Social Sciences, Humanities and Literature (LaTeCH-CLfL 2025) at NAACL 2025.

To train the model, run the following command:

python main.py --cuda True --dataset [aes/ramses/mixed]

To test the trained model on test set, run the following command:

python main.py --cuda True --dataset [aes/ramses/mixed] --mode decode

To interact with the trained model in real time, run the following command:

python main.py --cuda True --dataset [aes/ramses/mixed] --mode realtime

About

PyTorch implementation for HieroLM in the paper HieroLM: Egyptian Hieroglyph Recovery with Next Word Prediction Language Model accepted at LaTeCH-CLfL2025 @ NAACL 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages