text2log

הפניות:

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:

ds = tfds.load('huggingface:text2log')
  • תיאור :
The dataset contains about 100,000 simple English sentences selected and filtered from enTenTen15 and their translation into First Order Logic (FOL) Lambda Dependency-based Compositional Semantics using ccg2lambda.
  • רישיון : לא מסופק
  • גרסה : 1.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'train' 101931
  • תכונות :
{
    "sentence": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "fol_translation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}