SearcharxivSearch

arXiv subjects

Daniel Hardt

Publications and source records attributed to Daniel Hardt.

4 recordsLinked to original sources

Advancing Academic Chatbots: Evaluation of Non Traditional Outputs

Most evaluations of large language models focus on standard tasks such as factual question answering or short summarization. This research expands that scope in two directions: first, by comparing two retrieval strategies, Graph RAG, structured knowledge-graph based, and Advanced RAG, hybrid keyword-semantic search, for QA; and second, by evaluating whether LLMs can generate high quality non-traditional academic outputs, specifically slide decks and podcast scripts. We implemented a prototype combining Meta's LLaMA 3 70B open weight and OpenAI's GPT 4o mini API based. QA performance was evaluated using both human ratings across eleven quality dimensions and large language model judges for scalable cross validation. GPT 4o mini with Advanced RAG produced the most accurate responses. Graph RAG offered limited improvements and led to more hallucinations, partly due to its structural complexity and manual setup. Slide and podcast generation was tested with document grounded retrieval. GPT 4o mini again performed best, though LLaMA 3 showed promise in narrative coherence. Human reviewers were crucial for detecting layout and stylistic flaws, highlighting the need for combined human LLM evaluation in assessing emerging academic outputs.

cs.CL

PARMESAN: Meteorological Timeseries and Turbulence Analysis Backed by Symbolic Mathematics

PARMESAN (the Python Atmospheric Research Package for MEteorological TimeSeries and Turbulence ANalysis) is a Python package providing common functionality for atmospheric scientists doing time series or turbulence analysis. Several meteorological quantities such as potential temperature, various humidity measures, gas concentrations, wind speed and direction, turbulence and stability parameters can be calculated. Furthermore, signal processing functionality such as properly normed variance spectra for frequency analysis is available. In contrast to existing packages with similar goals, its routines for physical quantities are derived from symbolic mathematical expressions, enabling inspection, automatic rearrangement, reuse and recombination of the underlying equations. Building on this, PARMESAN's functions as well as their comprehensive parameter documentation are mostly auto-generated, minimizing human error and effort. In addition, sensitivity/error propagation analysis is possible as mathematical operations like derivations can be applied to the underlying equations. Physical consistency in terms of units and value domains are transparently ensured for PARMESAN functions. PARMESAN's approach can be reused to simplify implementation of robust routines in other fields of physics.

physics.ao-ph

Ellipsis Resolution as Question Answering: An Evaluation

Most, if not all forms of ellipsis (e.g., so does Mary) are similar to reading comprehension questions (what does Mary do), in that in order to resolve them, we need to identify an appropriate text span in the preceding discourse. Following this observation, we present an alternative approach for English ellipsis resolution relying on architectures developed for question answering (QA). We present both single-task models, and joint models trained on auxiliary QA and coreference resolution datasets, clearly outperforming the current state of the art for Sluice Ellipsis (from 70.00 to 86.01 F1) and Verb Phrase Ellipsis (from 72.89 to 78.66 F1).

cs.CL

Centering in Dynamic Semantics

Centering theory posits a discourse center, a distinguished discourse entity that is the topic of a discourse. A simplified version of this theory is developed in a Dynamic Semantics framework. In the resulting system, the mechanism of center shift allows a simple, elegant analysis of a variety of phenomena involving sloppy identity in ellipsis and ``paycheck pronouns''.

cmp-lg