Datasets:

Tasks:
Other
Languages:
English
ArXiv:
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

cmdbench-nba

CMDBench-NBA is a multimodal NBA datalake that consists of a Neo4j knowledge graph, a PostgreSQL relational database, and a MongoDB document collection. It is originally proposed in the CMDBench paper but has been updated with higher quality data (up to Feburary 2025).

Contact: yanlin@megagon.ai

Deploying the databases

First, clone the repository with git lfs installed.

# Make sure git-lfs is installed (https://git-lfs.com)
git lfs install

git clone https://huggingface.co/datasets/megagonlabs/cmdbench-nba

Next, run the following commands under the root directory of the repository.

Starting cmdbench-nba-postgres

docker run -d \
  --name cmdbench-nba-postgres \
  -e POSTGRES_DB=nba_db \
  -e POSTGRES_HOST_AUTH_METHOD=trust \
  -p 22111:5432 \
  -v "$(pwd)/postgres/nba_db.sql:/docker-entrypoint-initdb.d/nba_db.sql" \
  postgres

Starting cmdbench-nba-neo4j

docker run -d \
  --name cmdbench-nba-neo4j \
  -p 22112:7687 \
  -p 22115:7474 \
  -v "$(pwd)/neo4j/nba_simplekg.json:/init/graph.json" \
  -e NEO4J_AUTH=neo4j/cmdbench \
  -e NEO4J_PLUGINS='["apoc", "graph-data-science"]' \
  megagonlabs/neo4j-with-loader:2.4

Starting cmdbench-nba-mongo

docker run -d \
  --name cmdbench-nba-mongo \
  -p 22113:27017 \
  -v "$(pwd)/mongo/nba-datalake.wiki-documents.json:/init/nba-datalake.wiki-documents.json" \
  -v "$(pwd)/mongo/init-nba-mongo.sh:/docker-entrypoint-initdb.d/init-nba-mongo.sh" \
  mongo mongod --noauth

Connection Info

Database Port Username Password Data Location
Postgres 22111 postgres - db=nba_db, schema=public
Neo4j 22112 (bolt) / 22115 (neo4j browser) neo4j cmdbench db=neo4j
MongoDB 22113 - - db=nba-datalake, collection=wiki-documents

Citation

If you use this dataset in your work, please cite the following papers:

@article{feng2024cypherbench,
  title={CypherBench: Towards Precise Retrieval over Full-scale Modern Knowledge Graphs in the LLM Era},
  author={Feng, Yanlin and Papicchio, Simone and Rahman, Sajjadur},
  journal={arXiv preprint arXiv:2412.18702},
  year={2024}
}
@inproceedings{feng2024cmdbench,
  title={CMDBench: A Benchmark for Coarse-to-fine Multimodal Data Discovery in Compound AI Systems},
  author={Feng, Yanlin and Rahman, Sajjadur and Feng, Aaron and Chen, Vincent and Kandogan, Eser},
  booktitle={Proceedings of the Conference on Governance, Understanding and Integration of Data for Effective and Responsible AI},
  pages={16--25},
  year={2024}
}

Attribution

This dataset is built upon the following data sources:

Disclosure

Embedded in, or bundled with, this product are open source software (OSS) components, datasets and other third party components identified below. The license terms respectively governing the datasets and third-party components continue to govern those portions, and you agree to those license terms, which, when applicable, specifically limit any distribution. You may receive a copy of, distribute and/or modify any open source code for the OSS component under the terms of their respective licenses, which may be CC license and Apache 2.0 license. In the event of conflicts between Megagon Labs, Inc., license conditions and the Open Source Software license conditions, the Open Source Software conditions shall prevail with respect to the Open Source Software portions of the software. You agree not to, and are not permitted to, distribute actual datasets used with the OSS components listed below. You agree and are limited to distribute only links to datasets from known sources by listing them in the datasets overview table below. You are permitted to distribute derived datasets of data sets from known sources by including links to original dataset source in the datasets overview table below. You agree that any right to modify datasets originating from parties other than Megagon Labs, Inc. are governed by the respective third party’s license conditions. All OSS components and datasets are distributed WITHOUT ANY WARRANTY, without even implied warranty such as for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, and without any liability to or claim against any Megagon Labs, Inc. entity other than as explicitly documented in this README document. You agree to cease using any part of the provided materials if you do not agree with the terms or the lack of any warranty herein. While Megagon Labs, Inc., makes commercially reasonable efforts to ensure that citations in this document are complete and accurate, errors may occur. If you see any error or omission, please help us improve this document by sending information to contact_oss@megagon.ai.

Downloads last month
47

Papers for megagonlabs/cmdbench-nba