File size: 711 Bytes
35fb5b0 cb8dc0f 35fb5b0 cb8dc0f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
task_categories:
- table-question-answering
license: apache-2.0
library_name: datasets
dataset_info:
features:
- name: context
dtype: string
- name: category
dtype: string
- name: entity
dtype: string
- name: entity_type
dtype: string
- name: query
dtype: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 242696233
num_examples: 52572
download_size: 3986141
dataset_size: 242696233
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
This dataset is from the paper [FinTagging: An LLM-ready Benchmark for Extracting and Structuring Financial Information](https://huggingface.co/papers/2505.20650). |