exomishra commited on
Commit
2f2ecb8
·
verified ·
1 Parent(s): cb298cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -1
README.md CHANGED
@@ -9,4 +9,50 @@ size_categories:
9
  language:
10
  - en
11
  pretty_name: SemTabNet
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  language:
10
  - en
11
  pretty_name: SemTabNet
12
+ tags:
13
+ - information-extraction
14
+ - table-understanding
15
+ - climate
16
+ - ESG
17
+ ---
18
+
19
+ # Dataset Card for SemTabNet
20
+
21
+ This dataset accompanies the following paper:
22
+
23
+ ```
24
+ Title: Statements: Universal Information Extraction from Tables with Large Language Models for ESG KPIs
25
+ Authors: Lokesh Mishra, Sohayl Dhibi, Yusik Kim, Cesar Berrospi Ramis, Shubham Gupta, Michele Dolfi, Peter Staar
26
+ Venue: Accepted at the NLP4Climate workshop in the 62nd Annual Meeting of the Association for Computational Linguistics (ACL 2024)
27
+ ```
28
+
29
+ In this paper, we propose **STATEMENTS** as a new knowledge model for storing quantiative information in a domain agnotic, uniform structure. The task of converting a raw input (table or text) to Statements is called Statement Extraction (SE). The statement extraction task falls under the category of universal information extraction.
30
+
31
+ - **Code Repository:** [SemTabNet repository](https://github.com/DS4SD/SemTabNet)
32
+ - **Arxiv Paper:** [Statements: Universal Information Extraction from Tables with Large Language Models for ESG KPIs]()
33
+ - **Point of Contact:** [IBM Research DeepSearch Team](https://ds4sd.github.io)
34
+
35
+
36
+ ### Data Splits
37
+
38
+ There are three tasks supported by this dataset. The data for each three task is split in training, validation, and testing set. Additionally, we also provide the original annotations of the raw tables which are used to construct all other data.
39
+
40
+ |Task | Train | Test | Valid |
41
+ | ----- | ------ | ----- | ---- |
42
+ | SE Direct | 103455 | 11682 | 5445 |
43
+ |SE Indirect 1D | 72580 | 8489 | 3821 |
44
+ |SE Indirect 2D | 93153 | 22839 | 4903 |
45
+
46
+ ### Languages
47
+
48
+ The text in the dataset is in English.
49
+
50
+ ### Source and Annotations
51
+
52
+ The source of this dataset and the annotation strategy is described in the paper.
53
+
54
+
55
+ ### Citation Information
56
+
57
+ ```
58
+ ```