-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
First of all, I would like to compliment you on the Observatory project — I find your work extremely valuable for research on table representation and evaluation metrics.
I'm currently working on testing the ColBERT v2 model according to the metrics described in your paper, starting with the "Row Order Insignificance" measure. In doing so, I've been adapting the methodology you used with BERT and RoBERTa to my experiments.
However, I encountered a problem: the TURL link that used to contain the files data/entity_vocab.txt and data/test_tables.jsonl derived from Wikitables is no longer available. I was wondering if you still have these files or could provide access to them, as I need them to properly compare my results with the ones reported for other models in your paper.
Additionally, I noticed your Observatory Library and I'm curious if it would be feasible to use it to help test ColBERT v2 with your evaluation metrics. I would greatly appreciate any guidance or suggestions regarding this.