diff --git a/_pages/projects.md b/_pages/projects.md index d29ad27bc293..e19d6555648f 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -3,7 +3,7 @@ layout: page title: projects permalink: /projects/ description: A growing collection of your cool projects. -nav: false +nav: true nav_order: 3 display_categories: [work, fun] horizontal: false diff --git a/_projects/dexter_project.md b/_projects/dexter_project.md index e5ca49d9f319..28188bde3c9f 100644 --- a/_projects/dexter_project.md +++ b/_projects/dexter_project.md @@ -2,10 +2,10 @@ layout: page title: Dexter description: A benchnmark for open-domain complex answering -img: assets/img/dexter-logo.png +img: assets/img/dexter-logo.jpeg importance: 2 category: work -giscus_comments: true +giscus_comments: false --- @@ -276,16 +276,11 @@ loader = RetrieverDataset("my-dataset","my-dataset-corpus", ``` - - - ## Building your own retrievers To build your own retriever you can extend from the class bcqa/retriever/BaseRetriever.py and use it in your evaluation script. - - ### Citing & Authors This work is done with [Venktesh Vishwanath](https://venkteshv.github.io/#home) and Deepali Prabhu. @@ -304,7 +299,3 @@ For citing please use the following bibtex } ``` - -{% raw %} - -{% endraw %} diff --git a/_projects/ffindex_project.md b/_projects/ffindex_project.md index b3b92b8abb86..4c8b369149e2 100644 --- a/_projects/ffindex_project.md +++ b/_projects/ffindex_project.md @@ -1,14 +1,14 @@ --- layout: page title: Fast Forward Indexes -description: with background image -img: assets/img/12.jpg +description: Fast-CPU based re-ranking +img: assets/img/ffindex-logo.pdf importance: 1 category: work -related_publications: true +related_publications: false --- -# Fast-Forward Indexes + We introduce a simple yet powerful vector forward index designed to enhance document ranking by combining lexical and semantic scores through interpolation called Fast Forward Indexes. Unlike traditional contextual re-rankers and dense indexes that rely on nearest neighbor search, Fast-Forward indexes leverage efficient sparse models for retrieval and pre-computed dense transformer-based vector representations. This approach allows for constant time lookup and fast CPU-based semantic similarity computation during query processing. Additionally, we propose innovative index pruning and early stopping techniques, grounded in theoretical foundations, to boost query processing throughput. @@ -65,3 +65,49 @@ first_stage_ranking.interpolate(out, 0.1).save(Path("/path/to/output/run.tsv")) ## Documentation A more detailed documentation is available [here](https://mrjleo.github.io/fast-forward-indexes/docs). + +### Citing & Authors + +This work is done with [Jurek Leonhardt](https://mrjleo.github.io). + +For citing please use the following bibtex + +```bibtex +@article{LeonhardtMRKAA:tois:24, + author = {Jurek Leonhardt and + Henrik M{\"{u}}ller and + Koustav Rudra and + Megha Khosla and + Abhijit Anand and + Avishek Anand}, + title = {Efficient Neural Ranking Using Forward Indexes and Lightweight Encoders}, + journal = {Transactions of Information Systems (TOIS)}, + volume = {42}, + number = {5}, + pages = {117:1--117:34}, + year = {2024}, + url = {https://doi.org/10.1145/3631939}, + arxiv = {2311.01263}, + pdf = {https://arxiv.org/pdf/2311.01263}, + doi = {10.1145/3631939}, +} +``` + +```bibtex +@inproceedings{LeonhardtRKAA22:www:22, + author = {Jurek Leonhardt and + Koustav Rudra and + Megha Khosla and + Abhijit Anand and + Avishek Anand}, + title = {Efficient Neural Ranking using Forward Indexes}, + journal = {TheWebConference '22: The {ACM} Web Conference 2022, Virtual Event, Lyon, France, + April 25 - 29, 2022}, + pages = {266--276}, + publisher = {ACM}, + year = {2022}, + arxiv = {2311.01263}, + url = {https://doi.org/10.1145/3485447.3511955}, + doi = {10.1145/3485447.3511955} +} +``` diff --git a/_projects/quantemp_project.md b/_projects/quantemp_project.md index 5cf7a68d6155..484b1a7642c5 100644 --- a/_projects/quantemp_project.md +++ b/_projects/quantemp_project.md @@ -2,7 +2,7 @@ layout: page title: QuanTemp description: An open-domain benchmark to verify claims with quantities and temporal expressions -img: assets/img/quantemp.png +img: assets/img/quantemp-logo.pdf importance: 3 category: work --- @@ -103,3 +103,25 @@ followed by ```bash python3 code/evaluation/eval_veracity_prediction.py --output_path output/finqa_roberta_claimdecomp.csv ``` + +### Citing & Authors + +This work is done with [Venktesh Vishwanath](https://venkteshv.github.io/#home), [Abhijit Anand](https://abhijitanand.github.io) and [Vinay Setty](https://www.ux.uis.no/~vsetty/). + +For citing please use the following bibtex + +```bibtex +@article{venky:sigir:24, + author = {Venktesh V and + Abhijit Anand and + Avishek Anand and + Vinay Setty}, + title = {QuanTemp: A real-world open-domain benchmark for fact-checking numerical claims}, + journal = {Proceedings of SIGIR Conference on + Research and Development in Information Retrieval}, + year = {2024}, + url = {https://doi.org/10.48550/arXiv.2403.17169}, + doi = {10.48550/ARXIV.2403.17169}, + arxiv = {2403.17169}, +} +``` diff --git a/_projects/suwr_project.md b/_projects/suwr_project.md deleted file mode 100644 index a5240ad181cd..000000000000 --- a/_projects/suwr_project.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: page -title: SUWR -description: Interpretability by design -img: assets/img/6.jpg -importance: 4 -category: fun ---- diff --git a/_site/404.html b/_site/404.html index 26a6983a4d84..92800b3f4eed 100644 --- a/_site/404.html +++ b/_site/404.html @@ -155,6 +155,16 @@ + + + + + @@ -504,6 +514,13 @@

Page not found

handler: () => { window.location.href = "/publications/"; }, + },{id: "nav-projects", + title: "projects", + description: "A growing collection of your cool projects.", + section: "Navigation", + handler: () => { + window.location.href = "/projects/"; + }, },{id: "nav-teaching", title: "teaching", description: "Materials for courses in the bachelors, and the masters level at TU Delft.", @@ -583,9 +600,9 @@

Page not found

description: "A benchnmark for open-domain complex answering", section: "Projects",handler: () => { window.location.href = "/projects/dexter_project/"; - },},{id: "projects-project-1", - title: 'project 1', - description: "with background image", + },},{id: "projects-fast-forward-indexes", + title: 'Fast Forward Indexes', + description: "Fast-CPU based re-ranking", section: "Projects",handler: () => { window.location.href = "/projects/ffindex_project/"; },},{id: "projects-quantemp", @@ -593,11 +610,6 @@

Page not found

description: "An open-domain benchmark to verify claims with quantities and temporal expressions", section: "Projects",handler: () => { window.location.href = "/projects/quantemp_project/"; - },},{id: "projects-suwr", - title: 'SUWR', - description: "Interpretability by design", - section: "Projects",handler: () => { - window.location.href = "/projects/suwr_project/"; },},{ id: 'socials-email', title: 'Send email', diff --git a/_site/_pages/dropdown/index.html b/_site/_pages/dropdown/index.html index 79340dfb9b52..1ddfa08e1119 100644 --- a/_site/_pages/dropdown/index.html +++ b/_site/_pages/dropdown/index.html @@ -152,6 +152,16 @@ + + + + + @@ -503,6 +513,13 @@

submenus

handler: () => { window.location.href = "/publications/"; }, + },{id: "nav-projects", + title: "projects", + description: "A growing collection of your cool projects.", + section: "Navigation", + handler: () => { + window.location.href = "/projects/"; + }, },{id: "nav-teaching", title: "teaching", description: "Materials for courses in the bachelors, and the masters level at TU Delft.", @@ -582,9 +599,9 @@

submenus

description: "A benchnmark for open-domain complex answering", section: "Projects",handler: () => { window.location.href = "/projects/dexter_project/"; - },},{id: "projects-project-1", - title: 'project 1', - description: "with background image", + },},{id: "projects-fast-forward-indexes", + title: 'Fast Forward Indexes', + description: "Fast-CPU based re-ranking", section: "Projects",handler: () => { window.location.href = "/projects/ffindex_project/"; },},{id: "projects-quantemp", @@ -592,11 +609,6 @@

submenus

description: "An open-domain benchmark to verify claims with quantities and temporal expressions", section: "Projects",handler: () => { window.location.href = "/projects/quantemp_project/"; - },},{id: "projects-suwr", - title: 'SUWR', - description: "Interpretability by design", - section: "Projects",handler: () => { - window.location.href = "/projects/suwr_project/"; },},{ id: 'socials-email', title: 'Send email', diff --git a/_site/assets/jupyter/blog.ipynb.html b/_site/assets/jupyter/blog.ipynb.html index 5dc45bf2c9ae..81e62eee09ca 100644 --- a/_site/assets/jupyter/blog.ipynb.html +++ b/_site/assets/jupyter/blog.ipynb.html @@ -3,7 +3,7 @@ -jekyll-jupyter-notebook20240702-37017-2bmyzw +jekyll-jupyter-notebook20240703-58865-4my4rm