├── .gitignore ├── LICENSE ├── README.md ├── data ├── banner.jpg └── notebooks │ ├── csvs │ ├── flag-1.csv │ ├── flag-10.csv │ ├── flag-100.csv │ ├── flag-11.csv │ ├── flag-12.csv │ ├── flag-125.csv │ ├── flag-13.csv │ ├── flag-14-sysuser.csv │ ├── flag-14.csv │ ├── flag-15-sysuser.csv │ ├── flag-15.csv │ ├── flag-16.csv │ ├── flag-17.csv │ ├── flag-18-sysuser.csv │ ├── flag-18.csv │ ├── flag-19-backup.csv │ ├── flag-19.csv │ ├── flag-2.csv │ ├── flag-20.csv │ ├── flag-21-sysuser.csv │ ├── flag-21.csv │ ├── flag-22.csv │ ├── flag-23.csv │ ├── flag-24.csv │ ├── flag-25.csv │ ├── flag-26.csv │ ├── flag-27-backup.csv │ ├── flag-27.csv │ ├── flag-28-sysuser.csv │ ├── flag-28.csv │ ├── flag-29.csv │ ├── flag-3.csv │ ├── flag-30.csv │ ├── flag-31.csv │ ├── flag-32.csv │ ├── flag-33.csv │ ├── flag-34.csv │ ├── flag-35.csv │ ├── flag-36.csv │ ├── flag-37.csv │ ├── flag-38.csv │ ├── flag-39.csv │ ├── flag-4.csv │ ├── flag-40.csv │ ├── flag-41.csv │ ├── flag-42.csv │ ├── flag-43.csv │ ├── flag-44.csv │ ├── flag-45.csv │ ├── flag-46.csv │ ├── flag-47.csv │ ├── flag-48.csv │ ├── flag-49.csv │ ├── flag-5.csv │ ├── flag-50.csv │ ├── flag-51.csv │ ├── flag-52.csv │ ├── flag-53.csv │ ├── flag-54.csv │ ├── flag-55.csv │ ├── flag-56.csv │ ├── flag-57.csv │ ├── flag-58.csv │ ├── flag-59.csv │ ├── flag-6.csv │ ├── flag-60.csv │ ├── flag-61-sysuser.csv │ ├── flag-61.csv │ ├── flag-62-sysuser.csv │ ├── flag-62.csv │ ├── flag-63.csv │ ├── flag-64.csv │ ├── flag-65-sysuser.csv │ ├── flag-65.csv │ ├── flag-66.csv │ ├── flag-67.csv │ ├── flag-68-sysuser.csv │ ├── flag-68.csv │ ├── flag-69.csv │ ├── flag-7.csv │ ├── flag-70.csv │ ├── flag-71.csv │ ├── flag-72.csv │ ├── flag-73.csv │ ├── flag-74.csv │ ├── flag-75.csv │ ├── flag-76.csv │ ├── flag-77.csv │ ├── flag-78.csv │ ├── flag-79.csv │ ├── flag-8.csv │ ├── flag-80.csv │ ├── flag-81.csv │ ├── flag-82.csv │ ├── flag-83.csv │ ├── flag-84.csv │ ├── flag-85.csv │ ├── flag-86.csv │ ├── flag-87.csv │ ├── flag-88.csv │ ├── flag-89.csv │ ├── flag-9.csv │ ├── flag-90.csv │ ├── flag-91.csv │ ├── flag-92.csv │ ├── flag-93.csv │ ├── flag-94.csv │ ├── flag-95.csv │ ├── flag-96.csv │ ├── flag-97.csv │ ├── flag-98.csv │ ├── flag-99.csv │ └── sample.csv │ ├── flag-1.ipynb │ ├── flag-1.json │ ├── flag-10.ipynb │ ├── flag-10.json │ ├── flag-100.ipynb │ ├── flag-100.json │ ├── flag-11.ipynb │ ├── flag-11.json │ ├── flag-12.ipynb │ ├── flag-12.json │ ├── flag-13.ipynb │ ├── flag-13.json │ ├── flag-14.ipynb │ ├── flag-14.json │ ├── flag-15.ipynb │ ├── flag-15.json │ ├── flag-16.ipynb │ ├── flag-16.json │ ├── flag-17.ipynb │ ├── flag-17.json │ ├── flag-18.ipynb │ ├── flag-18.json │ ├── flag-19.ipynb │ ├── flag-19.json │ ├── flag-2.ipynb │ ├── flag-2.json │ ├── flag-20.ipynb │ ├── flag-20.json │ ├── flag-21.ipynb │ ├── flag-21.json │ ├── flag-22.ipynb │ ├── flag-22.json │ ├── flag-23.ipynb │ ├── flag-23.json │ ├── flag-24.ipynb │ ├── flag-24.json │ ├── flag-25.ipynb │ ├── flag-25.json │ ├── flag-26.ipynb │ ├── flag-26.json │ ├── flag-27.ipynb │ ├── flag-27.json │ ├── flag-28.ipynb │ ├── flag-28.json │ ├── flag-29.ipynb │ ├── flag-29.json │ ├── flag-3.ipynb │ ├── flag-3.json │ ├── flag-30.ipynb │ ├── flag-30.json │ ├── flag-31.ipynb │ ├── flag-31.json │ ├── flag-32.ipynb │ ├── flag-32.json │ ├── flag-33.ipynb │ ├── flag-33.json │ ├── flag-34.ipynb │ ├── flag-34.json │ ├── flag-35.ipynb │ ├── flag-35.json │ ├── flag-36.ipynb │ ├── flag-36.json │ ├── flag-37.ipynb │ ├── flag-37.json │ ├── flag-38.ipynb │ ├── flag-38.json │ ├── flag-39.ipynb │ ├── flag-39.json │ ├── flag-4.ipynb │ ├── flag-4.json │ ├── flag-40.ipynb │ ├── flag-40.json │ ├── flag-41.ipynb │ ├── flag-41.json │ ├── flag-42.ipynb │ ├── flag-42.json │ ├── flag-43.ipynb │ ├── flag-43.json │ ├── flag-44.ipynb │ ├── flag-44.json │ ├── flag-45.ipynb │ ├── flag-45.json │ ├── flag-46.ipynb │ ├── flag-46.json │ ├── flag-47.ipynb │ ├── flag-47.json │ ├── flag-48.ipynb │ ├── flag-48.json │ ├── flag-49.ipynb │ ├── flag-49.json │ ├── flag-5.ipynb │ ├── flag-5.json │ ├── flag-50.ipynb │ ├── flag-50.json │ ├── flag-51.ipynb │ ├── flag-51.json │ ├── flag-52.ipynb │ ├── flag-52.json │ ├── flag-53.ipynb │ ├── flag-53.json │ ├── flag-54.ipynb │ ├── flag-54.json │ ├── flag-55.ipynb │ ├── flag-55.json │ ├── flag-56.ipynb │ ├── flag-56.json │ ├── flag-57.ipynb │ ├── flag-57.json │ ├── flag-58.ipynb │ ├── flag-58.json │ ├── flag-59.ipynb │ ├── flag-59.json │ ├── flag-6.ipynb │ ├── flag-6.json │ ├── flag-60.ipynb │ ├── flag-60.json │ ├── flag-61.ipynb │ ├── flag-61.json │ ├── flag-62.ipynb │ ├── flag-62.json │ ├── flag-63.ipynb │ ├── flag-63.json │ ├── flag-64.ipynb │ ├── flag-64.json │ ├── flag-65.ipynb │ ├── flag-65.json │ ├── flag-66.ipynb │ ├── flag-66.json │ ├── flag-67.ipynb │ ├── flag-67.json │ ├── flag-68.ipynb │ ├── flag-68.json │ ├── flag-69.ipynb │ ├── flag-69.json │ ├── flag-7.ipynb │ ├── flag-7.json │ ├── flag-70.ipynb │ ├── flag-70.json │ ├── flag-71.ipynb │ ├── flag-71.json │ ├── flag-72.ipynb │ ├── flag-72.json │ ├── flag-73.ipynb │ ├── flag-73.json │ ├── flag-74.ipynb │ ├── flag-74.json │ ├── flag-75.ipynb │ ├── flag-75.json │ ├── flag-76.ipynb │ ├── flag-76.json │ ├── flag-77.ipynb │ ├── flag-77.json │ ├── flag-78.ipynb │ ├── flag-78.json │ ├── flag-79.ipynb │ ├── flag-79.json │ ├── flag-8.ipynb │ ├── flag-8.json │ ├── flag-80.ipynb │ ├── flag-80.json │ ├── flag-81.ipynb │ ├── flag-81.json │ ├── flag-82.ipynb │ ├── flag-82.json │ ├── flag-83.ipynb │ ├── flag-83.json │ ├── flag-84.ipynb │ ├── flag-84.json │ ├── flag-85.ipynb │ ├── flag-85.json │ ├── flag-86.ipynb │ ├── flag-86.json │ ├── flag-87.ipynb │ ├── flag-87.json │ ├── flag-88.ipynb │ ├── flag-88.json │ ├── flag-89.ipynb │ ├── flag-89.json │ ├── flag-9.ipynb │ ├── flag-9.json │ ├── flag-90.ipynb │ ├── flag-90.json │ ├── flag-91.ipynb │ ├── flag-91.json │ ├── flag-92.ipynb │ ├── flag-92.json │ ├── flag-93.ipynb │ ├── flag-93.json │ ├── flag-94.ipynb │ ├── flag-94.json │ ├── flag-95.ipynb │ ├── flag-95.json │ ├── flag-96.ipynb │ ├── flag-96.json │ ├── flag-97.ipynb │ ├── flag-97.json │ ├── flag-98.ipynb │ ├── flag-98.json │ ├── flag-99.ipynb │ └── flag-99.json ├── insightbench ├── __init__.py ├── agents.py ├── benchmarks.py ├── metrics.py ├── prompts │ └── __init__.py ├── tools.py └── utils │ ├── __init__.py │ ├── agent_utils.py │ ├── eval_utils.py │ ├── exp_utils.py │ └── metrics_utils.py ├── main.py ├── minimal.py ├── requirements.txt ├── scripts ├── exp_groups.py └── run_experiments.py ├── setup.py └── tests ├── test_basic_evaluation.py ├── test_json_generation.py └── test_notebook_execution.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/README.md -------------------------------------------------------------------------------- /data/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/banner.jpg -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-1.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-10.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-100.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-100.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-11.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-12.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-125.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-125.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-13.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-14-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-14-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-14.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-15-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-15-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-15.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-16.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-17.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-18-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-18-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-18.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-19-backup.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-19-backup.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-19.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-2.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-20.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-21-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-21-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-21.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-22.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-23.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-24.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-25.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-26.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-27-backup.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-27-backup.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-27.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-28-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-28-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-28.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-29.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-3.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-30.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-31.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-32.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-33.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-34.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-35.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-36.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-37.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-38.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-39.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-4.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-40.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-41.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-42.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-43.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-44.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-45.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-46.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-47.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-48.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-49.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-5.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-50.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-51.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-51.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-52.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-52.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-53.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-53.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-54.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-54.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-55.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-55.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-56.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-56.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-57.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-57.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-58.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-58.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-59.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-59.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-6.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-60.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-60.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-61-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-61-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-61.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-61.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-62-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-62-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-62.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-62.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-63.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-63.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-64.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-64.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-65-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-65-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-65.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-65.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-66.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-66.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-67.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-67.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-68-sysuser.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-68-sysuser.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-68.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-68.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-69.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-69.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-7.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-70.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-70.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-71.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-71.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-72.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-72.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-73.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-73.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-74.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-74.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-75.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-75.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-76.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-76.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-77.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-77.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-78.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-78.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-79.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-79.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-8.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-80.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-80.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-81.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-81.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-82.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-82.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-83.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-83.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-84.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-84.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-85.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-85.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-86.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-86.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-87.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-87.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-88.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-88.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-89.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-89.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-9.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-90.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-90.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-91.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-91.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-92.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-92.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-93.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-93.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-94.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-94.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-95.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-95.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-96.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-96.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-97.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-97.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-98.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-98.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/flag-99.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/flag-99.csv -------------------------------------------------------------------------------- /data/notebooks/csvs/sample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/csvs/sample.csv -------------------------------------------------------------------------------- /data/notebooks/flag-1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-1.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-1.json -------------------------------------------------------------------------------- /data/notebooks/flag-10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-10.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-10.json -------------------------------------------------------------------------------- /data/notebooks/flag-100.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-100.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-100.json -------------------------------------------------------------------------------- /data/notebooks/flag-11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-11.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-11.json -------------------------------------------------------------------------------- /data/notebooks/flag-12.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-12.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-12.json -------------------------------------------------------------------------------- /data/notebooks/flag-13.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-13.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-13.json -------------------------------------------------------------------------------- /data/notebooks/flag-14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-14.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-14.json -------------------------------------------------------------------------------- /data/notebooks/flag-15.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-15.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-15.json -------------------------------------------------------------------------------- /data/notebooks/flag-16.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-16.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-16.json -------------------------------------------------------------------------------- /data/notebooks/flag-17.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-17.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-17.json -------------------------------------------------------------------------------- /data/notebooks/flag-18.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-18.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-18.json -------------------------------------------------------------------------------- /data/notebooks/flag-19.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-19.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-19.json -------------------------------------------------------------------------------- /data/notebooks/flag-2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-2.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-2.json -------------------------------------------------------------------------------- /data/notebooks/flag-20.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-20.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-20.json -------------------------------------------------------------------------------- /data/notebooks/flag-21.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-21.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-21.json -------------------------------------------------------------------------------- /data/notebooks/flag-22.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-22.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-22.json -------------------------------------------------------------------------------- /data/notebooks/flag-23.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-23.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-23.json -------------------------------------------------------------------------------- /data/notebooks/flag-24.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-24.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-24.json -------------------------------------------------------------------------------- /data/notebooks/flag-25.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-25.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-25.json -------------------------------------------------------------------------------- /data/notebooks/flag-26.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-26.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-26.json -------------------------------------------------------------------------------- /data/notebooks/flag-27.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-27.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-27.json -------------------------------------------------------------------------------- /data/notebooks/flag-28.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-28.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-28.json -------------------------------------------------------------------------------- /data/notebooks/flag-29.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-29.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-29.json -------------------------------------------------------------------------------- /data/notebooks/flag-3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-3.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-3.json -------------------------------------------------------------------------------- /data/notebooks/flag-30.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-30.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-30.json -------------------------------------------------------------------------------- /data/notebooks/flag-31.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-31.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-31.json -------------------------------------------------------------------------------- /data/notebooks/flag-32.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-32.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-32.json -------------------------------------------------------------------------------- /data/notebooks/flag-33.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-33.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-33.json -------------------------------------------------------------------------------- /data/notebooks/flag-34.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-34.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-34.json -------------------------------------------------------------------------------- /data/notebooks/flag-35.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-35.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-35.json -------------------------------------------------------------------------------- /data/notebooks/flag-36.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-36.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-36.json -------------------------------------------------------------------------------- /data/notebooks/flag-37.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-37.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-37.json -------------------------------------------------------------------------------- /data/notebooks/flag-38.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-38.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-38.json -------------------------------------------------------------------------------- /data/notebooks/flag-39.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-39.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-39.json -------------------------------------------------------------------------------- /data/notebooks/flag-4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-4.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-4.json -------------------------------------------------------------------------------- /data/notebooks/flag-40.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-40.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-40.json -------------------------------------------------------------------------------- /data/notebooks/flag-41.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-41.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-41.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-41.json -------------------------------------------------------------------------------- /data/notebooks/flag-42.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-42.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-42.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-42.json -------------------------------------------------------------------------------- /data/notebooks/flag-43.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-43.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-43.json -------------------------------------------------------------------------------- /data/notebooks/flag-44.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-44.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-44.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-44.json -------------------------------------------------------------------------------- /data/notebooks/flag-45.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-45.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-45.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-45.json -------------------------------------------------------------------------------- /data/notebooks/flag-46.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-46.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-46.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-46.json -------------------------------------------------------------------------------- /data/notebooks/flag-47.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-47.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-47.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-47.json -------------------------------------------------------------------------------- /data/notebooks/flag-48.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-48.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-48.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-48.json -------------------------------------------------------------------------------- /data/notebooks/flag-49.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-49.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-49.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-49.json -------------------------------------------------------------------------------- /data/notebooks/flag-5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-5.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-5.json -------------------------------------------------------------------------------- /data/notebooks/flag-50.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-50.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-50.json -------------------------------------------------------------------------------- /data/notebooks/flag-51.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-51.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-51.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-51.json -------------------------------------------------------------------------------- /data/notebooks/flag-52.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-52.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-52.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-52.json -------------------------------------------------------------------------------- /data/notebooks/flag-53.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-53.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-53.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-53.json -------------------------------------------------------------------------------- /data/notebooks/flag-54.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-54.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-54.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-54.json -------------------------------------------------------------------------------- /data/notebooks/flag-55.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-55.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-55.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-55.json -------------------------------------------------------------------------------- /data/notebooks/flag-56.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-56.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-56.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-56.json -------------------------------------------------------------------------------- /data/notebooks/flag-57.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-57.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-57.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-57.json -------------------------------------------------------------------------------- /data/notebooks/flag-58.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-58.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-58.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-58.json -------------------------------------------------------------------------------- /data/notebooks/flag-59.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-59.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-59.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-59.json -------------------------------------------------------------------------------- /data/notebooks/flag-6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-6.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-6.json -------------------------------------------------------------------------------- /data/notebooks/flag-60.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-60.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-60.json -------------------------------------------------------------------------------- /data/notebooks/flag-61.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-61.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-61.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-61.json -------------------------------------------------------------------------------- /data/notebooks/flag-62.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-62.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-62.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-62.json -------------------------------------------------------------------------------- /data/notebooks/flag-63.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-63.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-63.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-63.json -------------------------------------------------------------------------------- /data/notebooks/flag-64.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-64.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-64.json -------------------------------------------------------------------------------- /data/notebooks/flag-65.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-65.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-65.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-65.json -------------------------------------------------------------------------------- /data/notebooks/flag-66.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-66.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-66.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-66.json -------------------------------------------------------------------------------- /data/notebooks/flag-67.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-67.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-67.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-67.json -------------------------------------------------------------------------------- /data/notebooks/flag-68.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-68.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-68.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-68.json -------------------------------------------------------------------------------- /data/notebooks/flag-69.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-69.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-69.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-69.json -------------------------------------------------------------------------------- /data/notebooks/flag-7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-7.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-7.json -------------------------------------------------------------------------------- /data/notebooks/flag-70.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-70.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-70.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-70.json -------------------------------------------------------------------------------- /data/notebooks/flag-71.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-71.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-71.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-71.json -------------------------------------------------------------------------------- /data/notebooks/flag-72.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-72.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-72.json -------------------------------------------------------------------------------- /data/notebooks/flag-73.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-73.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-73.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-73.json -------------------------------------------------------------------------------- /data/notebooks/flag-74.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-74.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-74.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-74.json -------------------------------------------------------------------------------- /data/notebooks/flag-75.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-75.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-75.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-75.json -------------------------------------------------------------------------------- /data/notebooks/flag-76.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-76.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-76.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-76.json -------------------------------------------------------------------------------- /data/notebooks/flag-77.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-77.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-77.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-77.json -------------------------------------------------------------------------------- /data/notebooks/flag-78.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-78.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-78.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-78.json -------------------------------------------------------------------------------- /data/notebooks/flag-79.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-79.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-79.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-79.json -------------------------------------------------------------------------------- /data/notebooks/flag-8.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-8.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-8.json -------------------------------------------------------------------------------- /data/notebooks/flag-80.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-80.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-80.json -------------------------------------------------------------------------------- /data/notebooks/flag-81.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-81.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-81.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-81.json -------------------------------------------------------------------------------- /data/notebooks/flag-82.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-82.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-82.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-82.json -------------------------------------------------------------------------------- /data/notebooks/flag-83.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-83.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-83.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-83.json -------------------------------------------------------------------------------- /data/notebooks/flag-84.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-84.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-84.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-84.json -------------------------------------------------------------------------------- /data/notebooks/flag-85.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-85.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-85.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-85.json -------------------------------------------------------------------------------- /data/notebooks/flag-86.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-86.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-86.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-86.json -------------------------------------------------------------------------------- /data/notebooks/flag-87.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-87.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-87.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-87.json -------------------------------------------------------------------------------- /data/notebooks/flag-88.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-88.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-88.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-88.json -------------------------------------------------------------------------------- /data/notebooks/flag-89.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-89.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-89.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-89.json -------------------------------------------------------------------------------- /data/notebooks/flag-9.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-9.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-9.json -------------------------------------------------------------------------------- /data/notebooks/flag-90.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-90.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-90.json -------------------------------------------------------------------------------- /data/notebooks/flag-91.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-91.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-91.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-91.json -------------------------------------------------------------------------------- /data/notebooks/flag-92.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-92.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-92.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-92.json -------------------------------------------------------------------------------- /data/notebooks/flag-93.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-93.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-93.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-93.json -------------------------------------------------------------------------------- /data/notebooks/flag-94.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-94.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-94.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-94.json -------------------------------------------------------------------------------- /data/notebooks/flag-95.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-95.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-95.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-95.json -------------------------------------------------------------------------------- /data/notebooks/flag-96.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-96.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-96.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-96.json -------------------------------------------------------------------------------- /data/notebooks/flag-97.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-97.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-97.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-97.json -------------------------------------------------------------------------------- /data/notebooks/flag-98.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-98.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-98.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-98.json -------------------------------------------------------------------------------- /data/notebooks/flag-99.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-99.ipynb -------------------------------------------------------------------------------- /data/notebooks/flag-99.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/data/notebooks/flag-99.json -------------------------------------------------------------------------------- /insightbench/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/__init__.py -------------------------------------------------------------------------------- /insightbench/agents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/agents.py -------------------------------------------------------------------------------- /insightbench/benchmarks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/benchmarks.py -------------------------------------------------------------------------------- /insightbench/metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/metrics.py -------------------------------------------------------------------------------- /insightbench/prompts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/prompts/__init__.py -------------------------------------------------------------------------------- /insightbench/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/tools.py -------------------------------------------------------------------------------- /insightbench/utils/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /insightbench/utils/agent_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/utils/agent_utils.py -------------------------------------------------------------------------------- /insightbench/utils/eval_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/utils/eval_utils.py -------------------------------------------------------------------------------- /insightbench/utils/exp_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/utils/exp_utils.py -------------------------------------------------------------------------------- /insightbench/utils/metrics_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/insightbench/utils/metrics_utils.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/main.py -------------------------------------------------------------------------------- /minimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/minimal.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/exp_groups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/scripts/exp_groups.py -------------------------------------------------------------------------------- /scripts/run_experiments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/scripts/run_experiments.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/setup.py -------------------------------------------------------------------------------- /tests/test_basic_evaluation.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_json_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/tests/test_json_generation.py -------------------------------------------------------------------------------- /tests/test_notebook_execution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ServiceNow/insight-bench/HEAD/tests/test_notebook_execution.py --------------------------------------------------------------------------------