Index of papers in Proc. ACL 2014 that mention
  • EDUs
Feng, Vanessa Wei and Hirst, Graeme
Bottom-up tree-building
In particular, starting from the constituents on the bottom level ( EDUs for intra-sentential parsing and sentence-level discourse trees for multi-sentential parsing), at each step of the tree-building, we greedily merge a pair of adjacent discourse constituents such that the merged constituent has the highest probability as predicted by our structure model.
Bottom-up tree-building
,em}, which are the EDUs of the sentence; after merging el and 62 on the second level, we have E2 = {613,63, .
Bottom-up tree-building
In contrast, J oty et al.’s computation of intra-sentential sequences depends on the particular pair of constituents: the sequence is composed of the pair in question, with other EDUs in the sentence, even if those EDUs have already been merged.
Introduction
While research in discourse parsing can be partitioned into several directions according to different theories and frameworks, Rhetorical Structure Theory (RST) (Mann and Thompson, 1988) is probably the most ambitious one, because it aims to identify not only the discourse relations in a small local context, but also the hierarchical tree structure for the full text: from the relations relating the smallest discourse units (called elementary discourse units, EDUs ), to the ones connecting paragraphs.
Introduction
For example, Figure 1 shows a text fragment consisting of two sentences with four EDUs in total (el-e4).
Introduction
shown below the text, following the notation convention of RST: the two EDUs el and e2 are related by a mononuclear relation CONSEQUENCE, where e2 is the more salient span (called nucleus, and e1 is called satellite); e3 and e4 are related by another mononuclear relation CIRCUMSTANCE, with e4 as the nucleus; the two spans em and e3;4 are further related by a multi-nuclear relation SEQUENCE, with both spans as the nucleus.
Overall work flow
Each sentence 5,, after being segmented into EDUs (not shown in the figure), goes through an intra-sentential bottom-up tree-building model Minna, to form a sentence-level discourse tree Tgi, with the EDUs as leaf nodes.
Related work
In particular, starting from EDUs , at each step of the tree-building, a binary SVM classifier is first applied to determine which pair of adjacent discourse constituents should be merged to form a larger span, and another multi-class SVM classifier is then applied to assign the type of discourse relation that holds between the chosen pair.
EDUs is mentioned in 17 sentences in this paper.
Topics mentioned in this paper:
Kikuchi, Yuta and Hirao, Tsutomu and Takamura, Hiroya and Okumura, Manabu and Nagata, Masaaki
Experiment
We also examined the ROUGE scores of two LEAD4 methods with different textual units: EDUs (LEADEDU) and sentences (LEADSNT).
Experiment
Many studies that have utilized RST have simply adopted EDUs as textual units (Mann and Thompson, 1988; Daume III and Marcu, 2002; Hirao et al., 2013; Knight and Marcu, 2000).
Generating summary from nested tree
A document in RST is segmented into EDUs and adjacent EDUs are linked with rhetorical relations to build an RST-Discourse Tree (RST-DT) that has a hierarchical structure of the relations.
Generating summary from nested tree
RST-DT is a tree whose terminal nodes correspond to EDUs and whose nonterminal nodes indicate the relations.
Generating summary from nested tree
converted RST-DTs into dependency-based discourse trees (DEP-DTs) whose nodes corresponded to EDUs and whose edges corresponded to the head modifier relationships of EDUs .
Introduction
Elementary Discourse Units ( EDUs ) in RST are defined as the minimal building blocks of discourse.
Introduction
EDUs roughly correspond to clauses.
Introduction
Most methods of summarization based on RST use EDUs as extraction textual units.
EDUs is mentioned in 16 sentences in this paper.
Topics mentioned in this paper:
Li, Sujian and Wang, Liang and Cao, Ziqiang and Li, Wenjie
Abstract
In this paper, we present the limitations of constituency based discourse parsing and first propose to use dependency structure to directly represent the relations between elementary discourse units ( EDUs ).
Discourse Dependency Structure and Tree Bank
Then, discourse dependency structure can be formalized as the labeled directed graph, Where nodes correspond to EDUs and labeled arcs correspond to labeled dependency relations.
Discourse Dependency Structure and Tree Bank
We assume that the teth T is composed of n+1 EDUs including the artificial e0.
Discourse Dependency Structure and Tree Bank
Let R={r1,r2, ,rm} denote a finite set of functional relations that hold between two EDUs .
Introduction
Rhetorical Structure Theory (RST) (Mann and Thompson, 1988), one of the most influential discourse theories, posits a hierarchical generative tree representation, as illustrated in Figure l. The leaves of a tree correspond to contiguous text spans called Elementary Discourse Units ( EDUs )1.
Introduction
The adjacent EDUs are combined into
Introduction
We assume EDUs are already known.
EDUs is mentioned in 23 sentences in this paper.
Topics mentioned in this paper:
Ji, Yangfeng and Eisenstein, Jacob
Conclusion
Using the vector-space representation of EDUs , our shift-reduce parsing system substantially outperforms existing systems on nuclearity detection and discourse relation identification.
Experiments
Distance between EDUs
Experiments
This suggests that using the projection matrix to model interrelationships between EDUs does not substantially improve performance, and the simpler concatenation construction may be preferred.
Implementation
These templates are applied to individual EDUs, as well as pairs of EDUs: (1) the two EDUs on top of the stack, and (2) the EDU on top of the stack and the EDU in front of the queue.
Model
2After applying a reduce operation, the stack will include a span that contains multiple EDUs .
Model
where A 6 1Rwa is projects the surface representation v of three EDUs into a latent space of size K < V.
Model
In this form, we transform the representation of each EDU separately, but do not attempt to represent interrelationships between the EDUs in the latent space.
EDUs is mentioned in 10 sentences in this paper.
Topics mentioned in this paper:
Zhang, Zhe and Singh, Munindar P.
Experiments
First, the basic units of their model are elementary discourse units ( EDUs ) from Rhetorical Structure Theory (RST) (Mann and Thompson, 1988).
Experiments
Second, their model considers the forward relationship between EDUs , whereas ReNew captures both forward and backward relationship between segments.
Experiments
Third, they use a generative model to capture the transition distributions over EDUs whereas ReNew uses a discriminative model to capture the transition sequences of segments.
EDUs is mentioned in 10 sentences in this paper.
Topics mentioned in this paper:
Jansen, Peter and Surdeanu, Mihai and Clark, Peter
CR + LS + DMM + DPM 39.32* +24% 47.86* +20%
To tease apart the relative contribution of discourse features that occur only within a single sentence versus features that span multiple sentences, we examined the performance of the full model when using only intra-sentence features, i.e., SRO features for DMM, and features based on discourse relations where both EDUs appear in the same sentence for DPM, versus the full intersen-tence models.
Models and Features
Note that our marker arguments are akin to EDUs in RST, but, in this shallow representation, they are simply constructed around discourse markers and bound by an arbitrary sentence range.
Models and Features
In RST, the text is segmented into a sequence of non-overlapping fragments called elementary discourse units ( EDUs ), and binary discourse relations recursively connect neighboring units.
EDUs is mentioned in 3 sentences in this paper.
Topics mentioned in this paper: