Skip to content

Commit 0fa0aad

Browse files
Update categories
1 parent 9b285ed commit 0fa0aad

7 files changed

Lines changed: 180 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pythonpath = ["."]
4949
[dependency-groups]
5050
dev = [
5151
"ipykernel>=6.29.5",
52+
"matplotlib>=3.10.3",
5253
"pillow>=11.2.1",
5354
"pytest-asyncio>=0.26.0",
5455
"types-docker>=7.1.0.20241229",

tasks/flowmap_overfit_scene/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo:
44
url: "https://github.com/dcharatan/flowmap"
55
commit: 578a515
66
papers: [smith2024flowmap]
7-
category: 3d_vision
7+
category: misc # 3d_vision
88
requires: cuda
99
description: Overfit FlowMap on an input scene to determine camera extrinsics for each frame in the scene.
1010
arguments:

tasks/llmaix_extract_text/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo:
1010
# You may also leave this empty if the repository does not require any tokens/secrets.
1111
# HF_TOKEN: "${env:HF_TOKEN}" # Example environment variable that sets HF_TOKEN to the local environment variable HF_TOKEN.
1212
papers: [wiest2024llm] # List of papers that this task is based on. Papers are specified by their IDs in the papers.bib file.
13-
category: pathology # Category of the task.
13+
category: llms # Category of the task.
1414
description: Preprocess various input files into a standardized structure - a list of the texts. The list can contain multiple texts in case of .csv and .xlsx input files. In some cases, OCR needs to be applied or even enforced to get the correct text from a pdf (or image) document. # Description of the task. This should be 1-3 sentences in length, explaining to the LLM what this tool should do.
1515
arguments:
1616
# List of arguments of the task. Each argument is a dictionary with the keys "name", "description", and "type".

tasks/mopadi_generate_counterfactuals/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo:
88
papers: [zigutyte2024mopadi]
99
category: pathology
1010
requires: cuda
11-
description: Generate counterfactual explanations for the top 3 tiles per patient by manipulating them with a specific amplitude, such that the predicted class of each counterfactual image flips to the opposite class (i.e., the predicted output for the opposite class exceeds 0.9), while avoiding excessive overmanipulation. Use a pretrained diffusion autoencoder according to the cancer type, combined with a corresponding MIL classifier trained to distinguish biologically meaningful histological patterns. You will be provided with the path to the folder containing images, the clinical table with each patients target label values, and the folder containing pre-extracted features
11+
description: Generate counterfactual explanations for the top 3 tiles per patient by manipulating them with a specific amplitude, such that the predicted class of each counterfactual image flips to the opposite class (i.e., the predicted output for the opposite class exceeds 0.9), while avoiding excessive overmanipulation. Use a pretrained diffusion autoencoder according to the cancer type, combined with a corresponding MIL classifier trained to distinguish biologically meaningful histological patterns. You will be provided with the path to the folder containing images, the clinical table with each patient's target label values, and the folder containing pre-extracted features
1212
arguments:
1313
- name: images_dir
1414
description: Path to the folder containing patient subfolders with image patches

tasks/retfound_feature_vector/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repo:
66
env:
77
HF_TOKEN: "${env:HF_TOKEN}" # required for downloading models
88
papers: [zhou2023retfound]
9-
category: imaging
9+
category: misc # imaging
1010
requires: cuda
1111
description: >-
1212
Extract the latent feature vector for the given retinal image using the RETFound pretrained RETFound_mae_natureCFP model.

tasks/tabpfn_predict/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo:
44
url: "https://github.com/PriorLabs/TabPFN"
55
commit: e8744e4
66
papers: [hollmann2025tabpfn]
7-
category: tabular
7+
category: misc # tabular
88
requires: cpu
99
description: Train a predictor using TabPFN on a tabular dataset. Evaluate the predictor on the test set. Train on CPU.
1010
arguments:

0 commit comments

Comments
 (0)