ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Inqui-Lab: Improving duplicate-detection
Personne n'a encore pris cette issue.
- Langage dominant
- Python
- Étoiles
- 18
- Forks
- 10
- Merge moyen
- 2 j 20 h
- PR mergées (30 j)
- 14
Description
Is your feature request related to a problem?
The pilot testing of the input app revealed inadequate duplicate detection, the need for a global knowledge base, and the correlation between duplicate detection and topic relevance. This lack affects processing effectiveness and user experience.
Describe the solution you'd like
- Keep duplicate detection separate from L2 scoring, using weighted averages in post-processing.
- Improve communication about duplicate detection accuracy (40–50%) and maintain a human-in-loop.
- Utilize the model's trained knowledge for cost-effective duplicate assessment.
- Integrate duplicate detection results as input for the next LLM stage.
- Adjust prompts to guide LLM on handling duplicate results and novelty scoring.
- Collaborate with the Input app team on prompt modifications while limiting Google search use.
Original issue
Context
Input app pilot testing (~2,000 dataset) surfaced missing duplicate detection, a desire for a global knowledge base, and duplicate detection linked to topic relevance. These are mostly prompt + pipeline changes.
Approach
Option 1:
- Keep duplicate detection independent of L2 scoring; handle it in post-processing via a weighted average (a flagged idea may still be strong relative to the cohort — a decision input, not a score penalty).
- Duplicate detection is ~40–50% accurate — communicate plainly, keep human-in-loop.
- Cheaper alternative to global web search: lean on the model's trained knowledge via rubric wording ("if the idea is generally common, score lower on novelty").
Option 2: - Feed the duplicate-detection result as an input into the next LLM stage (not done today).
- Prompt then instructs the LLM to consider the duplicate result and assign appropriate novelty scores.
- Need the Input app team's help on how they want the prompt changes shaped.
- Keep some scope for Google search but treat cautiously (nondeterministic wide search).
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Commencez par suivre le pipeline de détection des doublons et de scoring LLM dans le backend, puis examinez comment les prompts sont assemblés et comment Input app fournit les résultats. Confirmez avec l'équipe Input app la séparation, la transmission et le comportement de revue humaine souhaités. Le travail est terminé lorsque le signal de doublon convenu atteint l'étape LLM suivante et que son effet sur le scoring de nouveauté est documenté et testé.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- ai, backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- Calme
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100