女书救援:用人工智能复兴濒危的女书语言
NüshuRescue: Reviving the Endangered Nüshu Language with AI

原始链接: https://aclanthology.org/2025.coling-main.468/

《NüshuRescue:利用人工智能复兴濒危女书语言》(Yang 等人,2025 年)介绍了一个可扩展的、人工智能驱动的框架,旨在协助复兴濒危的低资源语言。研究人员重点关注了女书——一种历史上由中国瑶族妇女使用的独特文字。 为了克服可用数据稀缺的问题,团队开发了“NCGold”,这是首个可公开访问的包含 500 个句子的女书-中文平行语料库。通过利用 GPT-4-Turbo 并仅使用 35 个示例进行上下文学习,NüshuRescue 框架在测试集上达到了 48.69% 的翻译准确率,并生成了包含 98 个新翻译句子的“NCSilver”数据集。作者还实施了额外的 FastText 和 Seq2Seq 模型,以支持持续的语言学研究。 通过最大限度地减少对大量人工干预的需求,NüshuRescue 为研究人员提供了一套通用的自动化工具,用于保护语言遗产。所有代码和数据集均在 GitHub 上公开,以鼓励社区进一步为濒危语言保护做出贡献。

Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 NüshuRescue:利用人工智能复兴濒危的女书语言 (aclanthology.org) 5 点,由 Anon84 发布于 1 小时前 | 隐藏 | 过往 | 收藏 | 2 条评论 mainecoder 3 分钟前 | 下一条 [–] 这种语言可以被保留下来,它会像小说中的虚构语言一样留在书籍和文档中。你可以学习并使用它,但这种语言实际上已经消亡了,巴西、巴布亚新几内亚以及非洲其他国家的许多语言也是如此。语言有生、有长、有灭,文化亦然。在每一个主要大陆上,这都是部落生存的最后一代。 回复 shevy-java 18 分钟前 | 上一条 | 下一条 [–] 但如果一门编程语言不再被任何人使用,它还活着吗? 回复 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 加入 YC | 联系 搜索:
相关文章

