The dataset viewer is not available for this split.
The info cannot be fetched for the config 'default' of the dataset.
Error code:   InfoError
Exception:    HfHubHTTPError
Message:      500 Server Error: Internal Server Error for url: https://huggingface.co/api/datasets/neuroback/DataBack (Request ID: Root=1-65dfa33a-291a82d56e5c61c52953868c;333ff768-d3d4-4492-bc88-0d091f29783d)

Internal Error - We're working hard to fix this as soon as possible!
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 210, in compute_first_rows_from_streaming_response
                  info = get_dataset_config_info(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 477, in get_dataset_config_info
                  builder = load_dataset_builder(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 2220, in load_dataset_builder
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1871, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1816, in dataset_module_factory
                  raise e
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1790, in dataset_module_factory
                  dataset_info = hf_api.dataset_info(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
                  return fn(*args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_api.py", line 2148, in dataset_info
                  hf_raise_for_status(r)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_errors.py", line 333, in hf_raise_for_status
                  raise HfHubHTTPError(str(e), response=response) from e
              huggingface_hub.utils._errors.HfHubHTTPError: 500 Server Error: Internal Server Error for url: https://huggingface.co/api/datasets/neuroback/DataBack (Request ID: Root=1-65dfa33a-291a82d56e5c61c52953868c;333ff768-d3d4-4492-bc88-0d091f29783d)
              
              Internal Error - We're working hard to fix this as soon as possible!

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

DataBack: Dataset of SAT Formulas and Backbone Variable Phases

What is DataBack

DataBack is a dataset that consists of 120,286 SAT formulas (in CNF format), each labeled with the phases of its backbone variables. DataBack contains two distinct subsets: the pre-training set, named DataBack-PT, and the fine-tuning set, named DataBack-FT, for pre-training and fine-tuning our NeuroBack model, respectively. To learn more about NeuroBack and DataBack, please refer to our NeuroBack paper.

The state-of-the-art backbone extractor, CadiBack, has been employed to extract the backbone variable phases. To learn more about CadiBack, please refer to the CadiBack paper.

Directory Structure

|- original             # Original CNF formulas and their backbone variable phases
|    |- cnf_pt.tar.gz   # CNF formulas for pre-training
|    |- bb_pt.tar.gz    # Backbone phases for pre-training formulas
|    |- cnf_ft.tar.gz   # CNF formulas for fine-tuning
|    |- bb_ft.tar.gz    # Backbone phases for fine-tuning formulas
|
|- dual                   # Dual CNF formulas and their backbone variable phases
|    |- d_cnf_pt.tar.gz   # Dual CNF formulas for pre-training
|    |- d_bb_pt.tar.gz    # Backbone phases for dual pre-training formulas
|    |- d_cnf_ft.tar.gz   # Dual CNF formulas for fine-tuning
|    |- d_bb_ft.tar.gz    # Backbone phases for dual fine-tuning formulas

File Naming Convention

In the original directory, each CNF tar file (cnf_*.tar.gz) contains compressed CNF files named: [cnf_name].[compression_format], where [compression_format] could be bz2, lzma, xz, gz, etc. Correspondingly, each backbone tar file (bb_*.tar.gz) comprises compressed backbone files named: [cnf_name].backbone.xz. It is important to note that a compressed CNF file will always share its [cnf_name] with its associated compressed backbone file.

For dual formulas and their corresponding backbone files, the naming convention remains consistent, but with an added d_ prefix.

Format of the Extracted Backbone File

The extracted backbone file (*.backbone) adheres to the output format of CadiBack.

References

If you use DataBack in your research, please kindly cite the following papers.

NeuroBack paper:

@article{wang2023neuroback,
  author = {Wang, Wenxi and
            Hu, Yang and
            Tiwari, Mohit and
            Khurshid, Sarfraz and
            McMillan, Kenneth L. and
            Miikkulainen, Risto},
  title = {NeuroBack: Improving CDCL SAT Solving using Graph Neural Networks},
  journal={arXiv preprint arXiv:2110.14053},
  year={2021}
}

CadiBack paper:

@inproceedings{biere2023cadiback,
  title={CadiBack: Extracting Backbones with CaDiCaL},
  author={Biere, Armin and Froleyks, Nils and Wang, Wenxi},
  booktitle={26th International Conference on Theory and Applications of Satisfiability Testing (SAT 2023)},
  year={2023},
  organization={Schloss Dagstuhl-Leibniz-Zentrum f{\"u}r Informatik}
}

Contributors

Wenxi Wang (wenxiw@utexas.edu), Yang Hu (huyang@utexas.edu)

Downloads last month
2
Edit dataset card