mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-03-22 00:42:23 +00:00
Update publications
This commit is contained in:
@@ -3,10 +3,17 @@
|
||||
<h2 class="text-4xl font-bold tracking-wide">{{ $t("publications") }}</h2>
|
||||
|
||||
|
||||
<ConferenceReference
|
||||
title = "SciClaimEval: Cross-modal Claim Verification in Scientific Papers"
|
||||
:authors = "['Xanh Ho', 'Yun-Ang Wu', 'Sunisth Kumar', 'Tian Cheng Xia', 'Florian Boudin', 'Andre Greiner-Petter', 'Akiko Aizawa']"
|
||||
:highlight_author = "highlight_author"
|
||||
year = "2026"
|
||||
conference = "Language Resources and Evaluation Conference (LREC)"
|
||||
arxiv = "2602.07621" />
|
||||
|
||||
<ConferenceReference
|
||||
title = "UnitMath: Unit-Aware Numerical Reasoning and Dimensional Consistency for Scientific Table Claims"
|
||||
:authors = "['AI Scientist', 'Ho, Xanh', 'Xia, Tian Cheng', 'Duong, Khoa', 'Wu, Yun-Ang', 'Nguyen, Ha-Thanh', 'Aizawa, Akiko' ]"
|
||||
:authors = "['AI Scientist', 'Xanh Ho', 'Tian Cheng Xia', 'Khoa Duong', 'Yun-Ang Wu', 'Ha-Thanh Nguyen', 'Akiko Aizawa']"
|
||||
:highlight_author = "highlight_author"
|
||||
year = "2025"
|
||||
conference = "Open Conference of AI Agents for Science 2025"
|
||||
@@ -14,7 +21,7 @@
|
||||
|
||||
<ConferenceReference
|
||||
title = "Decontextualization, Everywhere: A Systematic Audit on PeerQA"
|
||||
:authors = "['AI Scientist', 'Ho, Xanh', 'Xia, Tian Cheng', 'Duong, Khoa', 'Wu, Yun-Ang', 'Nguyen, Ha-Thanh', 'Aizawa, Akiko' ]"
|
||||
:authors = "['AI Scientist', 'Xanh Ho', 'Tian Cheng Xia', 'Khoa Duong', 'Yun-Ang Wu', 'Ha-Thanh Nguyen', 'Akiko Aizawa']"
|
||||
:highlight_author = "highlight_author"
|
||||
year = "2025"
|
||||
conference = "Open Conference of AI Agents for Science 2025"
|
||||
@@ -23,7 +30,7 @@
|
||||
|
||||
<JournalReference
|
||||
title = "Large Language Models Evaluation for PubMed Extractive Summarisation"
|
||||
:authors = "['Xia, Tian Cheng', 'Bertini, Flavio', 'Montesi, Danilo']"
|
||||
:authors = "['Tian Cheng Xia', 'Flavio Bertini', 'Danilo Montesi']"
|
||||
:highlight_author = "highlight_author"
|
||||
year = "2025"
|
||||
journal = "ACM Transactions on Computing for Healthcare"
|
||||
@@ -31,7 +38,7 @@
|
||||
|
||||
<JournalReference
|
||||
title = "The Design and Realization of a Self-Hosted and Open-Source Agile Internal Development Platform"
|
||||
:authors = "['Ciancarini, Paolo', 'Giancarlo, Raffaele', 'Grimaudo, Gennaro', 'Missiroli, Marcello', 'Xia, Tian Cheng']"
|
||||
:authors = "['Paolo Ciancarini', 'Raffaele Giancarlo', 'Gennaro Grimaudo', 'Marcello Missiroli', 'Tian Cheng Xia']"
|
||||
:highlight_author = "highlight_author"
|
||||
year = "2025"
|
||||
journal = "IEEE Access"
|
||||
@@ -42,5 +49,5 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const highlight_author = "Xia, Tian Cheng";
|
||||
const highlight_author = "Tian Cheng Xia";
|
||||
</script>
|
||||
Reference in New Issue
Block a user