CompoundingAI commited on
Commit
69b0196
·
verified ·
1 Parent(s): d13c0c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -14,7 +14,6 @@ pretty_name: IndFin-Bench
14
  size_categories:
15
  - n<1K
16
  ---
17
-
18
  # IndFin-Bench: A Benchmark Grounded in Indian Financial Filings
19
 
20
  **IndFin-Bench** is a benchmark of 100 hand-curated questions sourced from the corporate filings of Indian listed companies. It is designed to evaluate how accurately LLMs can retrieve and reason over India-specific financial data.
@@ -22,7 +21,6 @@ size_categories:
22
  Existing financial benchmarks like [FinBen](https://github.com/The-FinAI/FinBen) and [FinQA](https://github.com/czyssrs/FinQA) are built on US market data — SEC filings, 10-K reports, and earnings calls from American corporations. **IndFin-Bench fills this gap for the Indian market**, covering the Ind AS accounting landscape, SEBI disclosure formats, and cross-company reasoning over BSE/NSE-listed equities.
23
 
24
  ---
25
-
26
  ## Dataset Summary
27
 
28
  | | |
@@ -34,7 +32,6 @@ Existing financial benchmarks like [FinBen](https://github.com/The-FinAI/FinBen)
34
  | **License** | CC-BY-NC 4.0 (with additional restrictions; see below) |
35
 
36
  ---
37
-
38
  ## Schema
39
 
40
  | Field | Description |
@@ -45,7 +42,6 @@ Existing financial benchmarks like [FinBen](https://github.com/The-FinAI/FinBen)
45
  | `Atomic_Fact` | Verified ground truth answer, sourced directly from official filings |
46
 
47
  ---
48
-
49
  ## Complexity Levels
50
 
51
  | Category | Questions | What it tests |
@@ -56,7 +52,6 @@ Existing financial benchmarks like [FinBen](https://github.com/The-FinAI/FinBen)
56
  | Multi-Company, Single Fact | 9 | Retrieve comparable figures across companies and perform comparison |
57
 
58
  ---
59
-
60
  ## Usage
61
 
62
  ```python
@@ -65,13 +60,11 @@ from datasets import load_dataset
65
  ds = load_dataset("CompoundingAI/IndFin-Bench")
66
  ```
67
  ---
68
-
69
  ## Ground Truth
70
 
71
  Each question has a corresponding **Atomic Fact** — a precise, minimal statement of the correct answer derived directly from official company filings. Every atomic fact has been manually verified against primary filings.
72
 
73
  ---
74
-
75
  ## Intended Use & Restrictions
76
 
77
  This dataset is released under the **Creative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0)** license.
 
14
  size_categories:
15
  - n<1K
16
  ---
 
17
  # IndFin-Bench: A Benchmark Grounded in Indian Financial Filings
18
 
19
  **IndFin-Bench** is a benchmark of 100 hand-curated questions sourced from the corporate filings of Indian listed companies. It is designed to evaluate how accurately LLMs can retrieve and reason over India-specific financial data.
 
21
  Existing financial benchmarks like [FinBen](https://github.com/The-FinAI/FinBen) and [FinQA](https://github.com/czyssrs/FinQA) are built on US market data — SEC filings, 10-K reports, and earnings calls from American corporations. **IndFin-Bench fills this gap for the Indian market**, covering the Ind AS accounting landscape, SEBI disclosure formats, and cross-company reasoning over BSE/NSE-listed equities.
22
 
23
  ---
 
24
  ## Dataset Summary
25
 
26
  | | |
 
32
  | **License** | CC-BY-NC 4.0 (with additional restrictions; see below) |
33
 
34
  ---
 
35
  ## Schema
36
 
37
  | Field | Description |
 
42
  | `Atomic_Fact` | Verified ground truth answer, sourced directly from official filings |
43
 
44
  ---
 
45
  ## Complexity Levels
46
 
47
  | Category | Questions | What it tests |
 
52
  | Multi-Company, Single Fact | 9 | Retrieve comparable figures across companies and perform comparison |
53
 
54
  ---
 
55
  ## Usage
56
 
57
  ```python
 
60
  ds = load_dataset("CompoundingAI/IndFin-Bench")
61
  ```
62
  ---
 
63
  ## Ground Truth
64
 
65
  Each question has a corresponding **Atomic Fact** — a precise, minimal statement of the correct answer derived directly from official company filings. Every atomic fact has been manually verified against primary filings.
66
 
67
  ---
 
68
  ## Intended Use & Restrictions
69
 
70
  This dataset is released under the **Creative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0)** license.