Skip to content

Commit 05c24ba

Browse files
authored
Merge pull request #5 from VectorInstitute/feature/add-nmb-plus
Add row for NMB+ repository
2 parents bb5b957 + b5d6a4c commit 05c24ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ This catalog is a collection of repositories for various Machine Learning techni
3838
[odessey][odessey-repo] | This is a library created with research done for the paper [EhrMamba: Towards Generalizable and Scalable Foundation Models for Electronic Health Records][odessey-paper] published at ArXiv'24. <br>Authors are Adibvafa Fallahpour, Mahshid Alinoori, Wenqian Ye, Xu Cao, Arash Afkanpour, Amrit Krishnan. | EhrMamba, Xgboost, Bi-LSTM | 1 | [MIMIC-IV] |
3939
[Diffusion model bootcamp][diffusion-repo] | This repository contains demos for various diffusion models for tabular and time series data. | TabDDPM, TabSyn, ClavaDDPM, CSDI, TSDiff | 12 | [Physionet Challenge 2012], [wiki2000] |
4040
[News Media Bias][nmb-repo] | This repository contains code for libraries and experiments to recognise and evaluate bias and fakeness within news media articles via LLMs. | Bias evaluation via LLMs, finetuning and data annotation via LLM for fake news detection, Supervised finetuning for debiasing sentence, NER for biased phrases via LLMS, Evaluate using DeepEval library. | 4 | [News Media Bias Full data][nmb-data], [Toxigen], [Nela GT], [Debiaser data] |
41+
[News Media Bias Plus][nmb-plus-repo] | Continuation of News Media Bias project, this repository contains code for libraries and experiments to collect and annotate data, recognise and evaluate bias and fakeness within news media articles via LLMs and LVMs. | Bias evaluation via LLMs and VLMs, finetuning and data annotation via LLM for fake news detection, supervised finetuning for debiasing sentence, NER for biased entities via LLMS. Published papers available on ArXiv'24: [ViLBias: A Comprehensive Framework for Bias Detection through Linguistic and Visual Cues , presenting Annotation Strategies, Evaluation, and Key Challenges][vilbias-paper], [Fact or Fiction? Can LLMs be Reliable Annotators for Political Truths?][fact-or-fiction-paper]| 2 | [News Media Bias Plus Full Data][nmb-plus-full-data], [NMB Plus Named Entities][nmb-plus-entities] |
42+
4143
--------
4244

4345
>[!NOTE]
@@ -75,6 +77,7 @@ This catalog is a collection of repositories for various Machine Learning techni
7577
[odessey-repo]: https://github.com/VectorInstitute/odyssey
7678
[nmb-repo]: https://github.com/VectorInstitute/news-media-bias
7779
[diffusion-repo]: https://github.com/VectorInstitute/diffusion_model_bootcamp
80+
[nmb-plus-repo]: https://github.com/VectorInstitute/news-media-bias-plus
7881

7982
[//]: # (Reference links for Research papers)
8083
[laftr-paper]: https://arxiv.org/abs/1802.06309
@@ -89,6 +92,8 @@ This catalog is a collection of repositories for various Machine Learning techni
8992
[vbll-paper]: https://arxiv.org/abs/2404.11599
9093
[bmu-paper]: https://aclanthology.org/2024.emnlp-industry.71/
9194
[odessey-paper]: https://arxiv.org/pdf/2405.14567
95+
[vilbias-paper]: https://arxiv.org/abs/2412.17052
96+
[fact-or-fiction-paper]: https://arxiv.org/abs/2411.05775
9297

9398
[//]: # (Reference links for datasets)
9499
[CIFAR10]: https://pytorch.org/vision/main/generated/torchvision.datasets.CIFAR10.html#torchvision.datasets.CIFAR10
@@ -184,6 +189,8 @@ This catalog is a collection of repositories for various Machine Learning techni
184189
[Debiaser data]: https://github.com/VectorInstitute/news-media-bias/tree/main/UnBIAS-Debiaser%20library/datasets
185190
[Physionet Challenge 2012]: https://physionet.org/files/challenge-2012/1.0.0/set-a.tar.gz?download
186191
[wiki2000]: https://github.com/awslabs/gluonts/raw/b89f203595183340651411a41eeb0ee60570a4d9/datasets/wiki2000_nips.tar.gz
192+
[nmb-plus-full-data]: https://huggingface.co/datasets/vector-institute/newsmediabias-plus
193+
[nmb-plus-entities]: https://huggingface.co/datasets/vector-institute/NMB-Plus-Named-Entities
187194

188195
[//]: # (Miscellaneous reference links)
189196

0 commit comments

Comments
 (0)