Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,8 @@ tags:
|
|
| 8 |
# TAAC2026 Demo Dataset (1000 Samples)
|
| 9 |
|
| 10 |
|
| 11 |
-
> [!WARNING]
|
| 12 |
-
>
|
| 13 |
> - The parquet file is now a **flat column layout**, with all features as top-level columns.
|
| 14 |
> - Add a sequence feature, rename feature names and update some features.
|
| 15 |
> Participants should refer to the updated `demo_1000.parquet` and this `README.md` for the latest schema and data details.
|
|
@@ -65,9 +65,8 @@ The 120 columns fall into **6 categories**:
|
|
| 65 |
|
| 66 |
### Item Int Features (14 columns)
|
| 67 |
|
| 68 |
-
`item_int_feats_{5-10, 12-13, 16, 81, 83-85}`: Scalar `int64`, total 13 columns.
|
| 69 |
-
|
| 70 |
-
`item_int_feats_{11}`: Array `list<int64>`, total 1 column.
|
| 71 |
|
| 72 |
|
| 73 |
### Domain Sequence Features (45 columns)
|
|
|
|
| 8 |
# TAAC2026 Demo Dataset (1000 Samples)
|
| 9 |
|
| 10 |
|
| 11 |
+
> [!WARNING] ⚠️**Update[2026.04.10]:**
|
| 12 |
+
> This demo dataset has been updated to newest version with the following changes:
|
| 13 |
> - The parquet file is now a **flat column layout**, with all features as top-level columns.
|
| 14 |
> - Add a sequence feature, rename feature names and update some features.
|
| 15 |
> Participants should refer to the updated `demo_1000.parquet` and this `README.md` for the latest schema and data details.
|
|
|
|
| 65 |
|
| 66 |
### Item Int Features (14 columns)
|
| 67 |
|
| 68 |
+
- `item_int_feats_{5-10, 12-13, 16, 81, 83-85}`: Scalar `int64`, total 13 columns.
|
| 69 |
+
- `item_int_feats_{11}`: Array `list<int64>`, total 1 column.
|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
### Domain Sequence Features (45 columns)
|