任务名称 - 拆分复杂的句子?
Name of task - splitting up complex sentences?
我问了一个关于 NLP 任务名称的问题 - 将复杂的句子拆分成简单的句子。
例如,如果我有这句话:
"Input t on the username input box and password input box."
我想把这句话拆分成更简单的句子:
"Input t on the username input box"
"Input t on the password input box"
这个问题叫什么?我试过从句提取 但我不想要从句,而是完整的句子。我也试过 'sentence simplification' 但它超出了我正在尝试做的事情,它的词汇简化等等。
谢谢
我不认为每个人都使用这个名称,但是,例如,在这篇论文中 https://arxiv.org/pdf/1805.01035 他们称之为 split-and-rephrase(在其他几篇论文中也使用了这个术语)。
我问了一个关于 NLP 任务名称的问题 - 将复杂的句子拆分成简单的句子。 例如,如果我有这句话:
"Input t on the username input box and password input box."
我想把这句话拆分成更简单的句子:
"Input t on the username input box" "Input t on the password input box"
这个问题叫什么?我试过从句提取
谢谢
我不认为每个人都使用这个名称,但是,例如,在这篇论文中 https://arxiv.org/pdf/1805.01035 他们称之为 split-and-rephrase(在其他几篇论文中也使用了这个术语)。