A developer uses independent review instances to catch subtle issues that self-review misses. Which approach best handles documents with varied structures like inline citations versus bibliographies?
- A.Rejecting documents that do not match a predefined standard template format
- B.Adding few-shot examples demonstrating correct extraction from each document structure type
- C.Manually preprocessing all documents to a uniform structure before extraction
- D.Using a single generic prompt that assumes all documents follow identical structures
Correct answer: B
Few-shot examples for varied structures enable correct handling without manual preprocessing.