Announcements2 min read
Potato 2.0 亮相 ACL 2026
我们关于 Potato 2.0 的论文收录于 ACL 2026 系统演示分册。本文介绍论文内容以及如何在你的工作中引用 Potato。
Potato Team
Potato 2.0 已发表于 ACL 2026 系统演示分册(System Demonstrations)。 这篇论文描述了 Potato 如今的样子:覆盖文本、音频、图像和视频的 39 种标注任务类型,对标注 AI 智能体输出的支持,以及一种人在回路、与 AI 协作的工作流——由一位标注者与 LLM 协同,通过迭代式的提示词优化来完成标注。如果你在研究中使用 Potato,这就是应当引用的论文。
你可以在 ACL Anthology 上阅读全文。
论文涵盖的内容
Potato 的第一篇论文发表于 EMNLP 2022,描述的是一个基于配置的文本标注工具:写一个 YAML 文件,就能得到可用的界面,省去定制前端代码。这一思路至今依然成立,但此后这个工具早已远远超出了文本范畴。
Potato 2.0 记录了随着这一发展而出现的能力:
- 现在这 39 种任务类型覆盖文本、音频、图像和视频,因此一份配置就可以描述情感量表、音频事件时间线、边界框任务或视频评分。
- 当人们开始评测 LLM 和智能体时,Potato 增加了对智能体轨迹、工具调用以及多步输出的展示,标注者可以直接对其打标。
- 一位标注者和一个 LLM 可以共同完成同一个任务,标注者一边推进一边优化提示词,而不必逐条手动标注。
如需了解其中任意一点的详细版本,功能文档有更深入的说明。
Potato 的发表记录
Potato 已多次出现在研究文献中。对于大多数用途,请引用 ACL 2026 的论文。
- Potato 2.0: A Comprehensive Annotation Platform with AI-in-the-Loop Support. Jurgens、Chen 与 Iyer。ACL 2026,第 3 卷:System Demonstrations。ACL Anthology
- Potato: The Portable Text Annotation Tool. Pei 等。EMNLP 2022:System Demonstrations。ACL Anthology · arXiv
Potato 的演示还获得了 HCOMP 2024 最佳演示奖。
如何引用 Potato
bibtex
@inproceedings{jurgens-etal-2026-potato,
title = "Potato 2.0: A Comprehensive Annotation Platform with {AI}-in-the-Loop Support",
author = "Jurgens, David and Chen, Michael and Iyer, Lina",
booktitle = "Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
pages = "374--386",
url = "https://aclanthology.org/2026.acl-demo.37/",
}如果你专门引用最初的文本标注工作,EMNLP 2022 的论文仍然是正确的参考文献:
bibtex
@inproceedings{pei-etal-2022-potato,
title = "{POTATO}: The Portable Text Annotation Tool",
author = "Pei, Jiaxin and Ananthasubramaniam, Aparna and Wang, Xingyao and Zhou, Naitian and Dedeloudis, Apostolos and Sargent, Jackson and Jurgens, David",
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
month = dec,
year = "2022",
address = "Abu Dhabi, UAE",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2022.emnlp-demos.33/",
pages = "327--337",
}感谢所有使用过 Potato、提交过 issue,以及发来我们未曾设想的标注任务的人。如果你用它做出了什么,欢迎在 GitHub 上告诉我们。