Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[possible bug] The way using highlighted cells in evaluation of TableLlama #8

Open
giangnguyen2412 opened this issue Apr 24, 2024 · 1 comment

Comments

@giangnguyen2412
Copy link

Hello authors,

I am concerning about the way you used the highlighted cells in test for TableLlama.

Taking FeTaQA as an example,

From the paper, it looks like the highlighted cells in test should be used to evaluate the model reasoning rather than be used as the part of the prompt.

Currently, the "question" field in the prompts to TableLlama is like this:

### Question:
The highlighted cells of the table are: [HIGHLIGHTED_BEGIN] [KSW 18: Unfinished Sympathy], [February 25, 2012], [Orlen Arena], [Poland Płock, Poland], [KSW 21: Ultimate Explanation], [Hala Torwar], [Poland Warsaw, Poland] [HIGHLIGHTED_END] Were any KSW events in 2012 not held in arenas?

This contains the highlighted cells. Could the authors help to clarify this/correct me?

Thanks a lot!

@giangnguyen2412 giangnguyen2412 changed the title The way using highlighted cells in evaluation of TableLlama [possible bug] The way using highlighted cells in evaluation of TableLlama Apr 24, 2024
@giangnguyen2412
Copy link
Author

giangnguyen2412 commented Apr 25, 2024

The main author confirms in an email that:

Hi Giang,

The initial point of incorporating FeTaQA is we want TableLlama has the ability to predict text based on highlighted cells, that’s why we format the input like this and we call it highlighted cells QA instead of just table QA. But you are correct that the original FeTaQA paper doesn’t directly inject the highlighted cells into the input for test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant