技能 数据科学 足球线索深度追踪法

足球线索深度追踪法

v20260416
football-lead-tracking
这是一种用于深入研究足球主题的进阶搜索方法。它要求用户不只依赖原始问题,而是必须系统地追踪搜索结果中发现的每一个实体(如球员、俱乐部或教练)。将这些实体视为新的线索,通过结合发现的名称和原始问题中的约束条件,进行后续的二次搜索,确保知识链的完整性,不遗漏任何关键信息。
获取技能
219 次下载
概览

Football: Lead Tracking

When to use

Every time a search returns results containing player names, club names, or match references that could be relevant to the question. This is a discipline to apply throughout the search process.

Technique

Any person name or club name that appears in search results must be tracked and searched further. The most common failure mode in football questions is finding the right entity in results but not following up.

Tracking protocol:

  1. After every search, scan results for entity names (players, clubs, coaches).
  2. For each new entity, immediately search "[entity name] [most distinctive remaining constraint]".
  3. If the entity satisfies one constraint, keep searching to verify the rest.
  4. Maintain a mental list of all candidate entities found so far — do not lose track of earlier leads when pursuing new ones.

This applies especially to intermediate entities: a club name might lead to a player, or a match record might lead to a coach. Follow the chain.

Query Templates

  • "[newly found name] [next constraint to verify]"
  • "[club name] player [event from question]"
  • "[player name] [club name] [year] [specific match detail]"

Worked Examples

Sol Campbell: Searched match details → found "Bolton vs Arsenal" → tracked both team names → searched "2001-02 Premier League table Arsenal Bolton wins" → identified the specific match and player.

Amr Zaki: Found "Wigan Athletic" from FA Cup search → tracked the club name → searched "Wigan Athletic player retirement August 2014" → found Amr Zaki.

Anti-pattern

Finding a candidate club name in results but then re-combining original question descriptions for a new search instead of using the found entity name. Always use discovered names as the next search keyword.

信息
Category 数据科学
Name football-lead-tracking
版本 v20260416
大小 1.94KB
更新时间 2026-04-18
语言