23 lines
1.5 KiB
Markdown
23 lines
1.5 KiB
Markdown
# Docs Guard — Sources
|
|
|
|
Central bibliography. Operational guidance lives in the other references; read this file only when a source URL is needed.
|
|
|
|
## Contents
|
|
|
|
- Research on AI-generated documentation defects
|
|
- Documentation craft references
|
|
|
|
## Research on AI-generated documentation defects
|
|
|
|
- Kabir et al., "Is Stack Overflow Obsolete? An Empirical Study of the Characteristics of ChatGPT Answers to Stack Overflow Questions", CHI 2024 — 52% of answers contained incorrect information; evaluators missed AI errors 39% of the time: https://dl.acm.org/doi/10.1145/3613904.3642596
|
|
- CloudAPIBench, "On Mitigating Code LLM Hallucinations with API Documentation" (AWS, 2024) — 38.58% valid invocations for low-frequency APIs: https://arxiv.org/abs/2407.09726
|
|
- De-Hallucinator (2024) — LLMs routinely invent non-existent APIs; project-API grounding fixed 63.2% of hallucination-caused failures: https://arxiv.org/abs/2401.01701
|
|
- Spracklen et al., "We Have a Package for You!" (USENIX Security 2025) — package hallucination averages 19.6% across 16 models: https://www.usenix.org/conference/usenixsecurity25/presentation/spracklen
|
|
|
|
## Documentation craft references
|
|
|
|
- Diátaxis — the four documentation modes (tutorial, how-to, reference, explanation): https://diataxis.fr/
|
|
- Write the Docs — style guide collection: https://www.writethedocs.org/guide/writing/style-guides/
|
|
- RFC 5737 — IPv4 address blocks reserved for documentation: https://www.rfc-editor.org/rfc/rfc5737
|
|
- Google developer documentation style guide: https://developers.google.com/style
|