TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I added context data to the TruthfulQA dataset

1 pointsby roh26it9 months ago

1 comment

roh26it9 months ago
Being one of the most downloaded datasets on Huggingface, I was a little bit surprised by how dirty this dataset was. Plus it had very limited information and some incorrect classifications as well.<p>For an internal experiment on building a &quot;Truthful Evaluator&quot;, we picked up this dataset and tried fine-tuning a model on these 8000 odd examples.<p>Realised that it needed: 1. Cleaning up 2. Some reclassification<p>But, most importantly - it lacked context data. It only had a link pointing to the source which was also absent for a few rows.<p>We scraped the internet for the link in the dataset, matched it to the question and narrowed down on a small context to be added to the main dataset.<p>Releasing it publicly so that someone else may avoid the 2-3 days of pain of wrangling with this data.