File size: 14,414 Bytes
4623ea9
8097c7e
 
 
 
398c72f
8097c7e
 
 
 
398c72f
 
4623ea9
 
cfc5c45
 
398c72f
8097c7e
20e7206
ff04e03
d9824fb
15e084d
 
d9824fb
15e084d
0c8052e
 
 
 
a13cc29
bc78c72
0c8052e
 
 
 
 
 
 
cd84e92
 
15e084d
 
 
 
 
 
 
bc78c72
15e084d
 
 
 
bc78c72
15e084d
 
 
 
bc78c72
15e084d
 
 
 
 
 
 
bc78c72
15e084d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc78c72
15e084d
 
 
 
 
 
 
 
 
 
 
bc78c72
3dce202
 
398c72f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
---
datasets:
- RUCKBReasoning/TableLLM-SFT
language:
- en
license: llama2
tags:
- Table
- QA
- Code
pipeline_tag: table-question-answering
library_name: transformers
---

# TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios

| **[Paper](https://arxiv.org/abs/2403.19318)** | **[Training set](https://huggingface.co/datasets/RUCKBReasoning/TableLLM-SFT)** | **[Github](https://github.com/TableLLM/TableLLM)** | **[Homepage](https://tablellm.github.io/)** |

We present **TableLLM**, a powerful large language model designed to handle tabular data manipulation tasks efficiently, whether they are embedded in spreadsheets or documents, meeting the demands of real office scenarios. The TableLLM series encompasses two distinct scales: [TableLLM-7B](https://huggingface.co/RUCKBReasoning/TableLLM-7b) and [TableLLM-13B](https://huggingface.co/RUCKBReasoning/TableLLM-13b), which are fine-tuned based on [CodeLlama-7b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-7b-Instruct-hf) and [CodeLlama-13b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-13b-Instruct-hf).

TableLLM generates either a code solution or a direct text answer to handle tabular data manipulation tasks based on different scenarios. Code generation is used for handling spreadsheet-embedded tabular data, which often involves the insert, delete, update, query, merge, and plot operations of tables. Text generation is used for handling document-embedded tabular data, which often involves the query operation of short tables.

## Evaluation Results
We evaluate the code solution generation ability of TableLLM on three benchmarks: WikiSQL, Spider and Self-created table operation benchmark. The text answer generation ability is tested on four benchmarks: WikiTableQuestion (WikiTQ), TAT-QA, FeTaQA and OTTQA. The evaluation result is shown below:

| Model                | WikiTQ | TAT-QA | FeTaQA |  OTTQA  | WikiSQL | Spider | Self-created | Average |
| :------------------- | :----: | :----: | :----: | :-----: | :-----: | :----: | :----------: | :-----: |
| TaPEX                |  38.5  |    –   |    –   |    –    |   83.9  |  15.0  |       /      |   45.8  |
| TaPas                |  31.5  |    –   |    –   |    –    |   74.2  |  23.1  |       /      |   42.92 |
| TableLlama           |  24.0  |  22.2  |  20.5  |   6.4   |   43.7  |   9.0  |       /      |   20.7  |
| GPT3.5               |  58.5  |<ins>72.1</ins>|  71.2  |  60.8   |   81.7   |  67.4  | 77.1 |   69.8  |
| GPT4                 |**74.1**|**77.1**|**78.4**|**69.5** |   84.0  |  69.5  |     77.8     | **75.8**|
| Llama2-Chat (13B)    |  48.8  |  49.6  |  67.7  |  61.5   |    –    |    –   |       –      |   56.9  |
| CodeLlama (13B)      |  43.4  |  47.2  |  57.2  |  49.7   |   38.3  |  21.9  |     47.6     |   43.6  |
| Deepseek-Coder (33B) |   6.5  |  11.0  |   7.1  |   7.4   |   72.5  |  58.4  |     73.9     |   33.8  |
| StructGPT (GPT3.5)   |  52.5  |  27.5  |  11.8  |  14.0   |   67.8  |**84.8**|       /      |   48.9  |
| Binder (GPT3.5)      |  61.6  |  12.8  |   6.8  |   5.1   |   78.6  |  52.6  |       /      |   42.5  |
| DATER (GPT3.5)       |  53.4  |  28.4  |  18.3  |  13.0   |   58.2  |  26.5  |       /      |   37.0  |
| TableLLM-7B (Ours)   |  58.8  |  66.9  |  72.6  |<ins>63.1</ins>|<ins>86.6</ins>|  82.6  |<ins>78.8</ins>|   72.8  |
| TableLLM-13B (Ours)  |<ins>62.4</ins>|  68.2  |<ins>74.5</ins>|  62.5   | **90.7**|<ins>83.4</ins>|   **80.8**   |<ins>74.7</ins>|

## Prompt Template
The prompts we used for generating code solutions and text answers are introduced below.

### Code Solution
The prompt template for the insert, delete, update, query, and plot operations on a single table.
```
[INST]Below are the first few lines of a CSV file. You need to write a Python program to solve the provided question.

Header and first few lines of CSV file:
{csv_data}

Question: {question}[/INST]
```

The prompt template for the merge operation on two tables.
```
[INST]Below are the first few lines two CSV file. You need to write a Python program to solve the provided question.

Header and first few lines of CSV file 1:
{csv_data1}

Header and first few lines of CSV file 2:
{csv_data2}

Question: {question}[/INST]
```

The csv_data field is filled with the first few lines of your provided table file. Below is an example:
```
Sex,Length,Diameter,Height,Whole weight,Shucked weight,Viscera weight,Shell weight,Rings
M,0.455,0.365,0.095,0.514,0.2245,0.101,0.15,15
M,0.35,0.265,0.09,0.2255,0.0995,0.0485,0.07,7
F,0.53,0.42,0.135,0.677,0.2565,0.1415,0.21,9
M,0.44,0.365,0.125,0.516,0.2155,0.114,0.155,10
I,0.33,0.255,0.08,0.205,0.0895,0.0395,0.055,7
```

### Text Answer
The prompt template for direct text answer generation on short tables.
````
[INST]Offer a thorough and accurate solution that directly addresses the Question outlined in the [Question].
### [Table Text]
{table_descriptions}

### [Table]
```
{table_in_csv}
```

### [Question]
{question}

### [Solution][INST/]
````

For more details about how to use TableLLM, please refer to our GitHub page: <https://github.com/TableLLM/TableLLM>

# File information

The repository contains the following file information:

Filename: special_tokens_map.json
Content: {
  "bos_token": {
    "content": "<s>",
    "lstrip": false,
    "normalized": true,
    "rstrip": false,
    "single_word": false
  },
  "eos_token": {
    "content": "</s>",
    "lstrip": false,
    "normalized": true,
    "rstrip": false,
    "single_word": false
  },
  "pad_token": "[PAD]",
  "unk_token": {
    "content": "<unk>",
    "lstrip": false,
    "normalized": true,
    "rstrip": false,
    "single_word": false
  }
}

Filename: model.safetensors.index.json
Content: {
  "metadata": {
    "total_size": 26032056320
  },
  "weight_map": {
    "lm_head.weight": "model-00006-of-00006.safetensors",
    "model.embed_tokens.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
    "model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.input_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.input_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.input_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
    "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
    "model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
    "model.layers.19.mlp.up_proj.weight": "model-00003-of-0