Extraction of Message Sequence Charts from Software Use-Case Descriptions (N19-2)
Copied to clipboard
Girish Palshikar, Nitin Ramrakhiyani, Sangameshwar Patil, Sachin Pawar, Swapnil Hingmire, Vasudeva Varma, Pushpak Bhattacharyya
| Challenge: | Software Requirement Specification documents provide natural language descriptions of the core functional requirements as a set of use-cases. |
| Approach: | They propose a linguistic knowledge-based approach to extract software requirements from use-cases using a textual representation of the core functional requirements. |
| Outcome: | The proposed method performs better than existing techniques and improves performance. |
Similar Papers
text2story: A Python Toolkit to Extract and Visualize Story Components of Narrative Text (2024.lrec-main)
Copied to clipboard
| Challenge: | Story components, namely events, time, participants, and their relations, are present in narrative texts from different domains such as journalism, medicine, finance, and law. |
| Approach: | They propose to use an array of narrative extraction tools to extract narratives from text . the package contains an array and an experimental module for evaluation . |
| Outcome: | The text2story python supports the narrative extraction and visualization pipeline. |
Chart-to-Text: A Large-Scale Benchmark for Chart Summarization (2022.acl-long)
Copied to clipboard
Shankar Kantharaj, Rixie Tiffany Leong, Xiang Lin, Ahmed Masry, Megh Thakkar, Enamul Hoque, Shafiq Joty
| Challenge: | Inferring key insights from charts can be challenging and time-consuming. |
| Approach: | They propose a task where the goal is to explain a chart and summarize key takeaways from it in natural language. |
| Outcome: | The proposed model produces fluent summaries but suffers from hallucinations and factual errors . the proposed model is compared with other models and can be used to generate BLEU scores . |
Extracting relevant information from physician-patient dialogues for automated clinical note taking (D19-62)
Copied to clipboard
| Challenge: | a system that extracts pertinent medical information from dialogues between clinicians and patients is proposed . entering data into EMRs is currently slow and error-prone, and clinicians spend up to 50% of their time on data entry. |
| Approach: | They propose a system that automatically extracts medical information from dialogues between clinicians and patients using context and time information. |
| Outcome: | The proposed system extracts medical information from dialogues and automatically generates a patient note. |
Extracting Symptoms and their Status from Clinical Conversations (P19-1)
Copied to clipboard
| Challenge: | Existing models for extracting symptoms from clinical conversations are inherently difficult. |
| Approach: | They propose two new deep learning models tailored for a new application . they propose a hierarchical span-attribute tagging model and a sequence-to-sequence model . |
| Outcome: | The proposed models perform well under different conditions and are compared to existing models. |
Towards Extracting Medical Family History from Natural Language Interactions: A New Dataset and Baselines (D19-1)
Copied to clipboard
| Challenge: | Using dialog agents, we can collect family history data from in-person consultations and crowdsource it to a genetic counselor. |
| Approach: | They propose to use natural language interactions annotated with medical family histories to collect information from a genetic counselor and crowdsourcing. |
| Outcome: | The proposed system averages 0.87 on complex sentences on the targeted relations. |
Text Annotation Graphs: Annotating Complex Natural Language Phenomena (L18-1)
Copied to clipboard
| Challenge: | Text Annotation Graphs is a web-based tool for annotating text . it provides functionality for representing complex relationships between words and word phrases . |
| Approach: | They introduce a web-based tool for annotating text, Text Annotation Graphs, or TAG . it provides functionality for representing complex relationships between words and word phrases . |
| Outcome: | The proposed software can represent complex relationships between words and words . it can also be used to find similar structures within the current document or external annotated documents. |
Code Generation From Flowcharts with Texts: A Benchmark Dataset and An Approach (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Currently, researchers focus on generating codes from requirement documents. |
| Approach: | They propose to generate source code from flowcharts with texts instead of directly translating requirements into codes. |
| Outcome: | The proposed model improves on the baselines by transforming flowcharts into pseudo-code . the proposed model is based on 320 flowchartes with their corresponding source codes . |
Intra-Event and Inter-Event Dependency-Aware Graph Network for Event Argument Extraction (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing models do not build dependency information among event argument roles . Existing methods do not learn the interactions between different roles based on event structure . |
| Approach: | They propose an intra-event and inter-e event dependency-aware graph network to model dependencies between roles . they use event structure as the fundamental unit to construct role dependencies within events . |
| Outcome: | The proposed model improves on the ACE05, RAMS, and WikiEvents datasets. |
Text-to-Text Extraction and Verbalization of Biomedical Event Graphs (2022.coling-1)
Copied to clipboard
| Challenge: | Biomedical events represent complex, graphical, and semantically rich interactions expressed in the scientific literature. |
| Approach: | They propose a framework to solve event extraction and event verbalization with a unified text-to-text approach. |
| Outcome: | The proposed framework achieves greater state-of-the-art performance than single-task competitors and can generate coherent natural language utterances from structured data. |
TWEETSUMM - A Dialog Summarization Dataset for Customer Service (2021.findings-emnlp)
Copied to clipboard
Guy Feigenblat, Chulaka Gunasekara, Benjamin Sznajder, Sachindra Joshi, David Konopnicki, Ranit Aharonov
| Challenge: | a dataset focused on customer care dialog summarization is the first to focus on real-world customer care conversations . it contains extractive and abstractive summaries, and extractive summarizing methods are also introduced . |
| Approach: | They present a customer care dialog summarization dataset with 6500 human annotated summaries . they introduce an unsupervised method for extracting dialog summary data . |
| Outcome: | The proposed method is based on real-world customer support dialogs and includes extractive and abstractive summaries. |