\n
## Bar Chart: Throughput Comparison of Decoding Methods
### Overview
This bar chart compares the throughput (tokens/second) of four different decoding methods – Chain-of-Thought, Predictive Decoding, Phi-Decoding, and PPCV (Ours) – across five different datasets: GSM8K, GSMHard, Math500, SVAMP, and ARC. Each dataset has four bars representing the throughput of each decoding method.
### Components/Axes
* **X-axis:** Datasets - GSM8K, GSMHard, Math500, SVAMP, ARC.
* **Y-axis:** Throughput (tokens/sec), ranging from 0 to 2000, with increments of 250.
* **Legend:** Located in the top-right corner, identifies the color-coding for each decoding method:
* Chain-of-Thought
* Predictive Decoding
* Phi-Decoding
* PPCV (Ours)