技能 数据科学 足球实体假设与验证

足球实体假设与验证

v20260416
football-entity-hypothesis
本技能指导用户系统性地识别和验证足球实体(球员或俱乐部)。当搜索结果提供初步线索,或当问题提供了足够的详细约束条件(如国籍、时代、联赛)进行假设时使用。核心步骤是构建针对性的名称搜索,并交叉比对所有约束(如出生年份、职业生涯等)以确保信息准确性。
获取技能
189 次下载
概览

Football: Entity Hypothesis & Verification

When to use

When search results surface a candidate player or club name that might be the answer, or when you can infer a likely entity from the constraints before searching.

Technique

When a candidate entity appears in search results, immediately construct a verification query using that name combined with other constraints from the question. Do not stop at the first mention — verify systematically.

Steps:

  1. From initial search results, extract any player/club names mentioned.
  2. Search "[entity name] Wikipedia" or "[entity name] [constraint from question]" to pull up the full profile.
  3. Check each constraint in the question against the profile: birth year, career timeline, club history, match details.
  4. If any constraint fails, discard and try the next candidate.

This also works proactively: if the question describes enough detail (nationality + era + league), hypothesize a candidate from knowledge, then search to verify.

Query Templates

  • "[player name] Wikipedia birth date career clubs"
  • "[club name] [player name] [specific event from question]"
  • "first [nationality] player Premier League [other constraints]"

Worked Examples

Abdisalam Ibrahim: Question described "first player from his birth country to play in the Premier League." Searched "first player from African country to play English Premier League" → found Abdisalam Ibrahim → verified with "Abdisalam Ibrahim Norway brothers birth date".

Anti-pattern

Finding a club name in results but not following up with a name-based search. Always track and verify every entity that appears — never ignore a lead.

信息
Category 数据科学
Name football-entity-hypothesis
版本 v20260416
大小 1.83KB
更新时间 2026-04-17
语言