mirror of https://github.com/microsoft/autogen.git
Update Transparency FAQs (#1672)
This commit is contained in:
parent
71829f3fdf
commit
ad9e5cf2ee
|
@ -30,6 +30,7 @@ While AutoGen automates LLM workflows, decisions about how to use specific LLM o
|
|||
## How was AutoGen evaluated? What metrics are used to measure performance?
|
||||
- Current version of AutoGen was evaluated on six applications to illustrate its potential in simplifying the development of high-performance multi-agent applications. These applications are selected based on their real-world relevance, problem difficulty and problem solving capabilities enabled by AutoGen, and innovative potential.
|
||||
- These applications involve using AutoGen to solve math problems, question answering, decision making in text world environments, supply chain optimization, etc. For each of these domains AutoGen was evaluated on various success based metrics (i.e., how often the AutoGen based implementation solved the task). And, in some cases, AutoGen based approach was also evaluated on implementation efficiency (e.g., to track reductions in developer effort to build). More details can be found at: https://aka.ms/AutoGen/TechReport
|
||||
- The team has conducted tests where a “red” agent attempts to get the default AutoGen assistant to break from its alignment and guardrails. The team has observed that out of 70 attempts to break guardrails, only 1 was successful in producing text that would have been flagged as problematic by Azure OpenAI filters. The team has not observed any evidence that AutoGen (or GPT models as hosted by OpenAI or Azure) can produce novel code exploits or jailbreak prompts, since direct prompts to “be a hacker”, “write exploits”, or “produce a phishing email” are refused by existing filters.
|
||||
|
||||
## What are the limitations of AutoGen? How can users minimize the impact of AutoGen’s limitations when using the system?
|
||||
AutoGen relies on existing LLMs. Experimenting with AutoGen would retain common limitations of large language models; including:
|
||||
|
|
Loading…
Reference in New Issue