TheFactoryXBot's picture
Upload dataset
668ccbc verified
|
raw
history blame
2.53 kB
metadata
tags:
  - readymades
  - art
  - shuffled
  - duchamp
license: other
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: name
      dtype: large_string
    - name: description
      dtype: large_string
    - name: public_tests
      struct:
        - name: input
          list: string
        - name: output
          list: string
    - name: private_tests
      struct:
        - name: input
          list: string
        - name: output
          list: string
    - name: generated_tests
      struct:
        - name: input
          list: string
        - name: output
          list: string
    - name: source
      dtype: int64
    - name: difficulty
      dtype: int64
    - name: solutions
      struct:
        - name: language
          list: int64
        - name: solution
          list: string
    - name: incorrect_solutions
      struct:
        - name: language
          list: int64
        - name: solution
          list: string
    - name: cf_contest_id
      dtype: int64
    - name: cf_index
      dtype: large_string
    - name: cf_points
      dtype: float64
    - name: cf_rating
      dtype: int64
    - name: cf_tags
      list: string
    - name: is_description_translated
      dtype: bool
    - name: untranslated_description
      dtype: large_string
    - name: time_limit
      struct:
        - name: nanos
          dtype: int64
        - name: seconds
          dtype: int64
    - name: memory_limit_bytes
      dtype: int64
    - name: input_file
      dtype: large_string
    - name: output_file
      dtype: large_string
  splits:
    - name: train
      num_bytes: 722911977
      num_examples: 500
  download_size: 287048676
  dataset_size: 722911977

edition_2628_deepmind-code_contests-readymade

A Readymade by TheFactoryX

Original Dataset

deepmind/code_contests

Process

This dataset is a "readymade" - inspired by Marcel Duchamp's concept of taking everyday objects and recontextualizing them as art.

What we did:

  1. Selected the original dataset from Hugging Face
  2. Shuffled each column independently
  3. Destroyed all row-wise relationships
  4. Preserved structure, removed meaning

The result: Same data. Wrong order. New meaning. No meaning.

Purpose

This is art. This is not useful. This is the point.

Column relationships have been completely destroyed. The data maintains its types and values, but all semantic meaning has been removed.


Part of the Readymades project by TheFactoryX.

"I am a machine." — Andy Warhol