Papers by Adam Elwood
Small Encoders Can Rival Large Decoders in Detecting Groundedness (2025.findings-acl)
Copied to clipboard
Istabrak Abbes, Gabriele Prato, Quentin Fournier, Fernando Rodriguez, Alaa Boukhary, Adam Elwood, Sarath Chandar
| Challenge: | Large language models struggle to answer queries reliably when the provided context lacks information, often resorting to ungrounded speculation or internal knowledge. |
| Approach: | They propose to detect whether a given query is grounded in a document provided in context before LLMs generate answers. |
| Outcome: | The proposed model can generate answers that are grounded in the document provided in context while reducing inference latency by orders of magnitude. |
An LLM-Based Approach for Insight Generation in Data Analysis (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing approaches to generate insightful data from databases are time-consuming and resource-intensive. |
| Approach: | They propose a method that leverages Large Language Models to automatically generate textual insights from databases. |
| Outcome: | The proposed approach generates more insightful insights than other approaches while maintaining correctness. |