paper_writing

Writes and revises speech-language processing research papers with hallucination prevention and LaTeX workflows.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/sayonari/claude-skills --skill paper-writing-sayonari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper_writing
Source: https://github.com/sayonari/claude-skills/tree/main/paper_writing
Command: npx skills add https://github.com/sayonari/claude-skills --skill paper-writing-sayonari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing academic papers for venues like Speech Communication, IEEE/ACM Transactions, Interspeech, and ICASSP involves high risks of AI-generated hallucinations (fabricated references, invented statistics), inconsistent English style, and LaTeX compilation errors. This Skill provides an end-to-end workflow that enforces source-traceable numbers, verified citations, and field-appropriate writing style. ## Core Features & Use Cases - Hallucination Prevention: Enforces a three-principle citation rule (well-known, PDF-downloadable, content-verified) and classifies every numeric value as directly sourced, derived, Python-verified, or unverified, with unverified values strictly forbidden. - End-to-End Workflow: Covers project setup, source scanning, related-work table verification, section-by-section drafting, numeric validation scripts, compilation via compile.sh, and submission packaging. - Style Control: Ships corpus-measured style data (62,977 papers from ICASSP/Interspeech) defining banned AI-sounding words, human-marker phrases, sentence-length targets, and venue-specific conventions. - Use Case: When drafting a journal paper from a master's thesis and prior conference papers, the Skill extracts all facts from the reference folder, builds a verified bibliography spreadsheet, writes each section in recommended order, and produces a submission-ready PDF with revision marks toggled off. ## Quick Start Ask the AI to start a new paper writing project using the paper_writing skill and point it to your reference materials folder.

Frequently Asked Questions about paper_writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent AI hallucinations in academic paper writing?

Apply the three-principle citation rule: only cite papers that are well-known, have downloadable PDFs, and whose content you have actually read and verified. Classify every numeric value by source traceability and delete any value not backed by your reference materials.

How to write a paper for Interspeech or ICASSP with LaTeX?

Obtain the official template for the target year, place it in your manuscript folder, and compile only through a compile.sh script. Follow the recommended writing order starting with Task/Data and Method, ending with Abstract, and verify all numbers against source documents.

What words should I avoid to not sound AI-generated in papers?

Avoid words like underscore, pivotal, nuanced, intricate, delve, seamless, realm, and phrases like sheds light on or plays a crucial role. Corpus measurements from 62,977 ICASSP and Interspeech papers show these spiked after 2024 due to LLM usage.

Why does elsarticle fail to compile with pdflatex?

When elsarticle is loaded with the dvipdfmx option, pdflatex produces a backend inconsistency error. Use the platex or uplatex plus dvipdfmx pipeline instead, wrapped in a compile.sh script that cleans intermediate files first.

How do I verify a related work comparison table?

Check each cell against the original paper, since comparison tables are the most scrutinized section. Common errors include listing model names as task names, wrong output types, and incorrect language or online-support claims.

Can I cite a paper if I cannot download its PDF?

No, citing without reading the full text risks hallucinated claims. Try alternate sources like arXiv, ACL Anthology, or author pages, ask a colleague with access, or replace the claim with a verifiable alternative citation.