export_evidence_matrix_v1
Export paper-level and claim-level evidence matrices for a community or topic, with output in JSON or CSV and optional document count limit.
Instructions
导出证据矩阵
导出 PaperMatrix(论文级)和 ClaimMatrix(结论级)两张表。
Args: comm_id: 社区 ID(与 topic 二选一) topic: 主题名称或 canonical_key(与 comm_id 二选一) format: 输出格式,"json" 或 "csv" limit_docs: 限制文档数量
Returns: paper_matrix 和 claim_matrix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comm_id | No | ||
| topic | No | ||
| format | No | json | |
| limit_docs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||