Papers by Nuno Moniz
NGQA: A Nutritional Graph Question Answering Benchmark for Personalized Health-aware Nutritional Reasoning (2025.acl-long)
Copied to clipboard
Zheyuan Zhang, Yiyang Li, Nhi Ha Lan Le, Zehong Wang, Tianyi Ma, Vincent Galassi, Keerthiram Murugesan, Nuno Moniz, Werner Geyer, Nitesh V Chawla, Chuxu Zhang, Yanfang Ye
| Challenge: | Diet plays a critical role in human health, but tailoring dietary reasoning to individual health conditions remains a challenge. |
| Approach: | a new benchmark evaluates dietary reasoning using a national health survey data set. |
| Outcome: | The NGQA benchmark evaluates dietary reasoning across three tasks using a set of question complexity settings and baseline models. |
Context Attribution with Multi-Armed Bandit Optimization (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to augmenting attribution with retrieval-augmented generation (RAG) focus on training models to explicitly cite context segments during generation, but their reliability remains unverifiable. |
| Approach: | They propose a framework that formulates context attribution as a combinatorial multi-armed bandit problem by using Linear Thompson Sampling to efficiently identify the most influential context segments while minimizing the number of model queries. |
| Outcome: | The proposed method reduces model queries by 30% while matching or exceeding the attribution quality of existing approaches. |