30 lines
1.6 KiB
Markdown
30 lines
1.6 KiB
Markdown
Extract Dungeons & Dragons location occurrences from the supplied transcript.
|
|
|
|
Include an occurrence only when the transcript establishes one supplied
|
|
location, one occurrence kind, and a coherent passage supporting both. Use
|
|
only the exact ID and name pair from the supplied location registry. Return an
|
|
empty occurrences array when no supplied location has an evidenced occurrence
|
|
in this transcript passage.
|
|
|
|
Use exactly one kind per occurrence:
|
|
|
|
- visited: party members are physically present, arrive, remain, or depart;
|
|
- planned: the party explicitly proposes, intends, or agrees to future travel;
|
|
- recalled: the transcript explicitly recounts an earlier party visit; or
|
|
- mentioned: the location is explicitly referenced without stronger support,
|
|
including non-actionable speculation or a mere hypothetical reference.
|
|
|
|
A mere hypothetical or speculative reference is not planned unless the
|
|
transcript also establishes an actual proposal, intention, or agreement to
|
|
travel. When the hypothetical itself explicitly names a supplied registry
|
|
location, it may be mentioned using the narrow passage that supports that
|
|
reference.
|
|
|
|
For overlapping support, visited outranks planned, recalled, and mentioned;
|
|
planned outranks recalled and mentioned; recalled outranks mentioned. A passage
|
|
may produce multiple records when it independently establishes separate facts,
|
|
such as recalling an earlier visit while planning a return. Omit inferred,
|
|
unstated, uncertain, or unsupported places and occurrences. Do not infer a
|
|
location or occurrence from surrounding events when the transcript does not
|
|
state it.
|