Loading...
Loading...
Compare original and translation side by side
AskUserQuestionAskUserQuestionAskUserQuestionAskUserQuestion with options like:
- "Temporal anomaly detection" — Find unusual patterns in when things happen
- "Behavioral clustering" — Group similar patterns to find outlier behaviors
- "Cross-field correlation" — Discover unexpected relationships between fields
- "Absence analysis" — Identify what's NOT in the data that should be
- "Custom analysis" — [Free text option for user-specified direction]Header: "Analysis Focus"
Question: "What patterns are you most interested in discovering?"
Options:
- "Engagement anomalies" — Posts that performed unusually well/poorly vs your baseline
- "Topic evolution" — How your interests shifted over time
- "Social network signals" — Who you engage with most and patterns in those interactions
- "Behavioral fingerprint" — Your unique timing, vocabulary, and stylistic signaturesAskUserQuestionAskUserQuestion with options like:
- "时间异常检测" — 发现事件发生时间中的异常模式
- "行为聚类" — 对相似模式分组,找出异常行为
- "跨字段关联" — 发现字段间的意外关联
- "缺失分析" — 识别数据中本应存在却缺失的内容
- "自定义分析" — [用户指定方向的自由文本选项]Header: "分析重点"
Question: "你最希望发现哪些模式?"
Options:
- "参与度异常" — 与基准表现相比表现异常好/差的帖子
- "主题演变" — 你的兴趣随时间的变化
- "社交网络信号" — 你互动最频繁的对象及互动模式
- "行为特征" — 你独特的时间规律、词汇和风格特征| Technique | What It Finds | When to Use |
|---|---|---|
| Temporal Fingerprinting | Activity rhythms, scheduling patterns | Any timestamped data |
| Ratio Analysis | Unusual proportions that suggest hidden behavior | Engagement metrics, financial data |
| Absence Detection | What's missing that should exist | Any dataset with expected patterns |
| Cross-Dataset Triangulation | Corroboration or contradiction across sources | Multiple data exports |
| Outlier Contextualization | Whether anomalies are errors or signals | After initial statistical analysis |
| Linguistic Forensics | Vocabulary shifts, tone changes over time | Text-heavy datasets |
| Network Topology | Connection patterns and clustering | Social/relationship data |
| Behavioral Segmentation | Distinct modes of operation | Activity logs, engagement data |
| 技术 | 可发现内容 | 适用场景 |
|---|---|---|
| Temporal Fingerprinting | 活动规律、日程模式 | 任何带时间戳的数据 |
| Ratio Analysis | 暗示隐藏行为的异常比例 | 参与度指标、财务数据 |
| Absence Detection | 本应存在却缺失的内容 | 任何有预期模式的数据集 |
| Cross-Dataset Triangulation | 跨数据源的佐证或矛盾 | 多份数据导出文件 |
| Outlier Contextualization | 异常是错误还是信号 | 初步统计分析之后 |
| Linguistic Forensics | 随时间变化的词汇、语气转变 | 文本密集型数据集 |
| Network Topology | 连接模式和聚类 | 社交/关系数据 |
| Behavioral Segmentation | 不同的操作模式 | 活动日志、参与度数据 |
CORRELATION: [brief title]
Source A: [dataset] — [specific finding]
Source B: [dataset] — [supporting/contradicting evidence]
Confidence: [high/medium/low]
Implication: [what this combined insight suggests]CORRELATION: [简短标题]
Source A: [dataset] — [具体发现]
Source B: [dataset] — [佐证/矛盾证据]
Confidence: [高/中/低]
Implication: [这一组合洞察表明了什么]{
"analysis_type": "data-sleuth",
"datasets_analyzed": ["list of sources"],
"findings": [
{
"title": "Finding title",
"category": "temporal|behavioral|linguistic|network|correlation",
"confidence": 0.0-1.0,
"description": "What was found",
"evidence": ["specific data points", "quotes", "timestamps"],
"implication": "What this suggests",
"follow_up": "Suggested deeper analysis if warranted"
}
],
"cross_correlations": [
{
"datasets": ["A", "B"],
"finding": "What the correlation reveals",
"confidence": 0.0-1.0
}
],
"methodology_notes": "How the analysis was conducted"
}{
"analysis_type": "data-sleuth",
"datasets_analyzed": ["list of sources"],
"findings": [
{
"title": "Finding title",
"category": "temporal|behavioral|linguistic|network|correlation",
"confidence": 0.0-1.0,
"description": "What was found",
"evidence": ["specific data points", "quotes", "timestamps"],
"implication": "What this suggests",
"follow_up": "Suggested deeper analysis if warranted"
}
],
"cross_correlations": [
{
"datasets": ["A", "B"],
"finding": "What the correlation reveals",
"confidence": 0.0-1.0
}
],
"methodology_notes": "How the analysis was conducted"
}