{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "9faa2600", "metadata": {}, "outputs": [], "source": [ "import json\n", "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 2, "id": "f1475719", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | question | \n", "dataset | \n", "
|---|---|---|
| 0 | \n", "Is our average employee older than 35? | \n", "066_IBM_HR | \n", "
| 1 | \n", "Is the most frequent travel value rarely trave... | \n", "066_IBM_HR | \n", "
| 2 | \n", "Is the highest DailyRate equal to 1499? | \n", "066_IBM_HR | \n", "
| 3 | \n", "Is the highest DailyRate negative? | \n", "066_IBM_HR | \n", "
| 4 | \n", "Is our research dept bigger than sales? | \n", "066_IBM_HR | \n", "
| \n", " | question | \n", "dataset | \n", "predicted_type | \n", "
|---|---|---|---|
| 0 | \n", "Is our average employee older than 35? | \n", "066_IBM_HR | \n", "boolean | \n", "
| 1 | \n", "Is the most frequent travel value rarely trave... | \n", "066_IBM_HR | \n", "boolean | \n", "
| 2 | \n", "Is the highest DailyRate equal to 1499? | \n", "066_IBM_HR | \n", "boolean | \n", "
| 3 | \n", "Is the highest DailyRate negative? | \n", "066_IBM_HR | \n", "boolean | \n", "
| 4 | \n", "Is our research dept bigger than sales? | \n", "066_IBM_HR | \n", "boolean | \n", "
| ... | \n", "... | \n", "... | \n", "... | \n", "
| 517 | \n", "List the titles of books with fewer than 200 p... | \n", "080_Books | \n", "list[category] | \n", "
| 518 | \n", "List the categories of books with ratings abov... | \n", "080_Books | \n", "list[category] | \n", "
| 519 | \n", "List the authors of books with more than 10 re... | \n", "080_Books | \n", "list[category] | \n", "
| 520 | \n", "List the 5 categories of the last five books i... | \n", "080_Books | \n", "list[category] | \n", "
| 521 | \n", "List the editions of books in the 'Business, I... | \n", "080_Books | \n", "list[category] | \n", "
522 rows × 3 columns
\n", "| \n", " | question | \n", "dataset | \n", "predicted_type | \n", "type | \n", "answer | \n", "answer_lite | \n", "
|---|---|---|---|---|---|---|
| 0 | \n", "Is our average employee older than 35? | \n", "066_IBM_HR | \n", "boolean | \n", "boolean | \n", "True | \n", "True | \n", "
| 1 | \n", "Is the most frequent travel value rarely trave... | \n", "066_IBM_HR | \n", "boolean | \n", "boolean | \n", "True | \n", "True | \n", "
| 2 | \n", "Is the highest DailyRate equal to 1499? | \n", "066_IBM_HR | \n", "boolean | \n", "boolean | \n", "True | \n", "False | \n", "
| 3 | \n", "Is the highest DailyRate negative? | \n", "066_IBM_HR | \n", "boolean | \n", "boolean | \n", "False | \n", "False | \n", "
| 4 | \n", "Is our research dept bigger than sales? | \n", "066_IBM_HR | \n", "boolean | \n", "boolean | \n", "True | \n", "True | \n", "
| ... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
| 517 | \n", "List the titles of books with fewer than 200 p... | \n", "080_Books | \n", "list[category] | \n", "list[category] | \n", "['Madinah Arabic Reader 1', 'How Harsh Mariwal... | \n", "['Madinah Arabic Reader 1', 'How Harsh Mariwal... | \n", "
| 518 | \n", "List the categories of books with ratings abov... | \n", "080_Books | \n", "list[category] | \n", "list[category] | \n", "['History and Tradition', ' Business, Investme... | \n", "['History and Tradition', ' Business, Investme... | \n", "
| 519 | \n", "List the authors of books with more than 10 re... | \n", "080_Books | \n", "list[category] | \n", "list[category] | \n", "['Yuval Noah Harari', 'Benjamin Graham', 'Khal... | \n", "['Yuval Noah Harari', 'Benjamin Graham', 'Khal... | \n", "
| 520 | \n", "List the 5 categories of the last five books i... | \n", "080_Books | \n", "list[category] | \n", "list[category] | \n", "['Self-help and meditation', 'Self-help and me... | \n", "['Novel', 'Novel', 'Novel', 'Self-help and med... | \n", "
| 521 | \n", "List the editions of books in the 'Business, I... | \n", "080_Books | \n", "list[category] | \n", "list[category] | \n", "['1st Edition', 'Edition', 'Edition', '1st Pub... | \n", "['1st Edition', 'Edition', 'Edition', '1st Pub... | \n", "
522 rows × 6 columns
\n", "