paper-with-me

홈 › Papers

PronounFlow: A Hybrid Approach for Calibrating Pronouns in Sentences

2023-08-29 · Nicos Isaak

Flip through any book or listen to any song lyrics, and you will come across pronouns that, in certain cases, can hinder meaning comprehension, especially for machines. As the role of having cognitive machines becomes pervasive in our lives, numerous systems have been developed to resolve pronouns under various challenges. Commensurate with this, it is believed that having systems able to disambiguate pronouns in sentences will help towards the endowment of machines with commonsense and reasoning abilities like those found in humans. However, one problem these systems face with modern English is the lack of gender pronouns, where people try to alternate by using masculine, feminine, or plural to avoid the whole issue. Since humanity aims to the building of systems in the full-bodied sense we usually reserve for people, what happens when pronouns in written text, like plural or epicene ones, refer to unspecified entities whose gender is not necessarily known? Wouldn't that put extra barriers to existing coreference resolution systems? Towards answering those questions, through the implementation of a neural-symbolic system that utilizes the best of both worlds, we are employing PronounFlow, a system that reads any English sentence with pronouns and entities, identifies which of them are not tied to each other, and makes suggestions on which to use to avoid biases. Undertaken experiments show that PronounFlow not only alternates pronouns in sentences based on the collective human knowledge around us but also considerably helps coreference resolution systems with the pronoun disambiguation process.

📄 PDF Abstract BibTeX arXiv:2308.15235

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionSentence

Similar Papers 제목 키워드 기반

Repairing Pronouns in Translation with BERT-Based Post-Editing

2021-03-23 · Reid Pryzant

Pronouns are important determinants of a text's meaning but difficult to translate. This is because pronoun choice can depend on entities described in previous sentences, and in some languages pronouns may be dropped whe…

Machine TranslationNMTTranslation

Recovering Dropped Pronouns in Chinese Conversations via Modeling Their Referents

2019-05-17 · NAACL 2019 6 · Jingxuan Yang, Jianzhuo Tong, Si Li, Sheng Gao 외

Pronouns are often dropped in Chinese sentences, and this happens more frequently in conversational genres as their referents can be easily understood from context. Recovering dropped pronouns is essential to application…

Machine TranslationSentenceTranslation

CorefDRE: Document-level Relation Extraction with coreference resolution

2022-02-22 · Zhongxuan Xue, Rongzhen Li, Qizhu Dai, Zhong Jiang

Document-level relation extraction is to extract relation facts from a document consisting of multiple sentences, in which pronoun crossed sentences are a ubiquitous phenomenon against a single sentence. However, most of…

coreference-resolutionCoreference ResolutionDocument-level Relation ExtractionRelation+2

A Novel Approach to Dropped Pronoun Translation

2016-04-21 · NAACL 2016 6 · Long-Yue Wang, Zhaopeng Tu, Xiaojun Zhang, Hang Li 외

Dropped Pronouns (DP) in which pronouns are frequently dropped in the source language but should be retained in the target language are challenge in machine translation. In response to this problem, we propose a semi-sup…

Machine TranslationTranslation

DisCoCat for Donkey Sentences

2023-08-08 · Lachlan McPheat, Daphne Wang

We demonstrate how to parse Geach's Donkey sentences in a compositional distributional model of meaning. We build on previous work on the DisCoCat (Distributional Compositional Categorical) framework, including extension…