├── README.md ├── dataset ├── readme.md ├── test_set.csv └── train_set.csv ├── demo.mp4 └── other materials ├── evaluation samples ├── comparative study samples │ └── data.json ├── readme.md └── turing test samples │ └── data.json └── prompt and model input settings.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/README.md -------------------------------------------------------------------------------- /dataset/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/dataset/readme.md -------------------------------------------------------------------------------- /dataset/test_set.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/dataset/test_set.csv -------------------------------------------------------------------------------- /dataset/train_set.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/dataset/train_set.csv -------------------------------------------------------------------------------- /demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/demo.mp4 -------------------------------------------------------------------------------- /other materials/evaluation samples/comparative study samples/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/other materials/evaluation samples/comparative study samples/data.json -------------------------------------------------------------------------------- /other materials/evaluation samples/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/other materials/evaluation samples/readme.md -------------------------------------------------------------------------------- /other materials/evaluation samples/turing test samples/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/other materials/evaluation samples/turing test samples/data.json -------------------------------------------------------------------------------- /other materials/prompt and model input settings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bebinca/ChartGPT-materials/HEAD/other materials/prompt and model input settings.pdf --------------------------------------------------------------------------------