Articles tagged with 
ml
        
            
                
                    07 Mar 2025
                
                
                In this blogpost we want to introduce the topic of using a Large Language Model (LLM) as an evaluator — a novel approach to tackling the complexities of evaluating advanced machine learning systems, particularly in tasks like Automatic Summarization, Text Generation, and Machine Translation, where traditional metrics struggle to capture nuances like cross-lingual accuracy and bias detection.
                
            
        
            
         
            
                
                    18 Apr 2023
                
                
                
  Label noise is ever-present in machine learning practice.
  Allegro datasets are no exception.
  We compared 7 methods for training classifiers robust to label noise.
  All of them improved the model’s performance on noisy datasets.
  Some of the methods decreased the model’s performance in the absence of label noise.
                
            
        
            
         
            
                
                    19 Dec 2016
                
                
                At Allegro we are faced with a technical challenge: how to recognize whether a given image
(a product thumbnail) shows just a product itself. One of the things that we would like to detect is when the product
is surrounded by a frame. In this post we would like to present our approach for detecting a frame in the image.