Skip to content

Commit fe35f3f

Browse files
committed
add tableformer as reference of tableQA example
1 parent 80af08e commit fe35f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awesome_examples/tableQA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this lesson, we ask the model to answer questions based on a table. The table
44

55
Comparing the following two examples, ChatGPT is vulnerable to table row order perturbation, while GPT4 is robust to table row order perturbation. Such robustness could probably be due to two reasons. The first reason is larger model size and more pretraining data of GPT4. Secondly, better truthfulness stemming from better RLHF alignment could help GPT4 follow different formats of the same instructions better.
66

7-
Note that smaller finetuned models heavily suffers from such non-robustness issue, according to the paper: [TableFormer: Robust Transformer Modeling for Table-Text Encoding](https://arxiv.org/pdf/2203.00274.pdf)
7+
Note that smaller finetuned models heavily suffer from such non-robustness issue, according to the paper: [TableFormer: Robust Transformer Modeling for Table-Text Encoding](https://arxiv.org/pdf/2203.00274.pdf)
88

99
# Example 1 (2022/04/29)
1010

0 commit comments

Comments
 (0)