Search Results
Showing results for "passage-ranking"
No image available
Self-Improving Search/Relevance System: Guarded Changes
Design a plan to self-improve ranking/retrieval safely: offline eval sets, interleaving/AB tests, bias checks, and rollback on metric drops.
Tags:
search,
relevance,
offline-evals,
AB-testing,
bias,
rollback
Author: Assistant
Category: safe-self-improving-ai | Model: gpt-5.2
No image available
Snippets and Highlighting: Show Why It Matched
Design snippet generation: pick supporting passages, highlight query terms/entities, and store offsets for UI rendering. Include how to avoid misleading snippets.
Tags:
snippets,
highlighting,
UX,
passage-ranking,
evidence
Author: Assistant
Category: research-bot | Model: GPT-5.2
No image available
Source Quality Scoring: Trust, Expertise, Freshness
Create a source scoring rubric: domain trust, author expertise, citations, recency, and conflicts of interest. Output a weighted scoring model and how to tune it per domain.
Tags:
source-quality,
ranking,
trust,
recency,
scoring
Author: Assistant
Category: research-bot | Model: GPT-5.2
No image available
URL Frontier: Prioritization for Research Relevance
Design a URL frontier with ranking signals: relevance to query, freshness, link context, domain trust, and duplication risk. Include pseudocode-level description and metrics.
Tags:
frontier,
prioritization,
ranking,
crawling,
IR
Author: Assistant
Category: research-bot | Model: GPT-5.2
No image available
Ranking Strategy: Blend Relevance + Trust + Freshness
Design a ranking formula: lexical relevance, semantic similarity, trust score, freshness decay, and diversity penalty. Include how to tune weights and validate offline/online.
Tags:
ranking,
relevance,
freshness,
trust,
diversity
Author: Assistant
Category: research-bot | Model: GPT-5.2
No image available
Ranked Climb Strategy: Consistency Over Streaks
Design a ranked climb strategy: warm-up, session limits, tilt control, hero/role pool strategy, and performance metrics beyond win/loss. Include a ‘bad day’ protocol to stop bleeding rating.
Tags:
ranked,
ladder,
consistency,
tilt,
performance
Author: Assistant
Category: gaming-metaverse | Model: gpt-5.2
No image available
Reading: Vocabulary System for Academic Texts
Build a 30-day academic vocabulary system: word families, collocations, spaced repetition schedule, and a method to learn from reading passages. Include a template for a personal vocab deck.
Tags:
TOEFL,
reading,
vocabulary,
SRS,
academic,
2026
Author: Assistant
Category: toefl-2026 | Model: gpt-4o
No image available
Agent Memory Strategy: Short-Term vs Long-Term
Create a memory architecture: scratchpad, episodic memory, semantic memory, and “facts of record.” Include retention rules, privacy, deduplication, and retrieval ranking.
Tags:
memory,
RAG,
privacy,
retention,
retrieval
Author: Assistant
Category: agent-architecture | Model: GPT-5.2
No image available
Learning to Rank Starter (Grad)
Train a simple LTR model with handcrafted features (BM25 score, title match, click priors). Provide cross-validation setup and feature importance chart.
Tags:
IR,
learning-to-rank,
features,
ranking,
grad
Author: Assistant
Category: ml-lab-IR | Model: gpt-4o
No image available
Algorithmic Bias Clinic (IR/MBA)
Run a bias assessment on search ranking: define fairness metrics, measure on subsets, and propose mitigations and business impact.
Tags:
IR,
bias,
fairness,
metrics,
MBA
Author: Assistant
Category: ethics-and-impact-IR-MBA | Model: gpt-4o
No image available
IR System Design Interview (Postdoc)
Answer a design prompt: scholarly search with citation grounding. Provide indexing pipeline, re-ranking, and dedupe heuristics with diagrams.
Tags:
IR,
system-design,
scholarly,
postdoc,
diagrams
Author: Assistant
Category: advanced-design-exercise-IR | Model: gpt-4o
No image available
RAG 2.0: Freshness & Faithfulness
Architect a retrieval stack with hybrid search, temporal decay, dedup, and passage-level citation anchors. Define fact-grounding checks and failure messages; include freshness reindex cadence.
Tags:
LLM,
RAG,
hybrid,
temporal-decay,
citations,
freshness
Author: Assistant
Category: retrieval-grounding-LLM | Model: gpt-4o
No image available
LoRA/QLoRA Strategy
Recommend when to use LoRA/QLoRA vs full finetune. Define rank search, target layers, and quantization-aware adapters. Include memory/perf tables per GPU class.
Tags:
LLM,
LoRA,
QLoRA,
finetuning,
adapters,
GPU
Author: Assistant
Category: parameter-efficient-tuning-LLM | Model: gpt-4o
No image available
BH Spare Parts Min-Max Policy
Create a min-max policy for critical spares in Belo Horizonte. ABC rank, lead time buffers, consignment options, and stock-out risk modeling.
Tags:
spares,
inventory,
ABC,
Belo Horizonte,
maintenance,
policy
Author: Assistant
Category: MRO-inventory-optimization | Model: gpt-4o
No image available
eVTOL Concept Brief & Trade Study
Act as an aerospace systems lead. Draft a concept of operations (CONOPS) for a 4–6 seat eVTOL. Specify mission profile, range, payload, speed, reserves, and turnaround times. Produce a trade study com...
Tags:
aircraft,
evtol,
conops,
trade-study,
certification,
range
Author: Assistant
Category: aerospace-design | Model: gpt-4o
No image available
Recency-Aware Ranking & Freshness
Design a time-decay model that boosts fresh, authoritative sources. Include publisher priors, sitemap/news bias, and re-crawl triggers. Output evaluation with time-split test sets.
Tags:
ranking,
recency,
freshness,
news,
re-crawl
Author: Assistant
Category: ranking-freshness | Model: gpt-4o
No image available
Human-in-the-Loop UI for Evidence
Design a UI: inline citations, hover previews, source quality badges, and ‘expand to passage’. Include keyboard flows and accessibility specs (WCAG). Output wireframes and event schema.
Tags:
UX,
UI,
citations,
accessibility,
wireframes
Author: Assistant
Category: product-UX-research | Model: gpt-4o
No image available
Knowledge Graph + Vector Fusion
Specify a KG-augmented RAG: entity/link extraction → KG lookup → vector recall → late fusion ranking. Provide ranking features (entity overlap, path length), and a sample Gremlin/SPARQL query pack.
Tags:
knowledge-graph,
RAG,
fusion,
ranking,
entities
Author: Assistant
Category: hybrid-retrieval-kg | Model: gpt-4o
No image available
Attribution-Aware Eval Harness
Build an eval that scores ground-truth attribution (exact passage match), answer faithfulness, and coverage. Provide dataset schema and a nightly regression plan.
Tags:
evaluation,
attribution,
faithfulness,
coverage,
datasets
Author: Assistant
Category: evaluation-frameworks | Model: gpt-4o
No image available
Learning to Rank for Evidence
Train an LTR model to order passages by usefulness. Define features (BM25, dense score, novelty, redundancy), labels, and offline/online eval plan.
Tags:
ranking,
LTR,
features,
labels,
evaluation
Author: Assistant
Category: retrieval-ranking-ml | Model: gpt-4o
No image available
TOEIC Reading Comprehension (Part 7)
Provide a mixed set (email, notice, article, multi-passage) with questions for gist/detail/inference. Add timing splits and skimming checkboxes.
Tags:
TOEIC,
reading,
part7,
comprehension,
skimming
Author: Assistant
Category: reading-sets-TOEIC | Model: gpt-4o
No image available
TOEFL Reading Skim/Scan Trainer
Create a TOEFL-style reading passage (700–900 words) with 10 questions covering gist, detail, inference, function, and vocab-in-context. Include a skim/scan stopwatch drill, answer key, and why-wrong ...
Tags:
TOEFL,
reading,
comprehension,
strategies,
practice
Author: Assistant
Category: reading | Model: gpt-4o
No image available
IR Drop and EM Co-Optimization (BSPDN)
Create a power integrity plan using backside power delivery and buried power rails. Include PDN topology, stripe pitch, via stacking, decap budgeting, vectorless vs vector-based IR analysis, EM rules,...
Tags:
IC,
PDN,
IR-drop,
EM,
BSPDN,
buried-power-rail
Author: Assistant
Category: chip-design | Model: gpt-4
No image available
China — Street‑Food Heat Index Crawl: northern dumplings & steamed buns
Plan a winter street‑food crawl in China around northern dumplings & steamed buns. Output a table with: rank, stall/name, exact spot (market/station), signature dish, spice/heat index (0–5), best time...
Tags:
winter|food|china|street‑food-heat-index-crawl
Author: Inspire Search Corp.
Category: Culinary (Winter) | Model: gpt-5-thinking
No image available
Japan — Street‑Food Heat Index Crawl: regional nabe (yose, chanko, motsu)
Plan a winter street‑food crawl in Japan around regional nabe (yose, chanko, motsu). Output a table with: rank, stall/name, exact spot (market/station), signature dish, spice/heat index (0–5), best ti...
Tags:
winter|food|japan|street‑food-heat-index-crawl
Author: Inspire Search Corp.
Category: Culinary (Winter) | Model: gpt-5-thinking
No image available
Manila – Old & New — Symmetry & Leading Lines Scavenger
Create a symmetry/leading‑lines scavenger list for Manila, Philippines. Provide 15 locations where converging lines or reflections dominate. Deliver as a table: rank, spot, why_it_works, recommended_f...
Tags:
asia|philippines|manila|intramuros|skyscraper|photography
Author: Inspire Search Corp.
Category: Travel Photography (Asia) | Model: gpt-5-thinking
No image available
CRO Hypotheses Bank from Evidence
Goal: generate CRO hypotheses backed by evidence. Data: funnels, heatmaps, surveys, NPS, session replays. Steps: 1) Aggregate pain points; 2) Map to heuristics (clarity, friction, motivation); 3) Prio...
Tags:
cro;hypotheses;prioritization
Author: Tsubasa Kato
Category: Web Analytics | Model: GPT-5 Thinking
No image available
Traffic Source Quality & UTM Hygiene Audit
Goal: audit source/medium quality and UTM hygiene for {START_DATE}–{END_DATE}. Data: GA4 BigQuery export `{PROJECT}.{DATASET}.events_*`, ad platform logs, server-side UTMs. Steps: 1) Classify sessions...
Tags:
ga4;bigquery;utm;source-quality
Author: Tsubasa Kato
Category: Web Analytics | Model: GPT-5 Thinking
No image available
Global Risk Radar
Use daily global headlines to produce a ranked list of emerging risks by impact and likelihood. Provide early warning for possible black-swan developments.
Tags:
risk analysis,
news scanning,
forecast
Author: Tsubasa Kato
Category: Risk Intelligence | Model: GPT-5
No image available
Hidden Creator/Talent Scouting Framework
You are a talent scout. Given {niches} and {regions}, build a ranked long‑list of emerging creators (1k–50k followers) with high up‑and‑to‑the‑right momentum.
Method: use public signals (posting caden...
Tags:
talent-scouting,
micro-influencers,
discovery,
ranking,
outreach
Author: Tsubasa Kato
Category: Market Research | Model: gpt-5
No image available
Market Map & Signal‑Weighted Scoring
Create a market map for {space}. Buckets: Infra, Tooling, Apps, Services, Community.
Propose a 0‑100 scoring rubric with weights for Momentum, Distribution, Moat, Team, Signal Quality.
Score {entities...
Tags:
market-map,
scoring,
rubric,
ranking,
signals
Author: Tsubasa Kato
Category: Market Research | Model: gpt-5
No image available
Brainstorm Breadth Then Focus
Generate 10 diverse ideas for {{topic}} across people, process, product, promotion, and platform. Score each 1–5 for impact, effort, fun. Present the ranked top 3 with concrete next steps and a 24-hou...
Tags:
brainstorm;ideas;prioritization;execution
Author: ChatGPT
Category: Brainstorming | Model: gpt-5
No image available
Low‑Carbon ML Training Cookbook
For {{model_family}} training on {{hardware}}:
- Estimate energy/emissions baseline
- Apply: low-rank adapters, distillation, AMP, token pruning, data curation
- Carbon-aware job placement
Provide a t...
Tags:
ML-training,
optimization,
carbon,
efficiency,
GPU
Author: Tsubasa Kato
Category: mlops | Model: gpt-5-thinking
No image available
JTBD Interview Script Builder
Create a Jobs-To-Be-Done interview script to uncover high-value problems for {{app_niche}}.
Include:
- 10 warm-up questions
- 10 timeline + switching questions
- 10 push/pull/barriers questions
- Cons...
Tags:
JTBD,
customer-interviews,
ideation,
X,
TikTok,
YouTube
Author: Tsubasa Kato
Category: ideation | Model: gpt-5-thinking
No image available
Biotech (Edu): Protein Docking Concept
Design a purely educational docking simulation plan with public PDB examples only. Deliver: objective, dataset list, feature extraction, baseline (shape complementarity), KPIs (rank@k), error analysis...
Tags:
biotech,
protein,
education,
docking,
reproducibility
Author: Tsubasa Kato
Category: Simulation | Model: GPT-5 Thinking
No image available
Small Biz: 14-Day AI Agent Sprint
Act as an AI rollout lead for a sub-50 person company. Deliver a 14-day plan: use cases ranked by ROI/risk, 2 quick-win agents (inbox triage, FAQ/RAG), minimal governance (human-in-the-loop), success ...
Tags:
small,
quick win,
14-day,
sprint,
agents
Author: Tsubasa Kato
Category: Strategy | Model: GPT-5 Thinking
No image available
Quantum-Inspired Algorithm Ideator
Back to Home