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

add one work about table embeddings and one work about table representation #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Figure 4: Key techniques in using LLMs for tabular data. The dotted line indicat
**[Towards Foundation Models for Learning on Tabular Data](https://arxiv.org/abs/2310.07338)**


**[Observatory: Characterizing Embeddings of Relational Tables](https://www.vldb.org/pvldb/vol17/p849-cong.pdf)**
**[[code](https://github.com/superctj/observatory)]**


**[Towards Better Serialization of Tabular Data for Few-shot Classification with Large Language Models
Expand Down Expand Up @@ -280,6 +282,11 @@ Knowledge Grounding
**[Disambiguate Entity Matching using Large Language Models through Relation Discovery](https://dl.acm.org/doi/abs/10.1145/3665601.3669844)**
**[[code](https://cocoon-data-transformation.github.io/page/standardize)]**

#### Table Representation

**[Tables as Texts or Images: Evaluating the Table Reasoning Ability of LLMs and MLLMs](https://arxiv.org/pdf/2402.12424)**


<a id="dataset"></a>
## Datasets
Please refer to our paper to see relevant methods that benchmark on these datasets.
Expand Down