Saída estruturada é um termo usado em inteligência artificial and aprendizado de máquina to describe the output generated by models that is organized in a predefined format. Unlike unstructured outputs, such as raw text or freeform data, structured outputs adhere to specific formats that can be easily parsed and analyzed by computers and humans alike. Common examples of structured outputs include tables, graphs, and JSON objects.
Em muitas aplicações de IA, particularly in processamento de linguagem natural and computer vision, the goal is not only to produce an answer or prediction but to format that information in a way that is directly usable. For instance, in information extraction tasks, a model might identify entities, relationships, and attributes from text and output this information in a structured manner, such as a table or a knowledge graph.
Structured output is crucial for tasks that require precise organization of data, such as generating reports, creating databases, or feeding information into other systems for further processing. This organization enhances the usability and interpretability of the data, allowing for better decision-making based on the AI’s outputs.
Além disso, as saídas estruturadas são frequentemente usadas em conjunto com outras técnicas de IA to enable more complex applications, such as automated data entry, where the model not only recognizes information but also formats it correctly for databases or spreadsheets.