... | @@ -10,16 +10,13 @@ __Abstract__: Traceability information is important for software maintenance, ch |
... | @@ -10,16 +10,13 @@ __Abstract__: Traceability information is important for software maintenance, ch |
|
@inproceedings{hey_indirect_2019,
|
|
@inproceedings{hey_indirect_2019,
|
|
title = {{{INDIRECT}}: {{Intent}}-{{Driven Requirements}}-to-{{Code Traceability}}},
|
|
title = {{{INDIRECT}}: {{Intent}}-{{Driven Requirements}}-to-{{Code Traceability}}},
|
|
shorttitle = {{{INDIRECT}}},
|
|
shorttitle = {{{INDIRECT}}},
|
|
abstract = {Traceability information is important for software maintenance, change impact analysis, software reusability, and other software engineering tasks. However, manually generating this information is costly. State-of-the-art automation approaches suffer from their imprecision and domain dependence. I propose INDIRECT, an intent-driven approach to automated requirements-to-code traceability. It combines natural language understanding and program analysis to generate intent models for both requirements and source code. Then INDIRECT learns a mapping between the two intent models. I expect that using the two intent models as base for the mapping poses a more precise and general approach. The intent models contain information such as the semantics of the statements, underlying concepts, and relations between them. The generation of the requirements intent model is divided into smaller subtasks by using an iterative natural language understanding. Likewise, the intent model for source code is built iteratively by identifying and understanding semantically related source code chunks.},
|
|
|
|
booktitle = {2019 {{IEEE}}/{{ACM}} 41st {{International Conference}} on {{Software Engineering}}: {{Companion Proceedings}} ({{ICSE}}-{{Companion}})},
|
|
booktitle = {2019 {{IEEE}}/{{ACM}} 41st {{International Conference}} on {{Software Engineering}}: {{Companion Proceedings}} ({{ICSE}}-{{Companion}})},
|
|
doi = {10.1109/ICSE-Companion.2019.00078},
|
|
|
|
author = {Hey, Tobias},
|
|
author = {Hey, Tobias},
|
|
month = may,
|
|
|
|
year = {2019},
|
|
year = {2019},
|
|
keywords = {Natural Language Understanding,Program Analysis,Requirements Traceability,Traceability Link Recovery},
|
|
month = may,
|
|
pages = {190-191}
|
|
pages = {190--191},
|
|
|
|
doi = {10.1109/ICSE-Companion.2019.00078}
|
|
}
|
|
}
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|