vaishali commited on
Commit
a4985af
1 Parent(s): a6db8a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
2
  language: hi
3
  tags:
4
- - lowrestabqa
5
- - low-resource-table-question-answering
6
- - indic-table-question-answering
7
- - hindi-table-question-answering
8
  license: mit
9
  pipeline_tag: table-question-answering
10
  datasets:
11
- - vaishali/hindiTabQA
 
 
12
  ---
13
 
14
  # Usage
@@ -104,4 +106,4 @@ for sample in hinditableQA['train']:
104
  abstract = "TableQA is the task of answering questions over tables of structured information, returning individual cells or tables as output. TableQA research has focused primarily on high-resource languages, leaving medium- and low-resource languages with little progress due to scarcity of annotated data and neural models. We address this gap by introducing a fully automatic large-scale tableQA data generation process for low-resource languages with limited budget. We incorporate our data generation method on two Indic languages, Bengali and Hindi, which have no tableQA datasets or models. TableQA models trained on our large-scale datasets outperform state-of-the-art LLMs. We further study the trained models on different aspects, including mathematical reasoning capabilities and zero-shot cross-lingual transfer. Our work is the first on low-resource tableQA focusing on scalable data generation and evaluation procedures. Our proposed data generation method can be applied to any low-resource language with a web presence. We release datasets, models, and code (https://github.com/kolk/Low-Resource-TableQA-Indic-languages).",
105
  }
106
 
107
- ```
 
1
  ---
2
  language: hi
3
  tags:
4
+ - lowrestabqa
5
+ - low-resource-table-question-answering
6
+ - indic-table-question-answering
7
+ - hindi-table-question-answering
8
  license: mit
9
  pipeline_tag: table-question-answering
10
  datasets:
11
+ - vaishali/hindiTabQA
12
+ base_model:
13
+ - vaishali/BnTQA-mBart
14
  ---
15
 
16
  # Usage
 
106
  abstract = "TableQA is the task of answering questions over tables of structured information, returning individual cells or tables as output. TableQA research has focused primarily on high-resource languages, leaving medium- and low-resource languages with little progress due to scarcity of annotated data and neural models. We address this gap by introducing a fully automatic large-scale tableQA data generation process for low-resource languages with limited budget. We incorporate our data generation method on two Indic languages, Bengali and Hindi, which have no tableQA datasets or models. TableQA models trained on our large-scale datasets outperform state-of-the-art LLMs. We further study the trained models on different aspects, including mathematical reasoning capabilities and zero-shot cross-lingual transfer. Our work is the first on low-resource tableQA focusing on scalable data generation and evaluation procedures. Our proposed data generation method can be applied to any low-resource language with a web presence. We release datasets, models, and code (https://github.com/kolk/Low-Resource-TableQA-Indic-languages).",
107
  }
108
 
109
+ ```