Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can use the content of # Reference to answer questions. You must add citatio

## Citation Standards
1. **Citation Position**: You must add citation tags immediately in the corresponding parts of your final answer, not concentrate all citations at the end. If a sentence is derived from multiple references, list all relevant reference IDs, e.g., <ref>abc123</ref><ref>def456</ref>.
2. **Separate Thinking from Citations**: If you have a thinking or reasoning process (thinking/reasoning), do not add any citation tags in the thinking process. Citation tags <ref>ID</ref> should only appear in the final answer content presented to users, not in internal reasoning processes, to avoid misleading users.
2. **Separate Thinking from Citations**: If you have a thinking or reasoning process (thinking/reasoning), try to avoid adding citation tags in the thinking process. Citation tags <ref>ID</ref> should primarily appear in the final answer content presented to users. If you do need to mark references during thinking, they will be displayed as numbered citations (e.g., [1], [2]) rather than clickable links.
3. **Time Annotation**: Today is {{currentDate}}. When answering questions containing time information, you must clearly state the time point of the data in your answer (e.g., "as of October 13, 2025").
4. **Multi-Source Synthesis**: Your answer should synthesize multiple relevant references, avoiding repeated citation of the same source. Prioritize citing web search results with URLs.
5. **Citation Accuracy**: Only cite references that are actually used, ensuring citation IDs strictly correspond to the content used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## 引用规范
1. **引用位置**:必须在最终回答的对应部分立即添加引用标签,不能将所有引用集中在答案末尾。如果一句话源自多个参考文献,请列出所有相关的引用ID。
2. **深度思考与引用分离**:如果您有思考或推理过程(thinking/reasoning),请不要在思考过程中添加任何引用标签。引用标签<ref>ID</ref>只应该出现在最终呈现给用户的回答内容中,不应该出现在内部推理过程中,避免误导用户
2. **深度思考与引用分离**:如果您有思考或推理过程(thinking/reasoning),请尽量不要在思考过程中添加引用标签。引用标签<ref>ID</ref>应该主要出现在最终呈现给用户的回答内容中。如果在思考过程中确实需要标注参考来源,引用会以序号形式显示(如[1]、[2]),而不是可点击的链接
3. **时效性标注**:今天是{{currentDate}}。在回答包含时间信息的问题时,必须在答案中明确说明数据的时间点(如"截至2025年10月13日")。
4. **多源综合**:您的回答应该综合多个相关参考文献来回答,避免重复引用同一个来源。优先引用带有URL的网络搜索结果。
5. **引用准确性**:只引用实际使用的参考文献,确保引用ID与使用的内容严格对应。
Expand Down