Meena's picture
Create README.md
2b8d9a0
|
raw
history blame
No virus
903 Bytes

TABLE QUESTION ANSWEING

Model

TAPAS, the model learns an inner representation of the English language used in tables and associated texts, which can then be used to extract features useful for downstream tasks such as answering questions about a table, or determining whether a sentence is entailed or refuted by the contents of a table.

  • It is a BERT-based model specifically designed (and pre-trained) for answering questions about tabular data
  • TAPAS uses relative position embeddings and has 7 token types that encode tabular structure.
  • It is pre-trained on the masked language modeling (MLM) objective on a large dataset comprising millions of tables from English Wikipedia and corresponding texts.

The model has been fine-tuned on several datasets

  1. SQA (Sequential Question Answering by Microsoft)
  2. WTQ (Wiki Table Questions by Stanford University)
  3. WikiSQL (by Salesforce).