Papers by Angrosh Mandya
Do not let the history haunt you: Mitigating Compounding Errors in Conversational Question Answering (2020.lrec-1)
Copied to clipboard
| Challenge: | Existing approaches employ human-written ground-truth answers for answering conversational questions at test time, but in a realistic scenario, the CoQA model will not have access to ground-Truth answers. |
| Approach: | They propose a sampling strategy that dynamically selects between target answers and model predictions during training, closely simulating the situation at test time. |
| Outcome: | The proposed sampling strategy closely simulates the situation at test time and significantly lowers the performance of CoQA systems. |
Graph Convolution over Multiple Dependency Sub-graphs for Relation Extraction (2020.coling-main)
Copied to clipboard
| Challenge: | Existing graph convolutional networks use pruned dependency trees to filter irrelevant nodes from sentence graphs. |
| Approach: | They propose to construct multiple sub-graphs from shortest dependency path and words linked to entities in the dependency parse to obtain more informative features useful for relation extraction. |
| Outcome: | The proposed method achieves state-of-the-art performance on a sentence-level relation extraction dataset and the SemEval 2010 Task 8 sentence- level relation extraction data. |
Learning to Borrow– Relation Representation for Without-Mention Entity-Pairs for Knowledge Graph Completion (2022.naacl-main)
Copied to clipboard
| Challenge: | Existing methods to integrate text corpora with knowledge graphs (KGs) have been effective in various NLP tasks such as analyzing and predicting relationships between entities. |
| Approach: | They propose a method that borrows LDPs from entities that co-occur in sentences to represent entities that do not co-exist in a single sentence. |
| Outcome: | The proposed method improves the performance of prior methods such as TransE, DistMult, ComplEx and RotatE. |
A Dataset for Inter-Sentence Relation Extraction using Distant Supervision (L18-1)
Copied to clipboard
| Challenge: | Existing methods for intra-sentence relation extraction use a distance supervision method to extract relations between entities. |
| Approach: | They propose a benchmark dataset for the task of inter-sentence relation extraction using relations previously used for intra-sentent relation extraction. |
| Outcome: | The proposed dataset is compared with baseline models and recurrent neural network models on the developed dataset. |