原文
@inproceedings{yang-etal-2025-nushurescue,
    title = {{N}{\"u}shu{R}escue: Reviving the Endangered N{\"u}shu Language with {AI}},
    author = "Yang, Ivory  and
      Ma, Weicheng  and
      Vosoughi, Soroush",
    editor = "Rambow, Owen  and
      Wanner, Leo  and
      Apidianaki, Marianna  and
      Al-Khalifa, Hend  and
      Eugenio, Barbara Di  and
      Schockaert, Steven",
    booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
    month = jan,
    year = "2025",
    address = "Abu Dhabi, UAE",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.coling-main.468/",
    pages = "7020--7034",
    abstract = {The preservation and revitalization of endangered and extinct languages is a meaningful endeavor, conserving cultural heritage while enriching fields like linguistics and anthropology. However, these languages are typically low-resource, making their reconstruction labor-intensive and costly. This challenge is exemplified by N{\"u}shu, a rare script historically used by Yao women in China for self-expression within a patriarchal society. To address this challenge, we introduce N{\"u}shuRescue, an AI-driven framework designed to train large language models (LLMs) on endangered languages with minimal data. N{\"u}shuRescue automates evaluation and expands target corpora to accelerate linguistic revitalization. As a foundational component, we developed NCGold, a 500-sentence N{\"u}shu-Chinese parallel corpus, the first publicly available dataset of its kind. Leveraging GPT-4-Turbo, with no prior exposure to N{\"u}shu and only 35 short examples from NCGold, N{\"u}shuRescue achieved 48.69{\%} translation accuracy on 50 withheld sentences and generated NCSilver, a set of 98 newly translated modern Chinese sentences of varying lengths. In addition, we developed FastText-based and Seq2Seq models to further support research on N{\"u}shu. N{\"u}shuRescue provides a versatile and scalable tool for the revitalization of endangered languages, minimizing the need for extensive human input. All datasets and code have been made publicly available at \url{https://github.com/ivoryayang/NushuRescue}.}
}
<?xml version="1.0" encoding="UTF-8"?>
<modsCollection xmlns="http://www.loc.gov/mods/v3">
<mods ID="yang-etal-2025-nushurescue">
    <titleInfo>
        <title>NüshuRescue: Reviving the Endangered Nüshu Language with AI</title>
    </titleInfo>
    <name type="personal">
        <namePart type="given">Ivory</namePart>
        <namePart type="family">Yang</namePart>
        <role>
            <roleTerm authority="marcrelator" type="text">author</roleTerm>
        </role>
    </name>
    <name type="personal">
        <namePart type="given">Weicheng</namePart>
        <namePart type="family">Ma</namePart>
        <role>
            <roleTerm authority="marcrelator" type="text">author</roleTerm>
        </role>
    </name>
    <name type="personal">
        <namePart type="given">Soroush</namePart>
        <namePart type="family">Vosoughi</namePart>
        <role>
            <roleTerm authority="marcrelator" type="text">author</roleTerm>
        </role>
    </name>
    <originInfo>
        <dateIssued>2025-01</dateIssued>
    </originInfo>
    <typeOfResource>text</typeOfResource>
    <relatedItem type="host">
        <titleInfo>
            <title>Proceedings of the 31st International Conference on Computational Linguistics</title>
        </titleInfo>
        <name type="personal">
            <namePart type="given">Owen</namePart>
            <namePart type="family">Rambow</namePart>
            <role>
                <roleTerm authority="marcrelator" type="text">editor</roleTerm>
            </role>
        </name>
        <name type="personal">
            <namePart type="given">Leo</namePart>
            <namePart type="family">Wanner</namePart>
            <role>
                <roleTerm authority="marcrelator" type="text">editor</roleTerm>
            </role>
        </name>
        <name type="personal">
            <namePart type="given">Marianna</namePart>
            <namePart type="family">Apidianaki</namePart>
            <role>
                <roleTerm authority="marcrelator" type="text">editor</roleTerm>
            </role>
        </name>
        <name type="personal">
            <namePart type="given">Hend</namePart>
            <namePart type="family">Al-Khalifa</namePart>
            <role>
                <roleTerm authority="marcrelator" type="text">editor</roleTerm>
            </role>
        </name>
        <name type="personal">
            <namePart type="given">Barbara</namePart>
            <namePart type="given">Di</namePart>
            <namePart type="family">Eugenio</namePart>
            <role>
                <roleTerm authority="marcrelator" type="text">editor</roleTerm>
            </role>
        </name>
        <name type="personal">
            <namePart type="given">Steven</namePart>
            <namePart type="family">Schockaert</namePart>
            <role>
                <roleTerm authority="marcrelator" type="text">editor</roleTerm>
            </role>
        </name>
        <originInfo>
            <publisher>Association for Computational Linguistics</publisher>
            <place>
                <placeTerm type="text">Abu Dhabi, UAE</placeTerm>
            </place>
        </originInfo>
        <genre authority="marcgt">conference publication</genre>
    </relatedItem>
    <abstract>The preservation and revitalization of endangered and extinct languages is a meaningful endeavor, conserving cultural heritage while enriching fields like linguistics and anthropology. However, these languages are typically low-resource, making their reconstruction labor-intensive and costly. This challenge is exemplified by Nüshu, a rare script historically used by Yao women in China for self-expression within a patriarchal society. To address this challenge, we introduce NüshuRescue, an AI-driven framework designed to train large language models (LLMs) on endangered languages with minimal data. NüshuRescue automates evaluation and expands target corpora to accelerate linguistic revitalization. As a foundational component, we developed NCGold, a 500-sentence Nüshu-Chinese parallel corpus, the first publicly available dataset of its kind. Leveraging GPT-4-Turbo, with no prior exposure to Nüshu and only 35 short examples from NCGold, NüshuRescue achieved 48.69% translation accuracy on 50 withheld sentences and generated NCSilver, a set of 98 newly translated modern Chinese sentences of varying lengths. In addition, we developed FastText-based and Seq2Seq models to further support research on Nüshu. NüshuRescue provides a versatile and scalable tool for the revitalization of endangered languages, minimizing the need for extensive human input. All datasets and code have been made publicly available at https://github.com/ivoryayang/NushuRescue.</abstract>
    <identifier type="citekey">yang-etal-2025-nushurescue</identifier>
    <location>
        <url>https://aclanthology.org/2025.coling-main.468/</url>
    </location>
    <part>
        <date>2025-01</date>
        <extent unit="page">
            <start>7020</start>
            <end>7034</end>
        </extent>
    </part>
</mods>
</modsCollection>
%0 Conference Proceedings
%T NüshuRescue: Reviving the Endangered Nüshu Language with AI
%A Yang, Ivory
%A Ma, Weicheng
%A Vosoughi, Soroush
%Y Rambow, Owen
%Y Wanner, Leo
%Y Apidianaki, Marianna
%Y Al-Khalifa, Hend
%Y Eugenio, Barbara Di
%Y Schockaert, Steven
%S Proceedings of the 31st International Conference on Computational Linguistics
%D 2025
%8 January
%I Association for Computational Linguistics
%C Abu Dhabi, UAE
%F yang-etal-2025-nushurescue
%X The preservation and revitalization of endangered and extinct languages is a meaningful endeavor, conserving cultural heritage while enriching fields like linguistics and anthropology. However, these languages are typically low-resource, making their reconstruction labor-intensive and costly. This challenge is exemplified by Nüshu, a rare script historically used by Yao women in China for self-expression within a patriarchal society. To address this challenge, we introduce NüshuRescue, an AI-driven framework designed to train large language models (LLMs) on endangered languages with minimal data. NüshuRescue automates evaluation and expands target corpora to accelerate linguistic revitalization. As a foundational component, we developed NCGold, a 500-sentence Nüshu-Chinese parallel corpus, the first publicly available dataset of its kind. Leveraging GPT-4-Turbo, with no prior exposure to Nüshu and only 35 short examples from NCGold, NüshuRescue achieved 48.69% translation accuracy on 50 withheld sentences and generated NCSilver, a set of 98 newly translated modern Chinese sentences of varying lengths. In addition, we developed FastText-based and Seq2Seq models to further support research on Nüshu. NüshuRescue provides a versatile and scalable tool for the revitalization of endangered languages, minimizing the need for extensive human input. All datasets and code have been made publicly available at https://github.com/ivoryayang/NushuRescue.
%U https://aclanthology.org/2025.coling-main.468/
%P 7020-7034
Markdown (Informal)

[NüshuRescue: Reviving the Endangered Nüshu Language with AI](https://aclanthology.org/2025.coling-main.468/) (Yang et al., COLING 2025)

ACL
联系我们 contact @ memedata.com