Spaces:
Sleeping
Sleeping
File size: 23,142 Bytes
ac239be da957b0 03cc8ff 75ee81e a3025a6 ac239be 42df2a9 a2c885c 42df2a9 da957b0 42df2a9 da957b0 42df2a9 da957b0 42df2a9 75ee81e a3025a6 75ee81e da957b0 e715c5d da957b0 79ba9a0 d140e69 5c1c0e8 79ba9a0 5c1c0e8 79ba9a0 fabd779 a5c4b2c a2c885c a5c4b2c a2c885c a5c4b2c a2c885c a5c4b2c a2c885c a5c4b2c fabd779 79ba9a0 d140e69 8be778a a5c4b2c 42df2a9 a2c885c 9cc2491 a5c4b2c a2c885c d3a8b2a da957b0 a2c885c 42df2a9 a5c4b2c da957b0 a2c885c 42df2a9 da957b0 42df2a9 da957b0 42df2a9 da957b0 42df2a9 da957b0 42df2a9 da957b0 a2c885c da957b0 c9986d8 4894181 c9986d8 4894181 da957b0 e715c5d da957b0 bd79ab1 da957b0 bd79ab1 da957b0 bd79ab1 da957b0 bd79ab1 da957b0 bd79ab1 da957b0 1cee57d da957b0 a2c885c da957b0 1626d14 da957b0 a2c885c da957b0 42df2a9 da957b0 ac239be 1626d14 da957b0 a2c885c da957b0 1d1b529 559363f 1d1b529 0018d88 559363f 1d1b529 559363f 1d1b529 da957b0 42df2a9 ac239be d140e69 0018d88 4894181 c9986d8 4894181 75ee81e a3025a6 4894181 d140e69 0018d88 d140e69 a2c885c d140e69 da957b0 d140e69 da957b0 42df2a9 d140e69 da957b0 42df2a9 d140e69 e715c5d d140e69 e715c5d d140e69 da957b0 d140e69 42df2a9 ac239be 75ee81e a3025a6 ac239be | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 | "use client";
import { useState, useEffect, useCallback } from 'react';
import DocumentSelector from './components/DocumentSelector';
import PdfViewer from './components/PdfViewer';
import MarkdownAnnotator from './components/MarkdownAnnotator';
import AnnotationPanel from './components/AnnotationPanel';
import AnnotationModal from './components/AnnotationModal';
import PageNavigator from './components/PageNavigator';
import ProgressBar from './components/ProgressBar';
import Leaderboard from './components/Leaderboard';
import HelpModal from './components/HelpModal';
export default function Home() {
const [documents, setDocuments] = useState([]);
const [selectedDocIndex, setSelectedDocIndex] = useState(null);
const [selectedCorpus, setSelectedCorpus] = useState(null);
const [currentDoc, setCurrentDoc] = useState(null);
// Page-by-page navigation: track the index into annotatable_pages array
const [pageIdx, setPageIdx] = useState(0);
const [currentPageData, setCurrentPageData] = useState(null);
const [loading, setLoading] = useState(true);
const [loadingPage, setLoadingPage] = useState(false);
// Annotations
const [annotations, setAnnotations] = useState([]);
const [annotatorName, setAnnotatorName] = useState('');
// Modal state
const [modalOpen, setModalOpen] = useState(false);
const [selectedText, setSelectedText] = useState('');
const [selectionOffset, setSelectionOffset] = useState(0);
// Side panel state
const [panelOpen, setPanelOpen] = useState(false);
// Toast state
const [toast, setToast] = useState(null);
// Leaderboard state
const [leaderboardOpen, setLeaderboardOpen] = useState(false);
const [helpOpen, setHelpOpen] = useState(false);
const showToast = useCallback((message, type = 'success') => {
setToast({ message, type });
setTimeout(() => setToast(null), 3000);
}, []);
// Derived: current page number from the annotatable_pages array
const annotatablePages = currentDoc?.annotatable_pages ?? [];
const pagesWithMentions = new Set(currentDoc?.pages_with_mentions ?? []);
const currentPageNumber = annotatablePages[pageIdx] ?? null;
// Load documents (re-fetches when annotatorName changes to get user-specific assignment)
useEffect(() => {
// Don't fetch until we know who the user is β avoids showing all docs briefly
if (!annotatorName) return;
setLoading(true);
const url = `/api/documents?user=${encodeURIComponent(annotatorName)}`;
fetch(url)
.then(res => res.json())
.then(data => {
setDocuments(data);
if (data.length > 0) {
const savedDoc = sessionStorage.getItem('selectedDocIndex');
const savedCorpus = sessionStorage.getItem('selectedCorpus');
const savedPage = sessionStorage.getItem('pageIdx');
const docIdx = savedDoc ? parseInt(savedDoc, 10) : null;
const restoredDoc = docIdx !== null && data.find(d => d.index === docIdx && (!savedCorpus || d.corpus === savedCorpus));
if (restoredDoc) {
setSelectedDocIndex(docIdx);
setSelectedCorpus(restoredDoc.corpus);
setPageIdx(savedPage ? parseInt(savedPage, 10) : 0);
} else {
setSelectedDocIndex(data[0].index);
setSelectedCorpus(data[0].corpus);
setPageIdx(0);
}
}
setLoading(false);
})
.catch(err => {
console.error("Failed to load documents", err);
setLoading(false);
});
}, [annotatorName]);
// Read HF OAuth cookie for annotator identity
useEffect(() => {
try {
const cookie = document.cookie
.split('; ')
.find(c => c.startsWith('hf_user='));
if (cookie) {
const user = JSON.parse(decodeURIComponent(cookie.split('=').slice(1).join('=')));
if (user.username) {
setAnnotatorName(user.username);
}
}
} catch (e) {
console.warn('Could not read hf_user cookie', e);
}
}, []);
// Update currentDoc when selection changes + persist to sessionStorage
useEffect(() => {
if (selectedDocIndex !== null && selectedCorpus !== null) {
const doc = documents.find(d => d.index === selectedDocIndex && d.corpus === selectedCorpus);
setCurrentDoc(doc);
sessionStorage.setItem('selectedDocIndex', selectedDocIndex);
sessionStorage.setItem('selectedCorpus', selectedCorpus);
// Clamp pageIdx to valid range for this document
if (doc) {
const maxPage = (doc.annotatable_pages?.length ?? 1) - 1;
setPageIdx(prev => Math.min(prev, Math.max(0, maxPage)));
}
}
}, [selectedDocIndex, selectedCorpus, documents]);
// Persist pageIdx to sessionStorage
useEffect(() => {
sessionStorage.setItem('pageIdx', pageIdx);
}, [pageIdx]);
// Fetch page data (reusable β called on page change and after saving)
const refreshPageData = useCallback(() => {
if (selectedDocIndex !== null && currentPageNumber !== null) {
setLoadingPage(true);
fetch(`/api/document?index=${selectedDocIndex}&page=${currentPageNumber}&corpus=${selectedCorpus || ''}`)
.then(res => res.json())
.then(data => {
setCurrentPageData(data);
setLoadingPage(false);
})
.catch(err => {
console.error("Failed to load page data", err);
setLoadingPage(false);
});
}
}, [selectedDocIndex, currentPageNumber]);
// Load page data when page changes
useEffect(() => {
refreshPageData();
}, [refreshPageData]);
// Load persisted annotations on mount
useEffect(() => {
fetch('/api/annotations')
.then(res => res.json())
.then(data => {
if (Array.isArray(data)) setAnnotations(data);
})
.catch(err => console.error("Failed to load annotations", err));
}, [])
// Auto-fetch HF username in production
useEffect(() => {
fetch('/api/whoami')
.then(res => res.ok ? res.json() : null)
.then(data => {
if (data?.username) {
setAnnotatorName(data.username);
localStorage.setItem('annotator_name', data.username);
}
})
.catch(() => { }); // Silently ignore β falls back to localStorage name
}, []);
// Load annotator name from localStorage
useEffect(() => {
const saved = localStorage.getItem('annotator_name');
if (saved) setAnnotatorName(saved);
}, []);
const handleAnnotatorChange = (name) => {
setAnnotatorName(name);
localStorage.setItem('annotator_name', name);
};
const handleDocChange = (corpus, docIdx) => {
setSelectedCorpus(corpus);
setSelectedDocIndex(docIdx);
setPageIdx(0);
};
const handlePrevPage = () => {
setPageIdx(prev => Math.max(0, prev - 1));
};
const handleNextPage = () => {
const unverified = currentPageDatasets.filter(ds => {
const myValidation = (ds.validations || []).find(v => v.annotator === annotatorName);
return myValidation?.human_validated !== true;
}).length;
if (unverified > 0) {
const proceed = confirm(
`β οΈ You have ${unverified} unverified data mention${unverified > 1 ? 's' : ''} on this page.\n\nDo you want to proceed to the next page?`
);
if (!proceed) return;
}
setPageIdx(prev => Math.min(annotatablePages.length - 1, prev + 1));
};
const handleJumpToMention = (direction = 1) => {
const currentPage = annotatablePages[pageIdx];
if (direction === 1) {
// Find next page index (after current) that has mentions
for (let i = pageIdx + 1; i < annotatablePages.length; i++) {
if (pagesWithMentions.has(annotatablePages[i])) {
setPageIdx(i);
return;
}
}
} else {
// Find previous page index that has mentions
for (let i = pageIdx - 1; i >= 0; i--) {
if (pagesWithMentions.has(annotatablePages[i])) {
setPageIdx(i);
return;
}
}
}
};
const handleAnnotate = (text, domOffset) => {
setSelectedText(text);
setSelectionOffset(domOffset || 0);
setModalOpen(true);
};
const handleAnnotationSubmit = async ({ dataset_tag }) => {
const inputText = currentPageData?.input_text || "";
// Strip markdown formatting so browser-selected plain text can be found
const stripMd = (s) => s
.replace(/\*\*\*/g, '') // bold-italic
.replace(/\*\*/g, '') // bold
.replace(/\*/g, '') // italic
.replace(/__/g, '')
.replace(/_/g, ' ')
.replace(/^#{1,6}\s+/gm, '') // headings
.replace(/\[([^\]]+)\]\([^)]+\)/g, '$1'); // links
const plainText = stripMd(inputText);
// Normalize whitespace in selected text (browser may add extra spaces/newlines)
const normalizedSelection = selectedText.replace(/\s+/g, ' ').trim();
// Find occurrences in the stripped text
const occurrences = [];
let searchFrom = 0;
while (searchFrom < plainText.length) {
const idx = plainText.indexOf(normalizedSelection, searchFrom);
if (idx === -1) break;
occurrences.push(idx);
searchFrom = idx + 1;
}
// If not found with exact match, try case-insensitive
if (occurrences.length === 0) {
const lowerPlain = plainText.toLowerCase();
const lowerSel = normalizedSelection.toLowerCase();
let sf = 0;
while (sf < lowerPlain.length) {
const idx = lowerPlain.indexOf(lowerSel, sf);
if (idx === -1) break;
occurrences.push(idx);
sf = idx + 1;
}
}
let startIdx = null;
if (occurrences.length === 1) {
startIdx = occurrences[0];
} else if (occurrences.length > 1) {
const container = document.querySelector('.markdown-preview');
const visibleLen = container?.textContent?.length || plainText.length;
const ratio = plainText.length / visibleLen;
const estimatedSourcePos = selectionOffset * ratio;
startIdx = occurrences.reduce((best, idx) =>
Math.abs(idx - estimatedSourcePos) < Math.abs(best - estimatedSourcePos) ? idx : best
);
}
const endIdx = startIdx !== null ? startIdx + normalizedSelection.length : null;
const payload = {
dataset_name: {
text: selectedText,
confidence: 1.0,
start: startIdx >= 0 ? startIdx : null,
end: endIdx,
},
dataset_tag: dataset_tag,
source: 'human',
annotator: annotatorName || "user",
corpus: selectedCorpus,
document_index: selectedDocIndex,
page_number: currentPageNumber,
timestamp: new Date().toISOString(),
description: null,
data_type: null,
acronym: null,
author: null,
producer: null,
geography: null,
publication_year: null,
reference_year: null,
reference_population: null,
is_used: null,
usage_context: null,
};
try {
const res = await fetch('/api/annotate', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(payload)
});
if (res.ok) {
setAnnotations(prev => [...prev, payload]);
setModalOpen(false);
showToast("Annotation saved!");
refreshPageData(); // Refresh so new annotation appears highlighted
} else {
showToast("Failed to save annotation.", "error");
}
} catch (err) {
console.error(err);
showToast("Network error saving annotation.", "error");
}
};
// Delete dataset entry by index
const handleDeleteAnnotation = async (ds, idx) => {
const rawIdx = ds._rawIndex ?? idx;
try {
const res = await fetch(
`/api/validate?doc=${selectedDocIndex}&page=${currentPageNumber}&idx=${rawIdx}&corpus=${selectedCorpus || ''}`,
{ method: 'DELETE' }
);
if (res.ok) {
refreshPageData();
showToast("Data mention deleted.");
} else {
showToast("Failed to delete.", "error");
}
} catch (err) {
console.error(err);
showToast("Network error deleting.", "error");
}
};
// Update annotation (e.g. change dataset_tag)
const handleUpdateAnnotation = async (annotation, idx, updates) => {
try {
const res = await fetch('/api/annotate', {
method: 'PUT',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
timestamp: annotation.timestamp,
document_index: annotation.document_index ?? selectedDocIndex,
page_number: annotation.page_number ?? currentPageNumber,
updates,
})
});
if (res.ok) {
setAnnotations(prev => prev.map(a =>
a.timestamp === annotation.timestamp ? { ...a, ...updates } : a
));
showToast("Annotation updated.");
} else {
showToast("Failed to update annotation.", "error");
}
} catch (err) {
console.error(err);
showToast("Network error updating annotation.", "error");
}
};
// All datasets on the current page, excluding consensus non-datasets.
// Preserve _rawIndex so delete/validate use the correct position in the file.
const currentPageDatasets = (currentPageData?.datasets || [])
.map((ds, i) => ({ ...ds, _rawIndex: i }))
.filter(ds => {
if (ds.dataset_tag === 'non-dataset' && ds.dataset_name?.judge_agrees === true) {
return false;
}
return true;
});
// Validate a dataset entry (approve/reject with notes)
const handleValidateDataset = async (datasetIdx, updates) => {
try {
const res = await fetch('/api/validate', {
method: 'PUT',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
corpus: selectedCorpus,
document_index: selectedDocIndex,
page_number: currentPageNumber,
dataset_index: datasetIdx,
updates,
})
});
if (res.ok) {
refreshPageData();
showToast("Validation saved!");
} else {
showToast("Failed to save validation.", "error");
}
} catch (err) {
console.error(err);
showToast("Network error saving validation.", "error");
}
};
// Gate: require HF OAuth login
if (!annotatorName) {
const handleLogin = () => {
// Open login in a new tab to bypass iframe restrictions
window.open('/api/auth/login', '_blank');
// Poll for the cookie to appear (set by callback)
const poll = setInterval(() => {
try {
const cookie = document.cookie
.split('; ')
.find(c => c.startsWith('hf_user='));
if (cookie) {
clearInterval(poll);
const user = JSON.parse(decodeURIComponent(cookie.split('=').slice(1).join('=')));
if (user.username) {
setAnnotatorName(user.username);
}
}
} catch (e) { /* ignore */ }
}, 2000);
};
return (
<div className="login-gate">
<div className="login-card">
<h1>π Data Use Annotation Tool</h1>
<p>Sign in with your HuggingFace account to access the tool.</p>
<button onClick={handleLogin} className="btn btn-login-large">
π€ Sign in with HuggingFace
</button>
<p className="login-note">Only authorized annotators can access this tool.</p>
</div>
</div>
);
}
if (loading) {
return (
<div className="loading-container">
<div className="loading-spinner" />
<p>Loading documents...</p>
</div>
);
}
return (
<div className="app-wrapper">
{/* Top bar with user identity */}
<div className="top-bar">
<span className="top-bar-title">Data Use Annotation Tool</span>
<div className="top-bar-right">
<ProgressBar
documents={documents}
selectedDocIndex={selectedDocIndex}
currentDoc={currentDoc}
pageIdx={pageIdx}
currentPageDatasets={currentPageDatasets}
annotatorName={annotatorName}
/>
<div className="top-bar-user">
<button
className="btn-leaderboard"
onClick={() => setLeaderboardOpen(true)}
>
π Leaderboard
</button>
<button
className="btn-leaderboard"
onClick={() => setHelpOpen(true)}
>
β Help
</button>
{annotatorName ? (
<span className="user-badge">π€ {annotatorName}</span>
) : (
<a href="/api/auth/login" className="btn btn-login" target="_blank" rel="noopener">
π Sign in with HF
</a>
)}
</div>
</div>
</div>
<div className="container">
<div className="pane left-pane">
<div className="pane-header">
<DocumentSelector
documents={documents}
selectedDocIndex={selectedDocIndex}
selectedCorpus={selectedCorpus}
onDocChange={handleDocChange}
/>
</div>
<PdfViewer
pdfUrl={currentDoc?.pdf_url}
pageNumber={currentPageNumber}
/>
</div>
<div className="pane right-pane">
<MarkdownAnnotator
selectedDocIndex={selectedDocIndex}
selectedPage={currentPageNumber}
currentPageData={currentPageData}
loadingPage={loadingPage}
onAnnotate={handleAnnotate}
/>
</div>
{/* Floating chevron to open annotations panel */}
<button
className="panel-chevron"
onClick={() => setPanelOpen(prev => !prev)}
title="Toggle annotations"
>
{panelOpen ? 'βΊ' : 'βΉ'}
{!panelOpen && currentPageDatasets.length > 0 && (
<span className="chevron-badge">{currentPageDatasets.length}</span>
)}
</button>
<AnnotationPanel
isOpen={panelOpen}
onClose={() => setPanelOpen(false)}
datasets={currentPageDatasets}
annotatorName={annotatorName}
onValidate={handleValidateDataset}
onDelete={handleDeleteAnnotation}
/>
{/* Shared page navigator at the bottom */}
<div className="bottom-nav">
<PageNavigator
currentIndex={pageIdx}
totalPages={annotatablePages.length}
currentPageNumber={currentPageNumber}
hasMentions={pagesWithMentions.has(currentPageNumber)}
onPrevious={handlePrevPage}
onNext={handleNextPage}
onJumpToMention={handleJumpToMention}
hasNextMention={annotatablePages.slice(pageIdx + 1).some(p => pagesWithMentions.has(p))}
hasPrevMention={annotatablePages.slice(0, pageIdx).some(p => pagesWithMentions.has(p))}
/>
</div>
<AnnotationModal
isOpen={modalOpen}
selectedText={selectedText}
annotatorName={annotatorName}
onAnnotatorChange={handleAnnotatorChange}
onSubmit={handleAnnotationSubmit}
onClose={() => setModalOpen(false)}
/>
{toast && (
<div className={`toast toast-${toast.type}`}>
{toast.message}
</div>
)}
</div>
<Leaderboard isOpen={leaderboardOpen} onClose={() => setLeaderboardOpen(false)} />
<HelpModal isOpen={helpOpen} onClose={() => setHelpOpen(false)} />
</div>
);
}
|