The document describes the Attribute-Relation File Format (ARFF), which is used by the Weka machine learning software to describe datasets with instances and attributes. An ARFF file contains a header section with information about the relation name and attributes, and a data section listing the values of the instances. Attributes can be nominal, numeric, string, or date values. Lines beginning with % are comments.