-
Notifications
You must be signed in to change notification settings - Fork 44.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add information retrieval challenge to the wiki (#3876)
- Loading branch information
1 parent
d184d0d
commit ca5abff
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Information Retrieval Challenge A | ||
|
||
**Status**: Current level to beat: level 1 | ||
|
||
**Command to try**: | ||
|
||
``` | ||
pytest -s tests/integration/challenges/information_retrieval/test_information_retrieval_challenge_a.py | ||
``` | ||
|
||
## Description | ||
|
||
The agent's goal is to find the revenue of Tesla in 2022. | ||
|
||
It should write the result in a file called output.txt. | ||
|
||
The agent should be able to beat this test consistently (this is the hardest part). | ||
## Objective | ||
|
||
The objective of this challenge is to test the agent's ability to retrieve information in a consistent way. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Information Retrieval | ||
|
||
Information retrieval challenges are designed to evaluate the proficiency of an AI agent, such as Auto-GPT, in searching, extracting, and presenting relevant information from a vast array of sources. These challenges often encompass tasks such as interpreting user queries, browsing the web, and filtering through unstructured data. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ca5abff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./
docs-auto-gpt.vercel.app
auto-gpt-docs.vercel.app
docs-git-master-auto-gpt.vercel.app
docs.agpt.co
ca5abff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's amazing. Hope there will be many ambitious challenges devised and AutoGPT nails them soon!