Skip to content

Ensure generated tensors do not come from a predictable distribution #54

@PaliC

Description

@PaliC

In order to make sure that llms don't game our benchmark, we should make sure our inputs are not very gamable. (For example if we use an op that calculates mean with a large size and torch.randn() we'll end up with mean 0 every time). We need to solve for this. For this we can do one of three things imo

  1. Add a lot of high variance noise to the tensors
  2. Cycle through various distributions with different properties such that a random one is used during testing
  3. Compose compound distributions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions