RespondeoQA
收藏资源简介:
RespondeoQA是由马萨诸塞大学和纽约大学联合构建的首个拉丁语-英语双语问答基准数据集,包含7,800组涵盖语法、翻译、韵律分析等多元题型的问题对。数据源自19世纪至今的教学资源,包括标准化考试、竞赛题目及古籍教材扫描件,经OCR提取和人工校验后形成结构化数据。该数据集专为评估大语言模型在低资源历史语言领域的推理能力而设计,填补了拉丁语任务型评估的资源空白,可支持机器翻译、跨语言问答等研究方向。
RespondeoQA is the first Latin-English bilingual question answering benchmark dataset jointly constructed by the University of Massachusetts and New York University. It contains 7,800 question pairs covering diverse question types such as grammar, translation, and prosody analysis. The data is sourced from teaching resources spanning from the 19th century to the present, including standardized tests, competition questions, and scanned copies of ancient textbooks, and is formed into structured data after OCR extraction and manual verification. This dataset is specifically designed to evaluate the reasoning capabilities of large language models (LLMs) in low-resource historical language domains, filling the resource gap in task-oriented evaluation for Latin language tasks, and can support research directions such as machine translation and cross-lingual question answering.
数据集概述:RespondeoQA
RespondeoQA 是一个用于评估双语(拉丁语-英语)问答能力的基准数据集。
核心信息
- 来源论文:由 Marisa Hudspeth、Patrick J. Burns 和 Brendan OConnor 撰写的《RespondeoQA: a Benchmark for Bilingual Latin-English Question Answering》。
- 语言方向:拉丁语-英语双语问答。
数据内容
- 最终数据集:位于
data/final_dataset文件夹中。 - 原始资料:
- 教科书PDF扫描件:位于
data/pdfs文件夹。 - 经OCR处理后的原始文本:位于
data/raw_text文件夹。
- 教科书PDF扫描件:位于
配套代码
代码存放于 scripts 文件夹,涵盖以下流程:
- OCR处理:对PDF进行光学字符识别(
scripts/ocr/)。 - 结构化输出:通过正则表达式、大型语言模型(LLM)及人工审核将原始文本转为结构化数据(
scripts/structured_output_scripts/)。 - 模型运行:在数据集上运行LLM(
scripts/run_models_scripts/)。 - 评估:评估模型回答的正确性(
scripts/evaluation_scripts/)。

- 1RespondeoQA: a Benchmark for Bilingual Latin-English Question Answering马萨诸塞大学阿默斯特分校·曼宁信息与计算机科学学院; 纽约大学·古代世界研究所 · 2026年



