Cross-Domain Semantic Fidelity Evaluation for Meaning-to-Text Generation
Summary
A new cross-domain Slot Error Rate (SER) evaluation framework has been developed to assess semantic accuracy in meaning-to-text generation, addressing the historical need for domain-specific scripts. This framework replaces traditional hand-crafted rules with a learned slot extraction model. Researchers adapted Llama-3.2-3B-Instruct using LoRA, modifying only 0.34% of its parameters, demonstrating that this compact model significantly outperforms prompted frontier LLMs in structured extraction across 23 diverse dialogue domains. Further enhancements include applying an overgenerate-and-rank technique to the extraction task, which boosted SER-Accuracy from 75% to 88%. By integrating the extraction model with a Natural Language Inference (NLI) verification baseline through learned per-example routing, the framework achieves 90.0% accuracy on held-out evaluation pairs, eliminating the need for domain-specific rule engineering. This learned approach matches or surpasses published rule-based SER tools across six comparable domains.
Key takeaway
For NLP Engineers tasked with evaluating meaning-to-text generation systems, this framework offers a robust alternative to traditional, labor-intensive rule-based Slot Error Rate (SER) metrics. You should consider adopting learned slot extraction models, particularly small, adapted LLMs like Llama-3.2-3B-Instruct, to achieve high semantic accuracy (90.0%) across diverse domains without extensive domain-specific engineering. This approach streamlines evaluation, allowing you to focus resources on model development rather than metric maintenance.
Key insights
A learned slot extraction model significantly improves cross-domain semantic fidelity evaluation, surpassing rule-based and frontier LLM methods.
Principles
- Adapting small LLMs can exceed large frontier models.
- Overgenerate-and-rank improves extraction accuracy.
- Combining extraction with NLI enhances semantic verification.
Method
The framework adapts Llama-3.2-3B-Instruct with LoRA for slot extraction, applies overgenerate-and-rank for candidate selection, and integrates NLI verification via per-example routing.
In practice
- Evaluate meaning-to-text generation across domains.
- Replace hand-crafted SER evaluation scripts.
- Improve semantic accuracy assessment without domain rules.
Topics
- Slot Error Rate
- Meaning-to-Text Generation
- Large Language Models
- LoRA Adaptation
- Semantic Fidelity
- Cross-Domain Evaluation
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.