Skip to content

Patch/2.3.1#1097

Merged
ArshaanNazir merged 34 commits intomainfrom
patch/2.3.1
Sep 4, 2024
Merged

Patch/2.3.1#1097
ArshaanNazir merged 34 commits intomainfrom
patch/2.3.1

Conversation

@chakravarthik27
Copy link
Collaborator

Langtest 2.3.1 Dump Version

  • NER Task Evaluation Fixes:
    • Issue where NER evaluations passed incorrectly when expected results were empty, but actual results contained predictions. This should have failed. (Fixed)
    • Issue where NER predictions had differing lengths between expected and actual results. (Fixed)
  • Training Dataset Limit Issue:
    • Exceeded the maximum limit set on the training dataset during test augmentation allocation. (Fixed)
  • Augmentation Data Allocation:
    • Uneven allocation of augmentation data, resulting in some test cases not undergoing any transformations. (Fixed)
  • DataAugmenter Class Issues:
    • Export types were not functioning as expected after data augmentation. (Fixed)
  • Template Generation with OpenAI API:
    • Issues with OpenAI API while generating different templates from user-provided ones, leading to invalid outputs like paragraphs or incorrect JSON. Implemented structured outputs to resolve this. (Fixed)
  • Pydantic Model Enhancements:
    • Added validation steps in the Pydantic model to ensure templates are generated as required.
  • Azure OpenAI Service Integration:
    • implementated of template-based augmentation using Azure OpenAI service. (In progress)
  • Text Classification Support:
    • Adding support for multi-label classification in text classification tasks.

…on-data-lost-during-testcase-import-process

Bug/ner evaluation fix in is_pass()
…on-data-lost-during-testcase-import-process

resolved: recovering the transformation object.
…ries-even-when-no-transformations-are-applied

fixed: consistent issues while generated templates
…ce to number of extra templates to be needed
…ries-even-when-no-transformations-are-applied

Chore: Add Option to Configure Number of Generated Templates in Templatic Augmentation
…ries-even-when-no-transformations-are-applied

resolved/augmentation errors
…ries-even-when-no-transformations-are-applied

Fix/augmentations
@chakravarthik27 chakravarthik27 added this to the 2.3.1 Patch milestone Sep 4, 2024
@chakravarthik27 chakravarthik27 self-assigned this Sep 4, 2024
@ArshaanNazir ArshaanNazir merged commit f2f3cc0 into main Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants