DEPRECATED_Matcher (Version 2) for Automated Task Alignment in the Genomic API for Model Evaluation (GAME)
Notice bibliographique
Résumé
This record provides a Matcher container that runs an automated task alignment service powered by a local LLM using Ollama, to perform semantic ontology matching. It bundles the gemma3:12b model and all necessary Python dependencies to map fuzzy, free-text user inputs to canonical terms from a controlled vocabulary. It operates as a standalone TCP server, accepting JSON-formatted requests and returning the best-matched term. Matcher V2: Recursive Tournament This version is a direct evolution of V1. It introduces a significant algorithmic and accuracy improvements for greater scalability. It retains the core architecture of V1 -- a robust framework for LLM-based entity matching in three key genomic domains: cell types, species, and binding molecules (e.g., Transcription Factors, Histone Modifications). Core Functionality and Improvements from V1 LLM-Powered Matching: Utilizes the gemma3:12b model via the Ollama framework to understand the semantic content of a user's input term. Prompting: Employs sophisticated, few-shot prompt engineering to guide the LLM's reasoning. Recursive Tournament Algorithm: The "Chunk-and-Compete" method of V1 is upgraded to a more scalable, multi-stage recursive tournament. Chunking: The extensive list of potential choices is broken down into smaller, manageable chunks (e.g. of 20 items). The LLM then finds the best candidate ("champion") within each chunk. Recursive Chunking: After the initial chunking round, the algorithm checks the number of resulting champions. If it exceeds the chunk size, it treats the champions as a new list to be chunked and runs another elimination round. This process repeats recursively, like a tournament bracket, until a small group of finalists remains for the final decision. This ensures the matcher can gracefully handle massive choice lists without failure. Enhanced Granularity Matching: The prompt for cell_type matching has been refined with new instructions and examples. V2 is now better able to discern the required level of detail. For instance, given the input mammary epithelial cell, it can correctly choose "mammary epithelial cell female" over the more specific "mammary epithelial cell female adult (23 years)" from a list of choices, and vice-versa if the input is more specific. This leads to more contextually appropriate matches. Running the container Ensure Apptainer is intalled in the system the container is intended to run. Always run the Matcher first, so it can listen for incoming connections from Predictors: apptainer run --containall --nv matcher_v2.sif MATCHER_IP MATCHER_PORT Note on Flags: --nv: This flag enables NVIDIA GPU support inside the container. It is essential for performance, as the LLM requires GPU acceleration for timely inference. --containall: This flag ensures the container is fully self-contained. It prevents the container from accessing the user's home directory or other host system files, guaranteeing that the service runs with only the software and libraries packaged within it for maximum reproducibility. Additional information about the GAME framework can be found on GitHub: Genomic API for Model Evaluation
Récupéré en direct depuis OpenAlex et désinversé. Les résumés ne sont pas conservés dans cette base de données : les index inversés représentent 8,6 Go des 9,3 Go de texte de la base, et le serveur dispose de 13 Go libres.
Comment cette classification a été obtenuedéplier
Prédiction machine sur la base complète
Imitation des enseignantsNi prévalence calibrée, ni vérité terrain. Validation humaine à venir. Le volet Gemma est une étiquette directe du modèle pour chaque travail de la base, lue sur la notice réduite au titre. Le volet Codex est un classifieur appris des 10 348 étiquettes directes de Codex et calibré sur les taux pondérés de l'échantillon; les champs sans appui suffisant ne portent aucun appel Codex. Le mode candidate est l'union des deux volets; le consensus est leur intersection. Ces sorties portent le statut machine_predicted_unvalidated et ne sont pas des étiquettes humaines.
Scores du classifieur distillé par catégorie (deux têtes)
| Catégorie | Codex | Gemma |
|---|---|---|
| Métarecherche | 0,002 | 0,007 |
| Méta-épidémiologie (sens strict) | 0,003 | 0,002 |
| Méta-épidémiologie (sens large) | 0,001 | 0,002 |
| Bibliométrie | 0,001 | 0,001 |
| Études des sciences et des technologies | 0,001 | 0,000 |
| Communication savante | 0,003 | 0,003 |
| Science ouverte | 0,004 | 0,005 |
| Intégrité de la recherche | 0,002 | 0,003 |
| Charge utile insuffisante (le modèle a refusé de juger) | 0,119 | 0,065 |
Scores machine (provisoires)
Les deux têtes enseignantes du modèle étudiant, lues sur ce travail. Un score ordonne la base pour la relecture; il n'affirme jamais une catégorie, et le statut de validation accompagne chaque rangée tel quel.
Scores de référence d'un modèle non mature (critères de maturité non atteints, 7 itérations). Un score ordonne; il n'affirme jamais une catégorie.
score_only:v0-immature-baseline · tel quel depuis la passe de notation : score_only signifie que le nombre peut ordonner les travaux, et qu'aucune étiquette de catégorie n'en découleClassification
machine, non validéePrédiction automatique; un appel candidat d’une seule source (Gemma direct ou Codex distillé), pas un consensus.
Le détail, modèle par modèle et score par score, se trouve en fin de page sous « Comment cette classification a été obtenue ».