autolabel icon indicating copy to clipboard operation
autolabel copied to clipboard

Label, clean and enrich text datasets with LLMs.

Results 124 autolabel issues
Sort by recently updated
recently updated
newest added

Currently, the dataset accepts the config object and needs this object to create the ground truth labels and run evaluation. However, the dataset should not need the config object and...

**Is your feature request related to a problem? Please describe.** The cache lookup happens by doing string comparison for the prompt. This can be optimized by doing lookups on hash...

enhancement

following up on https://github.com/refuel-ai/autolabel/issues/509 I'm facing issues getting testing to work - even for the most basic calls it isn't calling my class functions. @DhruvaBansal00 @rajasbansal would appreciate a 2nd...

**Describe the bug** Currently, the metrics computed by the labeling agent are not stored in teh dataset. **Expected behavior** We should store the metrics from a labeling run in the...

bug

**Is your feature request related to a problem? Please describe.** Identify context length errors across providers and parse them as a new error type called Context Length error **Describe the...

enhancement

**Is your feature request related to a problem? Please describe.** So I broke my labels into 1024 tokens, but I'm still getting this error: ``` # dry-run -- this tells...

enhancement

**Is your feature request related to a problem? Please describe.** It would be nice optionally to have a human-readable log of what happens during `agent.run` This would give more clarity...

enhancement

This is often helpful as a preliminary first step to understand which LLM does the best on a user's specific task and data

1. Row-level metadata columns: * label disagreement type * turnaround time * explanation column * prompt * confidence score 2. Aggregate metrics: Confusion matrix, quality grouped by label 3. Utility...

enhancement
labeling_task