File size: 686 Bytes
4c69af2 cb02e33 4c69af2 cb02e33 |
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 |
---
language:
- en
task_categories:
- table-question-answering
dataset_info:
features:
- name: text
dtype: string
- name: numeric_entities
list:
- name: concept
dtype: string
- name: type
dtype: string
- name: value
dtype: string
- name: context_id
dtype: int64
splits:
- name: test
num_bytes: 13886618
num_examples: 6599
download_size: 3161610
dataset_size: 13886618
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). |