1 minute read

CVPR 논문 camera ready를 준비할 때 사용한 prompt. writing을 전부 대체하는 것이 목적이 아닌, 기존 작성내용에서 문법오류가 어색한 표현을 교정하기 위한 목적이다.

ChatGPT 5.4, Gemini 3.1, Claude Opus 4.6 세가지로 테스트해봤고, 개인적 만족도는 Opus > Gemini > ChatGPT 순이었다. Opus의 경우, 숫자 불일치나 디테일한 문법 교정에 매우 효과적이다. Gemini는 tex 파일 내에 주석 처리한 것들도 분석해서 답변하는 문제가 있다. 또한 프롬프트 인젝션에 가장 취약한데, 논문 내에서 LLM 프롬프트를 보고할 경우에 문제가 된다. ChatGPT는 tex파일에 존재하지 않는 가상의 문법오류를 창조해서 수정하는 hallucination 문제가 발생한다.

구체적인 사용법은 다음과 같다. 아래의 prompt를 복사+붙여넣기한 후, 자신의 현 작성 버전의 tex 파일을 첨부한다 (main.tex).

pdf 파일로 첨부할 경우 파싱 과정에서 수식이나 정보 일부가 소실되므로, tex 파일 레벨에서 물어보는게 적절하다. 첫 2문장은 각자 자신의 논문 주제에 해당하는 키워드로 적절히 교체해준다.

You are a senior {field} researcher.
Your current research topic is {topic}.
Your current task is to proofread the current camera ready paper writing.
The targeted conference is CVPR 2026, a top-tier computer vision conference.
Organize and provide pairs of current writing and suggested fix.

Checklist:
- Misspelling
- Wrong grammar
- Unnatural sentence
- Wrong numerical values

Current writing (latex format):
- main.tex

field example: 3D Computer Vision

topic example: generating 3D hand-object interactions from text prompts using Gaussian Splatting, SDS loss, and VLM.

Categories:

Updated: