咨询与建议

限定检索结果

文献类型

  • 10 篇 会议
  • 6 篇 期刊文献

馆藏范围

  • 16 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 16 篇 工学
    • 14 篇 软件工程
    • 10 篇 计算机科学与技术...
    • 3 篇 电气工程
    • 2 篇 信息与通信工程
    • 1 篇 控制科学与工程
    • 1 篇 网络空间安全
  • 1 篇 理学
    • 1 篇 数学

主题

  • 16 篇 programming by e...
  • 10 篇 program synthesi...
  • 6 篇 algorithms
  • 4 篇 domain-specific ...
  • 3 篇 languages
  • 3 篇 human factor
  • 2 篇 frameworks
  • 2 篇 program repair
  • 2 篇 search-based syn...
  • 2 篇 inductive progra...
  • 2 篇 probabilistic sy...
  • 2 篇 spreadsheet prog...
  • 2 篇 end-user program...
  • 2 篇 deductive infere...
  • 2 篇 noisy examples
  • 1 篇 inductive synthe...
  • 1 篇 genetic programm...
  • 1 篇 gated recurrent ...
  • 1 篇 computer-aided e...
  • 1 篇 deep learning

机构

  • 5 篇 microsoft res re...
  • 2 篇 univ washington ...
  • 1 篇 ist austria klos...
  • 1 篇 tsinghua univ sc...
  • 1 篇 beijing natl res...
  • 1 篇 moe key lab info...
  • 1 篇 hong kong univ s...
  • 1 篇 east china norma...
  • 1 篇 univ calif davis...
  • 1 篇 microsoft res ph...
  • 1 篇 univ fed campina...
  • 1 篇 carnegie mellon ...
  • 1 篇 nanjing univ peo...
  • 1 篇 singapore manage...
  • 1 篇 max planck inst ...
  • 1 篇 stellenbosch uni...
  • 1 篇 tata res dev & d...
  • 1 篇 natl univ singap...
  • 1 篇 microsoft res re...
  • 1 篇 faculty of infor...

作者

  • 7 篇 gulwani sumit
  • 3 篇 singh rishabh
  • 2 篇 polozov oleksand...
  • 1 篇 li xin
  • 1 篇 wang xinyu
  • 1 篇 zhu fengmin
  • 1 篇 visser willem
  • 1 篇 le xuan-bach d.
  • 1 篇 he fei
  • 1 篇 rolim reudismam
  • 1 篇 jiang yanyan
  • 1 篇 cheung shing-chi
  • 1 篇 medvet eric
  • 1 篇 ma xiaoxing
  • 1 篇 de lorenzo andre...
  • 1 篇 lu jian
  • 1 篇 datar advaita
  • 1 篇 gyarmathy bálint
  • 1 篇 bartoli alberto
  • 1 篇 mucsányi bálint

语言

  • 13 篇 英文
  • 3 篇 其他
