CoolFace
Apppublic

ai4data/data-use-annotation

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
50 commits on main
a3025a67mo ago

feat: add in-app help guide with ❓ button in top bar

rafmacalaba
f6b1e297mo ago

docs: add annotator guide for the Data Use Annotation Tool

rafmacalaba
69b27047mo ago

docs: update title and emoji in README

rafmacalaba
194a2a97mo ago

ui: inline Document label with dropdown to save space

rafmacalaba
e715c5d7mo ago

feat: show all pages with jump-to-mention navigation

rafmacalaba
58e23bb7mo ago

fix: extend highlighting to headings, strong, em, blockquote

rafmacalaba
e02c2757mo ago

ui: neutralize markdown preview colors for annotation clarity

rafmacalaba
0018d887mo ago

ui: 5 polish fixes

rafmacalaba
5c1c0e87mo ago

fix: don't fetch docs until annotatorName is set

rafmacalaba
0880d657mo ago

fix: block document access for users not in annotator_config

rafmacalaba
b5036c87mo ago

fix: add corpora.json with UNHCR entry to git

rafmacalaba
4a9a5a67mo ago

feat: add UNHCR corpus to registry and prepare_unhcr.py script

rafmacalaba
a2c885c7mo ago

feat: multi-corpus support

rafmacalaba
aeca1177mo ago

security: add auth middleware to block unauthenticated write API calls

rafmacalaba
5b372667mo ago

fix: persist source field in saveAnnotation so leaderboard counts Added

rafmacalaba
1cee57d7mo ago

fix: add source='human' to manual annotation payload for leaderboard tracking

rafmacalaba
c418fdb7mo ago

fix: disable all caching in leaderboard API for real-time updates

rafmacalaba
542e5d37mo ago

feat: add refresh button to leaderboard + cache-bust API calls

rafmacalaba
e746bfe7mo ago

docs: add comprehensive ANNOTATION_GUIDE.md

rafmacalaba
79ba9a07mo ago

feat: per-annotator document assignments with configurable overlap

rafmacalaba
75ee81e7mo ago

feat: add annotation leaderboard with medals and stats

rafmacalaba
c9986d87mo ago

feat: per-annotator validation support for multi-user overlap

rafmacalaba
b72d00c7mo ago

fix: remove PDF HEAD check that was filtering out valid docs (WB returns 301 for HEAD)

rafmacalaba
c26d3817mo ago

fix: validation updates now saved at top level, not nested in dataset_name

rafmacalaba
48941817mo ago

feat: warn on unverified mentions when clicking Next, move progress to top-right

rafmacalaba
dceb63f7mo ago

refactor: make progress bar contextual - shows current PDF/page/mentions position

rafmacalaba
03cc8ff7mo ago

feat: add progress tracking with docs/pages/mentions verification stats

rafmacalaba
d3a8b2a7mo ago

fix: clamp restored pageIdx to valid range on doc change

rafmacalaba
a5c4b2c7mo ago

feat: persist doc/page selection across refreshes via sessionStorage

rafmacalaba
85eb22c7mo ago

feat: add language detection to prepare_data.py, exclude non-English docs

rafmacalaba
e7f78587mo ago

fix: proxy PDFs through /api/pdf-proxy to bypass CORS

rafmacalaba
fb404c57mo ago

feat: prepare_data.py script + use has_revalidation filter in documents API

rafmacalaba
7c5c4497mo ago

fix: validate PDF URLs before listing documents, skip broken/unreachable PDFs

rafmacalaba
9cc24917mo ago

feat: add loading spinner and error fallback to PDF viewer

rafmacalaba
b5848907mo ago

feat: on-demand document loading, no limit, PDF loading indicator

rafmacalaba
559363f7mo ago

fix: open OAuth login in new tab to bypass iframe restrictions, auto-poll for cookie

rafmacalaba
c796a007mo ago

fix: remove OAuth state verification (cookies don't survive HF iframe redirect)

rafmacalaba
1d1b5297mo ago

security: gate app behind HF OAuth login

rafmacalaba
1626d147mo ago

fix: use _rawIndex for delete/validate to avoid index mismatch after filtering

rafmacalaba
8be778a7mo ago

update: reverted local changes

rafmacalaba
0151f867mo ago

fix: remove OAuth state verification (cookies don't survive HF iframe redirect)

rafmacalaba
cddccaa7mo ago

security: gate app behind HF OAuth login

rafmacalaba
fabd7797mo ago

feat: per-annotator document assignment

rafmacalaba
290ad357mo ago

fix: rename 'Your Name' to 'Annotator', make read-only, auto-populated from OAuth

rafmacalaba
2ae67287mo ago

feat: add ALLOWED_USERS allowlist for OAuth login

rafmacalaba
d140e697mo ago

feat: HF OAuth login, increase docs to 50, filter consensus non-datasets

rafmacalaba
d08736d7mo ago

filter: hide consensus non-datasets (model + judge agree)

rafmacalaba
bd79ab17mo ago

fix: strip markdown from rawText before indexOf for annotation position

rafmacalaba
ca6c8437mo ago

revert: remove isPullRequest, use write-access token instead

rafmacalaba
dc0ab7b7mo ago

fix: add isPullRequest to all HF commits (403 Forbidden)

rafmacalaba