TabletCraft: Bridging a 4,000-Year Cultural Gap with Bidirectional Akkadian NMT and Cuneiform Rendering

arXiv cs.CL Papers

Summary

TabletCraft is an open-source system enabling bidirectional Akkadian-English neural machine translation with cuneiform rendering, allowing users to both read ancient tablets and compose new messages in cuneiform. Accepted to the C3NLP workshop at ACL 2026, it reports first published quantitative results for English-to-Akkadian translation.

arXiv:2608.02609v1 Announce Type: new Abstract: Half a million cuneiform clay tablets survive in museums worldwide, yet modern users can neither read nor write in the world's oldest writing system, leaving a 4,000-year cultural barrier that existing NLP tools have only partially addressed. Prior work enables one-way, scholar-oriented translation from Akkadian to English, but offers no path in the reverse direction: non-specialist users cannot compose new content in cuneiform, and therefore remain passive consumers of ancient culture rather than active participants. We present TabletCraft, the first open-source system that enables bidirectional interaction with Mesopotamian writing. Users can read ancient tablets (Akkadian to English) and compose new messages as cuneiform clay tablets (English to Akkadian to cuneiform to rendered tablet). The system integrates a ByT5-based translation model trained on 116K bidirectional samples, a cuneiform sign converter with 14,240 mappings (95.3% coverage), and a visual tablet renderer, packaged as a pip-installable toolkit with CLI and web demo. On the held-out Akkademia validation split (2,812 samples), we report 49.1 BLEU for Akkadian-to-English and 48.5 BLEU for English-to-Akkadian, the first published quantitative result in the reverse direction.
Original Article
View Cached Full Text

Cached at: 08/05/26, 07:40 AM

# Bridging a 4,000-Year Cultural Gap with Bidirectional Akkadian NMT and Cuneiform RenderingAccepted to the 4th Workshop on Cross-Cultural Considerations in NLP (C3NLP) at ACL 2026. Code and pretrained model: https://github.com/geoffreywang1117/cuneiscribe. Package: pip install cuneiscribe (https://pypi.org/project/cuneiscribe/).
Source: [https://arxiv.org/html/2608.02609](https://arxiv.org/html/2608.02609)
Zhaohui Wang USC Viterbi School of Engineering University of Southern California zwang000@usc\.edu

###### Abstract

Half a million cuneiform clay tablets survive in museums worldwide, yet modern users can neither read nor write in the world’s oldest writing system, leaving a 4,000\-year cultural barrier that existing NLP tools have only partially addressed\. Prior work enables one\-way, scholar\-oriented translation from Akkadian to English, but offers no path in the reverse direction: non\-specialist users cannot compose new content in cuneiform, and therefore remain passive consumers of ancient culture rather than active participants\. We presentTabletCraft, the first open\-source system that enablesbidirectionalinteraction with Mesopotamian writing\. Users can read ancient tablets \(Akkadian→\\rightarrowEnglish\) and compose new messages as cuneiform clay tablets \(English→\\rightarrowAkkadian→\\rightarrowcuneiform→\\rightarrowrendered tablet\)\. The system integrates a ByT5\-based translation model trained on 116K bidirectional samples, a cuneiform sign converter with 14,240 mappings \(95\.3% coverage\), and a visual tablet renderer, packaged as apip\-installable toolkit with CLI and web demo\. On the held\-out Akkademia validation split \(2,812 samples\), we report 49\.1 BLEU for Ak→\\rightarrowEn and 48\.5 BLEU for En→\\rightarrowAk, the first published quantitative result in the reverse direction\.

TabletCraft: Bridging a 4,000\-Year Cultural Gap with Bidirectional Akkadian NMT and Cuneiform Rendering††thanks:Accepted to the 4th Workshop on Cross\-Cultural Considerations in NLP \(C3NLP\) at ACL 2026\. Code and pretrained model:[https://github\.com/geoffreywang1117/cuneiscribe](https://github.com/geoffreywang1117/cuneiscribe)\. Package:pip install cuneiscribe\([https://pypi\.org/project/cuneiscribe/](https://pypi.org/project/cuneiscribe/)\)\.

Zhaohui WangUSC Viterbi School of EngineeringUniversity of Southern Californiazwang000@usc\.edu

## 1Introduction

Cuneiform is humanity’s earliest writing system, spanning over three millennia \(c\. 3400 BCE – 75 CE\) across ancient MesopotamiaWalker \([1987](https://arxiv.org/html/2608.02609#bib.bib18)\)\. An estimated 500,000 clay tablets survive, recording royal decrees, epic poetry, trade receipts, and personal lettersGutherz et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib8)\), forming a cultural archive of extraordinary breadth\. Yet this archive remains largely inaccessible: only a few hundred scholars worldwide can read cuneiform, and the majority of tablets remain untranslatedGordin et al\. \([2020](https://arxiv.org/html/2608.02609#bib.bib7)\)\.

The resulting cross\-cultural barrier differs from those typically studied in multilingual NLP\. It is not a barrier between two living communities that might learn each other’s languages, but a one\-way temporal asymmetry: ancient texts can be partially decoded for modern readers, but modern users have no productive channel into the ancient script\. Existing NLP tools reinforce this asymmetry\. Recent NMT systemsGutherz et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib8)\); Sommerschield et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib15)\)translate AkkadianintoEnglish, but no system translates EnglishintoAkkadian or renders the result in cuneiform\. The cultural engagement they enable is therefore passive: scholars read ancient texts, but neither specialists nor the general public can compose new ones\.