检索条件"主题词=Programming by examples"
16 条 记 录,以下是1-10 订阅
排序:
S3: Syntax- and Semantic-Guided Repair Synthesis via programming by examples  2017
S3: Syntax- and Semantic-Guided Repair Synthesis via Program...
收藏 引用
11th Joint Meeting of European Software Engineering Conference (ESEC) / ACM SIGSOFT Symposium on the Foundations of Software Engineering (FSE)
作者: Le, Xuan-Bach D. Chu, Duc-Hiep Lo, David Le Goues, Claire Visser, Willem Singapore Management Univ Singapore Singapore IST Austria Klosterneuburg Austria Carnegie Mellon Univ Pittsburgh PA 15213 USA Stellenbosch Univ Stellenbosch South Africa
A notable class of techniques for automatic program repair is known as semantics-based. Such techniques, e.g., Angelix, infer semantic specifications via symbolic execution, and then use program synthesis to construct... 详细信息
来源: 评论
Towards Synthesis of Code for Calculations Using Their Specifications  18
Towards Synthesis of Code for Calculations Using Their Speci...
收藏 引用
18th International Conference on Evaluation of Novel Approaches to Software Engineering (ENASE)
作者: Datar, Advaita Zare, Amey Venkatesh, R. Asia, A. Tata Res Dev & Design Ctr TRDDC TCS Res Pune Maharashtra India
Banking, Financial Services, and Insurance (BFSI) software are calculation intensive. In general, these calculations are formally specified in spreadsheets, known as Calculation Specification (CS) sheets. CS sheets de... 详细信息
来源: 评论
EqFix: Fixing LATEX Equation Errors by examples  8th
EqFix: Fixing LATEX Equation Errors by Examples
收藏 引用
8th International Symposium on Dependable Software Engineering: Theories, Tools and Applications
作者: Zhu, Fengmin He, Fei Tsinghua Univ Sch Software Beijing Peoples R China MoE Key Lab Informat Syst Secur Beijing Peoples R China Beijing Natl Res Ctr Informat Sci & Technol Beijing Peoples R China Max Planck Inst Software Syst Saarbrucken Germany
LATEX is a widely-used document preparation system. Its powerful ability in mathematical equation editing is perhaps the main reason for its popularity in academia. Sometimes, however, even an expert user may spend mu... 详细信息
来源: 评论
Improving IDE Code Inspections with Tree Automata  2022
Improving IDE Code Inspections with Tree Automata
收藏 引用
30th ACM Joint European Software Engineering Conference / Symposium on the Foundations of Software Engineering (ESEC/FSE)
作者: Lee, Yunjeong Natl Univ Singapore Singapore Singapore
Integrated development environments (IDEs) are equipped with code inspections to warn developers of malformed or incorrect code by analyzing the code's data flow. However, the data flow analysis performed by the I... 详细信息
来源: 评论
Flexible Example-Based Program Synthesis on Tree-Structured Function Compositions
收藏 引用
SN Computer Science 2022年 第3期3卷 1-15页
作者: Mucsányi, Bálint Gyarmathy, Bálint Czapp, Ádám Pintér, Balázs Faculty of Informatics ELTE Eötvös Loránd University Pázmány Péter sétány 1/C Budapest 1117 Hungary
We introduce a flexible program synthesis system whose task is to predict function compositions that transform given inputs to their corresponding given outputs. We process input lists in a sequential manner, allowing... 详细信息
来源: 评论
Neural-Guided Inductive Synthesis of Functional Programs on List Manipulation by Offline Supervised Learning
收藏 引用
IEEE ACCESS 2021年 9卷 71521-71534页
作者: Wang, Yuhong Li, Xin East China Normal Univ Shanghai Key Lab Trustworthy Comp Shanghai 200062 Peoples R China
Synthesizing intended programs from user-specified input-output examples, also known as programming by examples (PBE), is a challenging problem in program synthesis, and has been applied to a wide range of domains. A ... 详细信息
来源: 评论
Synthesizing Relation-Aware Entity Transformation by examples  18
Synthesizing Relation-Aware Entity Transformation by Example...
收藏 引用
40th ACM/IEEE International Conference on Software Engineering (ICSE)
作者: Wu, Jiarong Jiang, Yanyan Xu, Chang Cheung, Shing-Chi Ma, Xiaoxing Lu, Jian Nanjing Univ Nanjing Jiangsu Peoples R China Hong Kong Univ Sci & Technol Hong Kong Peoples R China
Recently, programming by examples (PBE) technique achieves a great success in processing and transforming data entities, yet existing approaches generally fall short on the tasks concerning entity relations. This pape... 详细信息
来源: 评论
Inference of Regular Expressions for Text Extraction from examples
收藏 引用
IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING 2016年 第5期28卷 1217-1230页
作者: Bartoli, Alberto De Lorenzo, Andrea Medvet, Eric Tarlao, Fabiano Univ Trieste Dept Engn & Architecture DIA I-34127 Trieste Italy
A large class of entity extraction tasks from text that is either semistructured or fully unstructured may be addressed by regular expressions, because in many practical cases the relevant entities follow an underlyin... 详细信息
来源: 评论
Automating Repetitive Code Changes using examples  24
Automating Repetitive Code Changes using Examples
收藏 引用
24th ACM SIGSOFT International Symposium on Foundations of Software Engineering (FSE)
作者: Rolim, Reudismam Univ Fed Campina Grande Campina Grande Brazil
While adding features, fixing bugs, or refactoring the code, developers may perform repetitive code edits. Although Integrated Development Environments (IDEs) automate some transformations such as renaming, many repet... 详细信息
来源: 评论
Transforming Spreadsheet Data Types using examples  16
Transforming Spreadsheet Data Types using Examples
收藏 引用
43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of programming Languages (POPL)
作者: Singh, Rishabh Gulwani, Sumit Microsoft Res Redmond WA USA
Cleaning spreadsheet data types is a common problem faced by millions of spreadsheet users. Data types such as date, time, name, and units are ubiquitous in spreadsheets, and cleaning transformations on these data typ... 详细信息
来源: 评论