Skip to content

Commit b309617

Browse files
committed
revise prompt for deep research
1 parent ed8ca9f commit b309617

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ark/deep_research.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ def build_research_query(config: dict) -> str:
114114

115115
query_parts.append(
116116
"\nProvide the output as a well-structured research report in Markdown. "
117-
"For every paper you reference, always include: full paper title, first author surname, year, and venue. "
117+
"For every paper you reference, always include: the EXACT paper title as it appears on the publication, "
118+
"first author surname, year, and venue. "
119+
"Do NOT paraphrase or reconstruct paper titles from memory — use the exact title. "
118120
"Do NOT use only abbreviations (e.g. write 'Time-series Generative Adversarial Networks (TimeGAN) by Yoon et al., 2019, NeurIPS' "
119121
"instead of just 'TimeGAN'). This is critical for automated citation retrieval. "
120122
"Do NOT include BibTeX entries — they will be fetched separately."

0 commit comments

Comments
 (0)