File tree Expand file tree Collapse file tree 1 file changed +78
-0
lines changed
Expand file tree Collapse file tree 1 file changed +78
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,84 @@ <h4 style="text-align: center; margin-top: -0.5rem; font-weight: 500">
361361 < span > MapQaTor</ span >
362362 </ a >
363363 </ span >
364+
365+ < div
366+ style ="
367+ margin-top: 2rem;
368+ padding: 1.25rem;
369+ border-radius: 0px;
370+ background: #1f1f1f;
371+ border: 1px solid #3a3a3a;
372+ color: #e8e8e8;
373+ "
374+ >
375+ < h2 style ="margin: 0 0 0.75rem 0; text-align: center ">
376+ MapQA Ecosystem
377+ </ h2 >
378+
379+ < p style ="text-align: center; margin-top: 0; margin-bottom: 1.25rem; ">
380+ A unified ecosystem for map-based question answering and geo-spatial reasoning.
381+ </ p >
382+
383+ < div
384+ style ="
385+ display: flex;
386+ flex-wrap: wrap;
387+ gap: 0.75rem;
388+ justify-content: center;
389+ "
390+ >
391+ <!-- MapEval -->
392+ < a
393+ href ="https://arxiv.org/abs/2501.00316 "
394+ class ="external-link "
395+ style ="
396+ background-color: #363636;
397+ display: flex;
398+ align-items: center;
399+ padding: 10px 14px;
400+ border-radius: 8px;
401+ "
402+ >
403+ < i class ="fa-solid fa-map " style ="margin-right: 6px "> </ i >
404+ < span > < strong > MapEval</ strong > — ICML 2025</ span >
405+ </ a >
406+
407+ <!-- MapQaTor -->
408+ < a
409+ href ="https://arxiv.org/abs/2412.21015 "
410+ class ="external-link "
411+ style ="
412+ background-color: #363636;
413+ display: flex;
414+ align-items: center;
415+ padding: 10px 14px;
416+ border-radius: 8px;
417+ "
418+ >
419+ < i class ="fa-solid fa-location-dot " style ="margin-right: 6px "> </ i >
420+ < span > < strong > MapQaTor</ strong > — ACL 2025</ span >
421+ </ a >
422+
423+ <!-- MapAgent -->
424+ < a
425+ href ="https://arxiv.org/abs/2509.05933 "
426+ class ="external-link "
427+ style ="
428+ background-color: #363636;
429+ display: flex;
430+ align-items: center;
431+ padding: 10px 14px;
432+ border-radius: 8px;
433+ "
434+ >
435+ < i class ="fa-solid fa-robot " style ="margin-right: 6px "> </ i >
436+ < span > < strong > MapAgent</ strong > — EACL 2026</ span >
437+ </ a >
438+ </ div >
439+ </ div >
440+
441+
364442 <!-- <embed src="files/overview.pdf" type="application/pdf" width="100%" height="600px" /> -->
365443 < img
366444 src ="images/overview.svg "
You can’t perform that action at this time.
0 commit comments