Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Challenge test_information_retrieval_challenge_c #4855

Merged
merged 5 commits into from
Jul 6, 2023

Conversation

NeonN3mesis
Copy link
Contributor

@NeonN3mesis NeonN3mesis commented Jul 1, 2023

Background

I created a new challenge that tests context retention when looking for information. The agent struggles with these tests because of the counterintuitive name of the business it's getting information about. If the agent drops any of the context, the search results are largely irrelevant and misleading to the agent.

Changes

A new challenge test_information_retrieval_challenge_c and a new listing in the current_score.json

Documentation

Simple challenge, minimal documentation needed

Test Plan

Tested the challenge with a few different parameters until I found one that I felt was effective.

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes.
  • I have run the following commands against my code to ensure it passes our linters:
    black .
    isort .
    mypy
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place

I created a new challenge needs a bit of work
@netlify
Copy link

netlify bot commented Jul 1, 2023

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit c078015
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64a6f2764fe5a30008600b06

@github-actions github-actions bot added the size/m label Jul 1, 2023
@codecov
Copy link

codecov bot commented Jul 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bfb45f2) 50.05% compared to head (c078015) 50.05%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4855   +/-   ##
=======================================
  Coverage   50.05%   50.05%           
=======================================
  Files         116      116           
  Lines        4799     4799           
  Branches      643      643           
=======================================
  Hits         2402     2402           
  Misses       2218     2218           
  Partials      179      179           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

reformatted test_information_retrieval_challenge_c with black
@NeonN3mesis NeonN3mesis marked this pull request as ready for review July 2, 2023 03:51
@waynehamadi waynehamadi merged commit 2fcd91b into Significant-Gravitas:master Jul 6, 2023
16 checks passed
@lc0rp lc0rp added this to the v0.4.4 Release milestone Jul 6, 2023
dayofthedave pushed a commit to dayofthedave/Auto-GPT that referenced this pull request Jul 17, 2023
…vitas#4855)

* New Challenge test_information_retrieval_challenge_c

I created a new challenge needs a bit of work

* Update current_score.json

Changed max level beaten to null

* reformatted test_information_retrieval_challenge_c with black

reformatted test_information_retrieval_challenge_c with black

---------

Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants