-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INDEX variable not present elsewhere #8
Comments
@danflick but should Also, this happens in simpler sentences with it-clefts, like "It was Browne who was hired" |
With the adoption of ICONS constraints, it seemed good to get rid of the awkward `be_v_itcleft_rel" for these it-cleft constructions, and instead make use of the topic/focus ICONS elements. While this is cleaner for simple examples like "It was Abrams who won", the loss of an independent predication for the "be" creates an interesting problem for examples where the tense and/or aspect differ. How do we encode the contrast between "It was Abrams who won" and "It is Abrams who won"? And even worse, where do we record the perfect aspect of "It had been Abrams who was winning" when we only have one eventuality in the MRS, namely the ARG0 of _win_v_1_rel which is busy being progressive but not perfective. Or "It will be Abrams who won"?At present, the 2018 version identifies the INDEX of the clause with that embedded verb's ARG0, so it is no longer left unbound, but this analysis ignores the tense/aspect contributions of the "be", and is clearly inadequate. So we leave this issue open, and hope someone will propose a better account. |
Is there a semantic difference between "It was Abrams who won" and "It is Abrams who won"? Genuine question -- I'm struggling to think of a situation where one would be acceptable and the other wouldn't. |
Looking at this again... While
|
If the TAM properties persist in the semantics, that should be because there's a clear difference in meaning. As I commented above, I don't know when "It was Abrams who won" would be acceptable but "It is Abrams who won" wouldn't be. Maybe the semantic difference is clearer with a habitual:
But even here, I would rather say "It was Abrams who watered the plants" or "It was Abrams who used to water the plants". This might suggest that the syntactic TAM properties are constrained but don't contribute to the semantics, much like tag questions. I could be wrong, of course -- maybe there are some better example sentences I haven't thought of. Unless there's a clear semantic motivation for keeping the TAM properties, I think it's better to leave them out. |
Ok, it's a fair point for discussion. So if it's syntactically constrained then we would expect to proscribe:
But I don't have much problem with those, though the second may need more context. But what about Dan's example using non-default aspect:
Does the perfective of the it-cleft somehow unify with the progressive
Or if it's just syntactic constraints that don't contribute to the semantics, then maybe it's the same as:
I can see making a case for unifying, but dropping them looks like a mistake. But if they unify then maybe the "It is Abrams who won" examples get ruled out as it-clefts. Perhaps it's time to consult the literature on the subject? |
Could you give a context where you would use the second? With the perfect, I think I can see a difference: With one throw of the dice, it was now Abrams who was winning
I might be missing something but I couldn't find any mention of tense or aspect. |
Hmm, it's a bit hard without discussing time travel and alternative histories :) "The script had undergone several revisions. It was Han who destroys the Death Star in the first draft, but by the final draft it is Luke." (or "Abrams who wins"..."is Browne" if you want the original example) But "who would destroy" or "who destroyed" are also acceptable, or even preferred.
No, sorry, I linked it because it had plenty of positive and negative examples with more variety than I'd seen in the three or four other papers I'd looked over. None of these mentioned tense, or did only in passing. I just found this one by Edward Fichtner which mentions tense (and modals and adverbs and other uncommon patterns for it-clefts): From pp14--15:
So Fichtner claims explicitly that it is agreement with the "verb of the underlying sentence", or the subordinate clause. He doesn't get very deep into the semantics, but I haven't seen any papers explicitly say that the properties get unified such that "It had been Abrams who was winning" means "Abrams had been winning" and not just "Abrams was winning". |
Nice. |
In the 2018 version I see a similar problem with item 551 in the MRS test suite: "That the cat chases Browne is obvious.":
Note that the INDEX It seems the issue is fixed for this example in trunk, but not for the original sentence ("It was in January that Browne was hired."). I'm just noting this in case whatever changes fixed the "obvious" example could also fix the "in January" example. |
I don't think this example would solve the problem that Dan raised. For "That the cat chases Browne is obvious", the tense/aspect of "is" can be pushed to "obvious". But for "It is Abrams who won", it isn't clear where the tense/aspect of "is" should go, and Dan has said he's left this problem open. |
Good point, Guy. Thanks! |
In the ERG trunk (r26802) item 974 of the CSLI test suite ("It was in January that Browne was hired.") has a broken MRS:
Note how the INDEX
e2
is not the ARG0 of any EP. In 1214, it would have been the ARG0 of the_be_v_itcleft
, but now ICONS has taken over its duties of showing focus.The text was updated successfully, but these errors were encountered: