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). |