アクアラット

参照:

次のコマンドを使用して、このデータセットをTFDSにロードします。

ds = tfds.load('huggingface:aqua_rat/raw')
  • 説明
A large-scale dataset consisting of approximately 100,000 algebraic word problems. 
The solution to each question is explained step-by-step using natural language. 
This data is used to train a program generation model that learns to generate the explanation, 
while generating the program that solves the question.
  • ライセンス:Copyright 2017 Google Inc.

Apacheライセンスバージョン2.0(「ライセンス」)に基づいてライセンス供与されます。ライセンスに準拠する場合を除き、このファイルを使用することはできません。ライセンスのコピーは、次のURLで入手できます。

<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>

適用法で義務付けられているか、書面で合意されていない限り、ライセンスに基づいて配布されるソフトウェアは、明示または黙示を問わず、いかなる種類の保証または条件もなしに、「現状有姿」で配布されます。ライセンスに基づく許可と制限を規定する特定の言語については、ライセンスを参照してください。

  • バージョン:0.0.0
  • 分割
スプリット
'test' 254
'train' 97467
'validation' 254
  • 特徴
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "options": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rationale": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

トークン化

次のコマンドを使用して、このデータセットをTFDSにロードします。

ds = tfds.load('huggingface:aqua_rat/tokenized')
  • 説明
A large-scale dataset consisting of approximately 100,000 algebraic word problems. 
The solution to each question is explained step-by-step using natural language. 
This data is used to train a program generation model that learns to generate the explanation, 
while generating the program that solves the question.
  • ライセンス:Copyright 2017 Google Inc.

Apacheライセンスバージョン2.0(「ライセンス」)に基づいてライセンス供与されます。ライセンスに準拠する場合を除き、このファイルを使用することはできません。ライセンスのコピーは、次のURLで入手できます。

<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>

適用法で義務付けられているか、書面で合意されていない限り、ライセンスに基づいて配布されるソフトウェアは、明示または黙示を問わず、いかなる種類の保証または条件もなしに、「現状有姿」で配布されます。ライセンスに基づく許可と制限を規定する特定の言語については、ライセンスを参照してください。

  • バージョン:0.0.0
  • 分割
スプリット
'test' 254
'train' 97467
'validation' 254
  • 特徴
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "options": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rationale": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "correct": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}