google-deepmind / google-deepmind/superhuman

[Bug] Data misalignment in imo-bench-algebra-036 in Answerbench_v2

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lean
Stars
800
Forks
85
PR merge metrics
No merged PRs in 30d

Description

## Description
I found a data formatting issue in the Answerbench_v2 dataset. Specifically, in the file answerbench_v2.csv, data: **imo-bench-algebra-036**, the columns are misaligned. The ``Problem`` and ``Short Answer`` fields appear to be merged into a single column, causing a missing column in the dataset structure.

## Details
```
imo-bench-algebra-036,"Find all functions $Y: \mathbb{R} \backslash\{0\} \rightarrow \mathbb{R}$ such that for any non-zero real numbers $a, b$ with $ab \neq -1$, the following equation holds:
\[
a Y\left(a+\frac{1}{b}\right)+b Y(b)+\frac{a}{b}=b Y\left(b+\frac{1}{a}\right)+a Y(a)+\frac{b}{a}
\] [Bug here]
,"$Y(x)=A+\frac{B}{x}-x$",Algebra,Functional Equation,Iran 2002
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.