From f03a46ae6594faa2a4583f4c2391de89938cc54d Mon Sep 17 00:00:00 2001 From: Sebastian Bordt Date: Tue, 9 Apr 2024 16:21:52 +0200 Subject: [PATCH] Update README.md Signed-off-by: Sebastian Bordt --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 525a2e1..d39cc29 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ Then use ```import tabmemcheck``` to import the Python package. # Overview -The package provides four different tests for verbatim memorization of a tabular dataset (header test, row completion test, feature completion test, first token test). +The package provides four different tests for verbatim memorization of a tabular dataset (header test, row completion test, feature completion test, first token test). + +It also provides additional heuristics to assess what an LLM know about a tabular dataset (does the LLM know the names of the features in the dataset?). The header test asks the LLM to complete the initial rows of a CSV file.