oliu-io commited on
Commit
de064ad
ยท
verified ยท
1 Parent(s): 3ec1a9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -157,7 +157,8 @@ language:
157
 
158
  <!-- Provide a quick summary of the dataset. -->
159
 
160
- Introducing IsoBench, a benchmark dataset containing problems from four major areas: math, science, algorithms, and games. Each example is presented with multiple isomorphic representations of inputs, such as visual, textual, and mathematical presentations. Details of IsoBench can be found in the [paper](https://arxiv.org/abs/2404.01266) or [website](https://isobench.github.io).
 
161
 
162
  ## Table of Contents
163
  - [Dataset Details](#dataset-details)
@@ -196,13 +197,11 @@ IsoBench is designed with two objectives, which are:
196
  - Analyzing the behavior difference between language-only and multimodal foundation models, by prompting them with distinct (*e.g.* mathematical expression and plot of a function) representations of the same input.
197
  - Contributing a language-only/multimodal benchmark in the science domain.
198
 
199
- For more information, be sure to checkout our [paper](https://arxiv.org/abs/2404.01266) and [project website](https://isobench.github.io/)!
200
-
201
  #### Mathematics
202
  There are three mathematics tasks. Each task is structured as a classification problem and each class contains 128 samples.
203
 
204
  - Parity implements a ternary classification problem. A model has to classify an input function into an even function, odd function, or neither.
205
- - Convexity implements a binary classification problem for a model to classify an input function as convex or concave. **Note**: some functions are only convex (resp. concave) within a certain domain (*e.g.* `x > 0`), which is report in the `xlim` field of each sample. We recommend providing this information as part of the prompt!
206
  - Breakpoint counts the number of breakpoints (*i.e.* intersections of a piecewise linear function). Each function contains either 2 or 3 breakpoints, which renders this task a binary classification problem.
207
 
208
  ```python
 
157
 
158
  <!-- Provide a quick summary of the dataset. -->
159
 
160
+ ๐Ÿ“š[paper](https://arxiv.org/abs/2404.01266)๐ŸŒ[website](https://isobench.github.io).
161
+ Introducing IsoBench, a benchmark dataset containing problems from four major areas: math, science, algorithms, and games. Each example is presented with multiple isomorphic representations of inputs, such as visual, textual, and mathematical presentations. Details of IsoBench can be found in our [paper](https://arxiv.org/abs/2404.01266) or [website](https://isobench.github.io)!
162
 
163
  ## Table of Contents
164
  - [Dataset Details](#dataset-details)
 
197
  - Analyzing the behavior difference between language-only and multimodal foundation models, by prompting them with distinct (*e.g.* mathematical expression and plot of a function) representations of the same input.
198
  - Contributing a language-only/multimodal benchmark in the science domain.
199
 
 
 
200
  #### Mathematics
201
  There are three mathematics tasks. Each task is structured as a classification problem and each class contains 128 samples.
202
 
203
  - Parity implements a ternary classification problem. A model has to classify an input function into an even function, odd function, or neither.
204
+ - Convexity implements a binary classification problem for a model to classify an input function as convex or concave. **Note**: some functions are only convex (resp. concave) within a certain domain (*e.g.* `x > 0`), which is reported in the `xlim` field of each sample. We recommend providing this information as part of the prompt!
205
  - Breakpoint counts the number of breakpoints (*i.e.* intersections of a piecewise linear function). Each function contains either 2 or 3 breakpoints, which renders this task a binary classification problem.
206
 
207
  ```python