Structural-Ambiguity-Aware Translation from Natural Language to Signal Temporal Logic
AI 摘要
提出一种保留歧义的自然语言到时序逻辑转换方法,解决自然语言歧义性问题。
主要贡献
- 提出歧义保留的NL-STL转换方法
- 使用CCG进行n-best句法分析
- 基于模板的语义组合和规范化
方法论
基于CCG的三阶段流水线:歧义保留的n-best解析、基于模板的语义组合、带分数聚合的规范化。
原文摘要
Signal Temporal Logic (STL) is widely used to specify timed and safety-critical tasks for cyber-physical systems, but writing STL formulas directly is difficult for non-expert users. Natural language (NL) provides a convenient interface, yet its inherent structural ambiguity makes one-to-one translation into STL unreliable. In this paper, we propose an \textit{ambiguity-preserving} method for translating NL task descriptions into STL candidate formulas. The key idea is to retain multiple plausible syntactic analyses instead of forcing a single interpretation at the parsing stage. To this end, we develop a three-stage pipeline based on Combinatory Categorial Grammar (CCG): ambiguity-preserving $n$-best parsing, STL-oriented template-based semantic composition, and canonicalization with score aggregation. The proposed method outputs a deduplicated set of STL candidates with plausibility scores, thereby explicitly representing multiple possible formal interpretations of an ambiguous instruction. In contrast to existing one-best NL-to-logic translation methods, the proposed approach is designed to preserve attachment and scope ambiguity. Case studies on representative task descriptions demonstrate that the method generates multiple STL candidates for genuinely ambiguous inputs while collapsing unambiguous or canonically equivalent derivations to a single STL formula.