CuneiML: A Cuneiform Dataset
收藏资源简介:
This is the data presented in the article CuneiML: A Cuneiform Dataset for Machine Learning, published in the Journal of Open Humanities Data. Our dataset provides metadata and bounding boxes for 38,947 photographs of cuneiform tablets, as well as transliteration and cuneiform Unicode. The structure of the JSON file is the following: { 'id': 131837, 'img_url': 'https://cdli.mpiwg-berlin.mpg.de/dl/photo/P131837.jpg', # link to photo 'lineart': 'https://cdli.mpiwg-berlin.mpg.de/dl/lineart/P131837_l.jpg',# link to lineart # the bounding box, [[x_1, y_1], [x_2, y_2]] # where (x_1, y_1) is the left upper vertex and (x_2, y_2) is the lower right vertex of the bounding box of the cutout 'bboxes': [[204.0, 200.0], [523.0, 522.0]], 'text': { 'obverse': [ {'raw': '2(gesz2) 4(asz) 2(barig) 4(disz) sila3 gur', 'num': '1', 'sign': ['𒐂', '𒐉', '𒋡', '𒄥']}, {'raw': 'a2 lu2 hun-ga2', 'num': '2', 'sign': ['𒀉', '𒇽', '𒂠', '𒂷']}, {'raw': 'ugu2 lu2- <D> inanna ba-a-gar', 'num': '3', 'sign': ['𒀀𒅗', '𒇽', '<D>', '𒈹', '𒁀', '𒀀', '𒃻']}], 'reverse': [ {'raw': 'mu sza-asz-ru ki ba-hul', 'num': '1', 'sign': ['𒈬', '𒊭', '𒀸', '𒊒', '𒆠', '𒁀', '𒅆𒌨']}] } 'geo': 'Umma (mod. Tell Jokha)', 'time': 'Ur III (ca. 2100-2000 BC)', 'genre': 'Administrative', } For more information on the dataset, visit our GitHub repository.
本数据集对应发表于《开放人文数据期刊》(*Journal of Open Humanities Data*)的论文《CuneiML:一款面向机器学习的楔形文字数据集》。本数据集涵盖38947张楔形泥板照片的元数据与边界框,同时提供音译文本与楔形文字Unicode编码。该数据集的JSON文件结构如下: { "id": 131837, "img_url": "https://cdli.mpiwg-berlin.mpg.de/dl/photo/P131837.jpg", # 照片下载链接 "lineart": "https://cdli.mpiwg-berlin.mpg.de/dl/lineart/P131837_l.jpg",# 线稿下载链接 # 边界框格式为 [[x₁, y₁], [x₂, y₂]] # 其中 (x₁, y₁) 为裁切区域边界框的左上角顶点,(x₂, y₂) 为右下角顶点 "bboxes": [[204.0, 200.0], [523.0, 522.0]], "text": { "obverse": [ { "raw": "2(gesz2) 4(asz) 2(barig) 4(disz) sila3 gur", "num": "1", "sign": ["𒐂", "𒐉", "𒋡", "𒄥"] }, { "raw": "a2 lu2 hun-ga2", "num": "2", "sign": ["𒀉", "𒇽", "𒂠", "𒂷"] }, { "raw": "ugu2 lu2- <D> inanna ba-a-gar", "num": "3", "sign": ["𒀀𒅗", "𒇽", "<D>", "𒈹", "𒁀", "𒀀", "𒃻"] } ], "reverse": [ { "raw": "mu sza-asz-ru ki ba-hul", "num": "1", "sign": ["𒈬", "𒊭", "𒀸", "𒊒", "𒆠", "𒁀", "𒅆𒌨"] } ] }, "geo": "乌玛(今名约尔哈丘,Tell Jokha)", "time": "乌尔第三王朝(约公元前2100-2000年)", "genre": "行政文书" } 如需了解该数据集的更多详情,请访问我们的GitHub仓库。



