CoolFace
Datasetpublic

embedding-benchmark/FinQA

FinQA is a large-scale dataset with 2.8k financial reports for 8k Q&A pairs to study numerical reasoning with structured and unstructured evidence. Usage import datasets # Download the dataset queries = datasets.load_dataset("embedding-benchmark/FinQA", "queries") documents = datasets.load_dataset("embedding-benchmark/FinQA", "corpus") pair_labels = datasets.load_dataset("embedding-benchmark/FinQA", "default")

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes1.9kdownloads

embedding-benchmark/FinQA · main · files are served by the source, never re-hosted here