rodriguescarson/adaption-financial-qa-with-tables
Financial Filing QA with Reasoning (Augmented) Numerical questions over company-filing tables and text, answered with a worked reasoning path. Rows 11,976 Domain finance Format data.parquet, one row per example Licence other Built for supervised fine-tuning (SFT) experiments on Adaption AutoScientist Columns Column Description prompt The prompt (user turn) as uploaded. completion The target response as uploaded.… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-financial-qa-with-tables.
Financial Filing QA with Reasoning (Augmented)
Numerical questions over company-filing tables and text, answered with a worked reasoning path.
Columns
How it was built
Built from Fino1 reasoning paths over FinQA train, decontaminated against FinQA test pages.
Sources and licence
- Fino1 / FinQA (CC-BY-4.0)
Notes
- This dataset contains the original 1,466-row seed plus rows added by Adaption's augmentation. The added rows are general-purpose and do not all match the dataset's topic; Adaption does not publish their provenance, so the licence is listed as other. The export does not mark which rows are seed and which were added.
- Adaption's export for this dataset returns its augmented state, so it is larger than the platform's row count.
Loading
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-financial-qa-with-tables", split="train")import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-financial-qa-with-tables/data.parquet")Published by Carson Rodrigues (Hugging Face, Kaggle).
