paper-with-me

Papers

DepNeCTI: Dependency-based Nested Compound Type Identification for Sanskrit

2023-10-14 · Jivnesh Sandhan, Yaswanth Narsupalli, Sreevatsa Muppirala, Sriram Krishnan, Pavankumar Satuluri, Amba Kulkarni, Pawan Goyal

Multi-component compounding is a prevalent phenomenon in Sanskrit, and understanding the implicit structure of a compound's components is crucial for deciphering its meaning. Earlier approaches in Sanskrit have focused on binary compounds and neglected the multi-component compound setting. This work introduces the novel task of nested compound type identification (NeCTI), which aims to identify nested spans of a multi-component compound and decode the implicit semantic relations between them. To the best of our knowledge, this is the first attempt in the field of lexical semantics to propose this task. We present 2 newly annotated datasets including an out-of-domain dataset for this task. We also benchmark these datasets by exploring the efficacy of the standard problem formulations such as nested named entity recognition, constituency parsing and seq2seq, etc. We present a novel framework named DepNeCTI: Dependency-based Nested Compound Type Identifier that surpasses the performance of the best baseline with an average absolute improvement of 13.1 points F1-score in terms of Labeled Span Score (LSS) and a 5-fold enhancement in inference efficiency. In line with the previous findings in the binary Sanskrit compound identification task, context provides benefits for the NeCTI task. The codebase and datasets are publicly available at: https://github.com/yaswanth-iitkgp/DepNeCTI

📄 PDF Abstract BibTeX arXiv:2310.09501

Code (1)

yaswanth-iitkgp/depnecti 공식 구현 pytorch

Tasks

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNested Named Entity Recognition

Similar Papers 제목 키워드 기반

A Novel Multi-Task Learning Approach for Context-Sensitive Compound Type Identification in Sanskrit

2022-08-22 · COLING 2022 10 · Jivnesh Sandhan, Ashish Gupta, Hrishikesh Terdalkar, Tushar Sandhan 외

The phenomenon of compounding is ubiquitous in Sanskrit. It serves for achieving brevity in expressing thoughts, while simultaneously enriching the lexical and structural formation of the language. In this work, we focus…

Dependency ParsingMorphological TaggingMulti-Task Learning

Syntactic Analysis of Phrasal Compounds in Corpora: a Challenge for NLP Tools

2016-05-01 · LREC 2016 5 · Carola Trips

The paper introduces a {``}train once, use many{''} approach for the syntactic analysis of phrasal compounds (PC) of the type XP+N like {``}Would you like to sit on my knee?{''} nonsense. PCs are a challenge for NLP tool…

Linguistically-Informed Neural Architectures for Lexical, Syntactic and Semantic Tasks in Sanskrit

2023-08-17 · Jivnesh Sandhan

The primary focus of this thesis is to make Sanskrit manuscripts more accessible to the end-users through natural language technologies. The morphological richness, compounding, free word orderliness, and low-resource na…

Dependency ParsingMachine TranslationQuestion Answering

Alto: Orchestrating Distributed Compound AI Systems with Nested Ancestry

2024-03-07 · Deepti Raghavan, Keshav Santhanam, Muhammad Shahir Rahman, Nayani Modugula 외

Compound AI applications chain together subcomponents such as generative language models, document retrievers, and embedding models. Applying traditional systems optimizations such as parallelism and pipelining in compou…

ChatbotScheduling

Research on multi-dimensional end-to-end phrase recognition algorithm based on background knowledge

2020-07-08 · Zheng Li, Gang Tu, Guang Liu, Zhi-Qiang Zhan 외

At present, the deep end-to-end method based on supervised learning is used in entity recognition and dependency analysis. There are two problems in this method: firstly, background knowledge cannot be introduced; second…