Potato 2.0, ACL 2026에서 발표
Potato 2.0에 관한 논문이 ACL 2026 시스템 데모 부문에 실렸습니다. 논문 내용과 Potato 인용 방법을 정리했습니다.
Potato 2.0이 ACL 2026 시스템 데모 부문(System Demonstrations)에 발표되었습니다. 이 논문은 현재의 Potato를 설명합니다. 텍스트, 오디오, 이미지, 비디오에 걸친 39가지 주석 작업 유형, AI 에이전트의 출력을 레이블링하는 지원, 그리고 한 명의 주석자가 LLM과 협업하며 프롬프트를 반복적으로 다듬어 가는 AI-in-the-loop 워크플로입니다. 연구에 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 인용 방법
@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 논문이 여전히 올바른 참고 문헌입니다.
@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를 사용하고, 이슈를 남기고, 저희가 미처 생각하지 못한 주석 작업을 보내 주신 모든 분께 감사드립니다. Potato로 무언가를 만드셨다면 GitHub에서 알려 주세요.