中文
相关论文

相关论文: Saying Hello World with GROOVE - A Solution to the…

200 篇论文

Existing reasoning data curation pipelines score whole samples, treating every intermediate step as equally valuable. In reality, steps within a trace contribute very unevenly, and selecting reasoning data well requires assessing them…

人工智能 · 计算机科学 2026-05-14 Junjie Li , Ziao Wang , NingXuan Ma , Jianghong Ma , Xiaofeng Zhang

Debugging is the dominant cost in modern hardware verification, where assertion failures are among the most frequent and expensive to resolve. While Large Language Models (LLMs) show promise, they often fail to capture the precise, reusable…

人工智能 · 计算机科学 2025-12-16 Yunsheng Bai , Haoxing Ren

The Reengineering Case of the Transformation Tool Contest 2011 deals with automatic extraction of state machine from Java source code. The transformation task involves complex, non-local matching of model elements. This paper contains the…

编程语言 · 计算机科学 2011-11-22 Agris Sostaks , Elina Kalnina , Audris Kalnins , Edgars Celms , Janis Iraids

This paper describes a large set of related theorem proving problems obtained by translating theorems from the HOL4 standard library into multiple logical formalisms. The formalisms are in higher-order logic (with and without type…

计算机科学中的逻辑 · 计算机科学 2019-11-20 Chad E. Brown , Thibault Gauthier , Cezary Kaliszyk , Geoff Sutcliffe , Josef Urban

This paper gives an overview of the Edapt solution to the reengineering case of the Transformation Tool Contest 2011.

软件工程 · 计算机科学 2011-11-22 Markus Herrmannsdoerfer

The challenge of the Reengineering Case is to extract a state machine model out of the abstract syntax graph of a Java program. The extracted state machine offers a reduced view on the full program graph and thus helps to understand the…

编程语言 · 计算机科学 2011-11-22 Edgar Jakumeit , Sebastian Buchwald

The current paper presents a solution of the Program Understanding: A Reengineering Case for the Transformation Tool Contest using the VIATRA2 model transformation tool.

软件工程 · 计算机科学 2011-11-22 Ábel Hegedus , Zoltán Ujhelyi , Gábor Bergmann

The challenge of the Compiler Optimization Case is to perform local optimizations and instruction selection on the graph-based intermediate representation of a compiler. The case is designed to compare participating tools regarding their…

编程语言 · 计算机科学 2011-11-22 Sebastian Buchwald , Edgar Jakumeit

We present POTATO, a task- and languageindependent framework for human-in-the-loop (HITL) learning of rule-based text classifiers using graph-based features. POTATO handles any type of directed graph and supports parsing text into Abstract…

计算与语言 · 计算机科学 2022-10-18 Ádám Kovács , Kinga Gémes , Eszter Iklódi , Gábor Recski

Conditional story generation is significant in human-machine interaction, particularly in producing stories with complex plots. While Large language models (LLMs) perform well on multiple NLP tasks, including story generation, it is…

计算与语言 · 计算机科学 2023-10-25 Zhihua Wen , Zhiliang Tian , Wei Wu , Yuxin Yang , Yanqi Shi , Zhen Huang , Dongsheng Li

This case for the Transformation Tool Contest 2013 is about evaluating the scope and usability of transformation languages and tools for a set of four tasks requiring very different capabilities. One task deals with typical model-to-model…

软件工程 · 计算机科学 2013-12-03 Tassilo Horn

This paper gives an overview of the Edapt solution to the GMF model migration case of the Transformation Tool Contest 2011.

软件工程 · 计算机科学 2011-11-22 Markus Herrmannsdoerfer

It has become a de-facto standard to represent words as elements of a vector space (word2vec, GloVe). While this approach is convenient, it is unnatural for language: words form a graph with a latent hierarchical structure, and this…

计算与语言 · 计算机科学 2020-10-07 Max Ryabinin , Sergei Popov , Liudmila Prokhorenkova , Elena Voita

SCOOP is a programming model and language that allows concurrent programming at a high level of abstraction. Several approaches to verifying SCOOP programs have been proposed in the past, but none of them operate directly on the source code…

编程语言 · 计算机科学 2015-05-21 Claudio Corrodi

Word embedding models such as GloVe rely on co-occurrence statistics from a large corpus to learn vector representations of word meaning. These vectors have proven to capture surprisingly fine-grained semantic and syntactic information.…

计算与语言 · 计算机科学 2017-11-16 Shoaib Jameel , Zied Bouraoui , Steven Schockaert

Let tw(G) denote the treewidth of graph G. Given a graph G and a positive integer k such that tw(G) <= k + 1, we are to decide if tw(G) <= k. We give a certifying algorithm RTW ("R" for recursive) for this task: it returns one or more…

数据结构与算法 · 计算机科学 2023-07-06 Hisao Tamaki

We are interested in supporting software evolution caused by changing requirements and/or environmental settings. For example, users of a system may require new functionality (changing requirements), or performance enhancements to cope with…

软件工程 · 计算机科学 2016-07-05 Chi Mai Nguyen , Roberto Sebastiani , Paolo Giorgini , John Mylopoulos

In this short paper we present our solution for the Compiler Optimization case study of the Transformation Tool Contest (TTC) 2011 using the QVTR-XSLT tool. The tool supports editing and execution of the graphical notation of QVT Relations…

软件工程 · 计算机科学 2011-11-22 Dan Li , Xiaoshan Li , Volker Stolz

Current GP frameworks are highly effective on a range of real and simulated benchmarks. However, due to the high dimensionality of the genotypes for GP, the task of visualising the fitness landscape for GP search can be difficult. This…

人工智能 · 计算机科学 2018-06-12 Brad Alexander

Language models (LMs) can solve tasks such as answering questions about tables or images by writing programs. However, using primitive functions often leads to verbose and error-prone programs, and higher-level functions require expert…

人工智能 · 计算机科学 2024-01-24 Zhiruo Wang , Daniel Fried , Graham Neubig