To our knowledge,TabletCraftis the first open\-source system to support both directions of Akkadian translation together with cuneiform\-Unicode rendering\. A student can type “The king rules the land” and receive a clay tablet bearing the cuneiform equivalent; a museum visitor can render their name in the world’s oldest script; a researcher can back\-translate English glosses into Akkadian for data augmentation\. By supporting composition in cuneiform in addition to reading, the system enables a more participatory mode of interaction with the script for non\-specialist users\.

![Refer to caption](https://arxiv.org/html/2608.02609v1/figures/pipeline.png)Figure 1:TabletCraftpipeline: English text is translated to Akkadian, converted to cuneiform signs, and rendered as a clay tablet, enabling bidirectional cultural interaction\.
## 2Cross\-Cultural Design Challenges

Ancient\-language NLP raises cross\-cultural problems that mainstream multilingual NLP has not yet engaged withBird \([2020](https://arxiv.org/html/2608.02609#bib.bib2)\)\. We identify four challenges that shapedTabletCraft’s design\.

#### Temporal distance as cultural distance\.

Akkadian translation bridges a civilizational gap, not merely a linguistic one\. Concepts like “joint\-stock capital,” “eponym dating,” or “divine determinatives” have no modern equivalentsVeenhof and Eidem \([2008](https://arxiv.org/html/2608.02609#bib.bib17)\)\. Our system preserves these culturally specific terms following Assyriological convention rather than forcing modernizing glosses\.

#### The reverse direction as cultural agency\.

Prior systems treat ancient languages as objects of study\. The English→\\rightarrowAkkadian direction we introduce reframes users asparticipants: they can compose in cuneiform, fostering a personal connection that passive reading alone cannot\. This comes with a risk of trivializationBender et al\. \([2021](https://arxiv.org/html/2608.02609#bib.bib1)\); we mitigate it by explicitly labeling all machine\-generated Akkadian as approximate\.

#### Accessibility vs\. scholarly fidelity\.

We serve two distinct user populationsTerras \([2012](https://arxiv.org/html/2608.02609#bib.bib16)\)\.Assyriological researchers and graduate studentsuse the Ak→\\rightarrowEn direction to triage untranslated tablets, generating draft glosses for verification rather than ground\-truth translations; they expect every output to be revisable, and consume the raw transliteration string rather than the rendered tablet\.Educators, museum staff, and the general publicuse the En→\\rightarrowAk→\\rightarrowcuneiform direction for personalized engagement \(a student’s name on a clay tablet, a museum visitor composing a one\-line dedication\); they expect approximate rather than philologically exact output, and consume the tablet image with a transliteration caption\. We resolve this tension by exposing every intermediate layer \(input classification, transliteration, sign mapping, rendered tablet\) and by labeling all machine\-generated Akkadian as approximate, rather than collapsing the two audiences into a single black\-box translation\.

#### Whose heritage?

Mesopotamian heritage is disproportionately studied in Western institutionsRayne et al\. \([2017](https://arxiv.org/html/2608.02609#bib.bib12)\)\. An open\-source, multilingual\-extensible toolkit lowers barriers for researchers and educators in Iraq, Syria, Turkey, and Iran, the modern nations whose territory encompasses ancient Mesopotamia\.

## 3System Architecture

### 3\.1Translation Model

We fine\-tune ByT5\-baseXue et al\. \([2022](https://arxiv.org/html/2608.02609#bib.bib19)\)\(581M parameters\) on 58,126 parallel sentences from AkkademiaGutherz et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib8)\)\(50K\), a shared translation taskDeep Past Initiative \([2026](https://arxiv.org/html/2608.02609#bib.bib4)\)\(1\.5K\), and sentence\-aligned expansions \(6K\)\. We train bidirectionally \(Ak→\\rightarrowEn and En→\\rightarrowAk with task prefixes\), yielding 116K pairsSennrich et al\. \([2016](https://arxiv.org/html/2608.02609#bib.bib14)\)\. Byte\-level tokenization handles diacritics \(š, ṭ, ṣ\) and logograms without vocabulary mismatchLu et al\. \([2025](https://arxiv.org/html/2608.02609#bib.bib10)\)\. Training: 20 epochs, lr10−410^\{\-4\}, batch 32, label smoothing 0\.2, BF16 on 2×\\timesRTX 3090\.

### 3\.2Cuneiform Converter

A lookup table of 14,240 transliteration→\\rightarrowUnicode cuneiform mappings compiled from ORACCORACC Project \([2024](https://arxiv.org/html/2608.02609#bib.bib11)\), CDLICDLI \([2024](https://arxiv.org/html/2608.02609#bib.bib3)\), and Akkademia\. Determinatives are stripped per Assyriological conventionHuehnergard \([2011](https://arxiv.org/html/2608.02609#bib.bib9)\)\.

### 3\.3Tablet Renderer

SVG/PNG output styled after Neo\-Assyrian tablets \(clay background, ruling lines, Noto Sans Cuneiform font\)\. No GPU;<<10ms per tablet\.

## 4Evaluation

Table 1:Translation quality on the Akkademia validation set \(2,812 Neo\-Assyrian samples\), reported in*both*directions\.†\\dagger:Gutherz et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib8)\), on their own test split \(different domain mix\)\. For the En→\\rightarrowAk direction, references are the original Akkadian transliterations from the held\-out validation split \(no prior published baseline; the bidirectional model is trained to predict transliteration, not Unicode signs\)\.Table[1](https://arxiv.org/html/2608.02609#S4.T1)reports bidirectional translation quality\. Both directions are evaluated on the same 2,812\-sample Akkademia validation split, which is held out from training and consists primarily of Neo\-Assyrian royal inscriptions\. Direct comparison with prior work on different test splits or text genres \(e\.g\., Old Assyrian trade correspondence\) requires cautionVeenhof and Eidem \([2008](https://arxiv.org/html/2608.02609#bib.bib17)\)\.

#### En→\\rightarrowAk evaluation methodology\.

We provide the first quantitative measure of English→\\rightarrowAkkadian translation quality at this scale\. The bidirectional model is trained with task prefixes \(translate Akkadian to English:andtranslate English to Akkadian:\) on 116K pairs derived from 58K aligned sentencesSennrich et al\. \([2016](https://arxiv.org/html/2608.02609#bib.bib14)\)\. We invert the validation split, usingvalid\.enas source andvalid\.tr\(the original transliteration\) as reference, apply the same diacritic\-and\-gap normalization used during training, and decode with 4\-way beam search\. Scores are computed with sacreBLEU\.111nrefs:1\|case:mixed\|smooth:exp\|tok:13a; chrF\+\+:nrefs:1\|case:mixed\|nc:6\|nw:2\.We treat En→\\rightarrowAk BLEU as anapproximate\-faithfulnessmeasure rather than a measure of philological correctness\. The reference is the historical transliteration, but Akkadian admits multiple acceptable spellings of the same surface form \(e\.g\., logographic versus syllabic spellings of the same name; equivalent uses ofLUGALandMANfor “king”\), so a fluent modern paraphrase that uses different yet valid signs would score lower without being wrong\. Single\-reference BLEU therefore systematically undercounts valid outputs; the reported numbers should be read as a lower bound, and a multi\-reference or expert\-judged evaluation is left to future work\. The model achieves 48\.5 BLEU and 55\.6 chrF\+\+ in the En→\\rightarrowAk direction, within 0\.6 BLEU of its Ak→\\rightarrowEn score on the same split\. This indicates that bidirectional training does not collapse to a single dominant direction, and that the byte\-level encoder learns to emit well\-formed transliteration even under the inverted task prefix\. The lower chrF\+\+ score \(55\.6 versus 63\.1\) is consistent with the higher orthographic flexibility of Akkadian relative to English: multiple syllabic and logographic spellings can encode the same surface form\. Because the downstream cuneiform sign converter is deterministic and lossless on covered tokens, the En→\\rightarrowAk score also serves as an upper bound on end\-to\-end En→\\rightarrowcuneiform fidelity\. Table[2](https://arxiv.org/html/2608.02609#S4.T2)illustrates this gap with three representative En→\\rightarrowAk outputs: in each case the prediction differs from the reference by a small number of signs \(logographic versus syllabic alternation, an alternative determinative, or a slightly different word order\) while preserving the underlying lexical content\.

Table 2:Representative En→\\rightarrowAk outputs from the held\-out Akkademia validation split\. Differences between prediction and reference are typically logogram/syllabogram alternations \(DI/SILIM,MAN/LUGAL\) or omitted determinatives, rather than semantic errors\. These cases are penalized by BLEU but remain Assyriologically acceptable\.
#### Dialect and genre distribution\.

The training corpus is dominated by 1st\-millennium BCE Neo\-Assyrian royal inscriptions, with smaller amounts of Old Babylonian and Standard Babylonian literary text from sentence\-aligned augmentation, mirroring the underlying composition of Akkademia and the Deep Past corpusGutherz et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib8)\); Deep Past Initiative \([2026](https://arxiv.org/html/2608.02609#bib.bib4)\)\. The model therefore reproduces Neo\-Assyrian formulae \(epithets, divine determinatives, dating formulas\) more reliably than the highly elliptical commercial register of Old Assyrian merchant letters, where vocabulary, syntax, and abbreviation conventions differ substantiallyVeenhof and Eidem \([2008](https://arxiv.org/html/2608.02609#bib.bib17)\)\. Recent shared tasks confirm thattext genre, not merely dialect, is the dominant factor in Akkadian translation quality: systems trained on royal inscriptions degrade markedly on commercial letters, even when supported by large bilingual dictionariesGordin et al\. \([2025](https://arxiv.org/html/2608.02609#bib.bib6)\)\. This mirrors a broader cross\-cultural observation: NLP cannot treat “Akkadian” as a monolithic language any more than it can treat “English” as one, and the cultural context of the source text matters as much as the language label\. We surface this in the user interface by labeling outputs with a confidence score and a coarse genre tag \(royal/literary/other\) inferred from input features, and by routing low\-confidence inputs through a transliteration\-only fallback rather than a fully rendered tablet\.

#### Cuneiform coverage\.

On 1,000 sampled transliterations from the Akkademia test set, the converter achieves 95\.3% token coverage \(93\.8% logograms, 95\.7% syllabic values\)\. The remaining 4\.7% are uncovered determinatives or rare logograms, which are passed through verbatim\.

#### Concrete users and use cases\.

We have prototypedTabletCraftwith three populations: \(i\)undergraduate studentsin an introduction\-to\-cuneiform course at a US R1 institution, who use the En→\\rightarrowcuneiform direction to compose personal name tablets and short dedications and then read them aloud as a literacy exercise; in this setting, output is treated as a learning artifact rather than a primary source; \(ii\)museum educatorspreparing interactive “write your name in cuneiform” kiosks for K–12 visitor programs, who require sub\-second rendering, child\-safe input filtering \(provided by our anomaly classifier\), and an explicit “approximate, machine\-generated” caveat on every produced image; \(iii\)Assyriologistsperforming rapid pre\-publication triage of newly photographed Neo\-Assyrian tablets via the Ak→\\rightarrowEn direction, where draft translations are reviewed and corrected against the original sign by sign in a workflow analogous to OCR post\-editing rather than autonomous translation\. Across these settings, expectations are explicitly not of full automation:TabletCraftis positioned as a draft\-and\-revise assistant rather than an authoritative translator\. The toolkit ispip\-installable with CLI, Python API, and a Gradio web demo\.

## 5Related Work

Gutherz et al\. \([2023](https://arxiv.org/html/2608.02609#bib.bib8)\)introduced Akkademia for Akkadian→\\rightarrowEnglish NMT\.Gordin et al\. \([2020](https://arxiv.org/html/2608.02609#bib.bib7)\)applied word embeddings to cuneiform for cultural analysis\. Recent work has applied ByT5 to cuneiform lemmatizationLu et al\. \([2025](https://arxiv.org/html/2608.02609#bib.bib10)\)and LLMs to Akkadian NLPRiemenschneider \([2025](https://arxiv.org/html/2608.02609#bib.bib13)\); Gordin et al\. \([2025](https://arxiv.org/html/2608.02609#bib.bib6)\)\.Yavasan and Gordin \([2025](https://arxiv.org/html/2608.02609#bib.bib20)\)demonstrated T5 for Hittite cuneiform\. ParsiPyFarsi et al\. \([2025](https://arxiv.org/html/2608.02609#bib.bib5)\)provides NLP tools for historical Persian\. In digital humanities,Terras \([2012](https://arxiv.org/html/2608.02609#bib.bib16)\)has argued for accessible tools that bridge computational methods and cultural heritage\. Our work differs by enablingbidirectionalinteraction, supporting not only the reading of ancient texts but also the composition of new ones in cuneiform, and thereby emphasizing cultural participation over passive analysis\.

## 6Conclusion

We presentedTabletCraft, an open\-source toolkit that pairs bidirectional Akkadian NMT with deterministic cuneiform\-Unicode rendering, providing a unified pipeline for both reading and composition tasks at the script level\. By supporting composition in addition to reading, the system enables a more participatory mode of interaction with cuneiform for non\-specialist users while preserving Assyriological conventions for scholarly use\. Future work includes Sumerian support, cuneiform OCR, and multilingual extension to enable cross\-cultural engagement from non\-English\-speaking communities\.

## Limitations

The En→\\rightarrowAk direction producesapproximate moderntransliterations, not authentic ancient text; outputs should not be cited as primary historical evidence\. Our En→\\rightarrowAk score \(Table[1](https://arxiv.org/html/2608.02609#S4.T1)\) is computed against a single reference per source, while many Akkadian sentences admit several philologically valid renderings; the reported BLEU/chrF\+\+ are therefore conservative lower bounds on faithfulness, and a multi\-reference or human\-judged evaluation is left to future work\. Performance also varies substantially across Akkadian dialects and genres: in particular, Old Assyrian commercial texts differ in vocabulary, register, and formulaic patterns from the Neo\-Assyrian training data, and we do not yet evaluate on that distribution\. Even with 14,240 sign mappings and a 17K\-lemma dictionary, domain\-specific adaptation remains essential: large lexical resources cannot substitute for in\-domain parallel data\. The system currently supports only English as the modern\-language pivot; extending to non\-English languages is a priority for the open\-source roadmap\.

## Ethics Statement

This work aims to democratize access to ancient cultural heritage while respecting its scholarly context\. Machine translations are labeled as approximations\. We acknowledge that Mesopotamian heritage has special significance for the people of modern Iraq and neighboring nations, and advocate for their inclusion in developing such tools\.

## References

- Bender et al\. \(2021\)Emily M\. Bender, Timnit Gebru, Angelina McMillan\-Major, and Shmargaret Shmitchell\. 2021\.On the dangers of stochastic parrots: Can language models be too big?In*Proceedings of FAccT*, pages 610–623\.
- Bird \(2020\)Steven Bird\. 2020\.Decolonising speech and language technology\.In*Proceedings of the 28th International Conference on Computational Linguistics*, pages 3504–3519\.
- CDLI \(2024\)CDLI\. 2024\.[CDLI: Cuneiform digital library initiative](https://cdli.mpiwg-berlin.mpg.de/)\.
- Deep Past Initiative \(2026\)Deep Past Initiative\. 2026\.[Deep past challenge: Translate Akkadian to English](https://www.kaggle.com/competitions/deep-past-initiative-machine-translation)\.Kaggle Competition\.
- Farsi et al\. \(2025\)Hadi Farsi and 1 others\. 2025\.ParsiPy: NLP toolkit for historical Persian texts in Python\.In*Proceedings of the Second Workshop on Ancient Language Processing*\. Association for Computational Linguistics\.
- Gordin et al\. \(2025\)Shai Gordin, Adam Anderson, and 1 others\. 2025\.EvaCun 2025 shared task: Lemmatization and token prediction in Akkadian and Sumerian using LLMs\.In*Proceedings of the Second Workshop on Ancient Language Processing*\. Association for Computational Linguistics\.
- Gordin et al\. \(2020\)Shai Gordin, Gai Gutherz, Ariel Elazary, Avital Romach, Enrique Jiménez, Jonathan Berant, and Luis Sáenz\. 2020\.Reading Akkadian cuneiform using natural language processing\.*PLoS ONE*, 15\(10\):e0240511\.
- Gutherz et al\. \(2023\)Gai Gutherz, Shai Gordin, Luis Sáenz, Omer Levy, and Jonathan Berant\. 2023\.Translating Akkadian to English with neural machine translation\.*PNAS Nexus*, 2\(5\):pgad096\.
- Huehnergard \(2011\)John Huehnergard\. 2011\.*A Grammar of Akkadian*, 3rd edition\.Eisenbrauns\.
- Lu et al\. \(2025\)Pengxiu Lu, Yonglong Huang, Jing Xu, Minxuan Feng, and Chao Xu\. 2025\.Lemmatization of cuneiform languages using the ByT5 model\.In*Proceedings of the Second Workshop on Ancient Language Processing*, pages 197–205\. Association for Computational Linguistics\.
- ORACC Project \(2024\)ORACC Project\. 2024\.[ORACC: Open richly annotated cuneiform corpus](http://oracc.museum.upenn.edu/)\.
- Rayne et al\. \(2017\)Louise Rayne, Jennie Bradbury, David Mattingly, Graham Philip, Robert Bewley, and Andrew Wilson\. 2017\.From above and on the ground: Geospatial methods for recording endangered archaeology in the Middle East and North Africa\.*Geosciences*, 7\(4\):100\.
- Riemenschneider \(2025\)Frederick Riemenschneider\. 2025\.Beyond base predictors: Using LLMs to resolve ambiguities in Akkadian lemmatization\.In*Proceedings of the Second Workshop on Ancient Language Processing*\. Association for Computational Linguistics\.
- Sennrich et al\. \(2016\)Rico Sennrich, Barry Haddow, and Alexandra Birch\. 2016\.Improving neural machine translation models with monolingual data\.In*Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 86–96\.
- Sommerschield et al\. \(2023\)Thea Sommerschield, Yannis Assael, John Pavlopoulos, Vanessa Stefanak, Andrew Senior, Chris Dyer, John Bodel, Jonathan Prag, Ion Androutsopoulos, and Nando de Freitas\. 2023\.[Machine learning for ancient languages: A survey](https://doi.org/10.1162/coli_a_00481)\.*Computational Linguistics*, 49\(3\):703–747\.
- Terras \(2012\)Melissa Terras\. 2012\.Digitisation and digital resources in the humanities\.In Claire Warwick, Melissa Terras, and Julianne Nyhan, editors,*Digital Humanities in Practice*, pages 47–70\. Facet Publishing\.
- Veenhof and Eidem \(2008\)Klaas R\. Veenhof and Jesper Eidem\. 2008\.*Mesopotamia: The Old Assyrian Period*\.Academic Press Fribourg\.
- Walker \(1987\)C\. B\. F\. Walker\. 1987\.*Cuneiform*\.University of California Press\.
- Xue et al\. \(2022\)Linting Xue, Aditya Barua, Noah Constant, Rami Al\-Rfou, Sharan Narang, Mihir Kale, Adam Roberts, and Colin Raffel\. 2022\.ByT5: Towards a token\-free future with pre\-trained byte\-to\-byte models\.In*Transactions of the Association for Computational Linguistics*, volume 10, pages 291–306\.
- Yavasan and Gordin \(2025\)Murat Yavasan and Shai Gordin\. 2025\.From clay to code: Transforming Hittite texts for machine learning\.In*Proceedings of the Second Workshop on Ancient Language Processing*\. Association for Computational Linguistics\.

Similar Articles