Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/auto_parse/level_freeze/frozen/idx_10.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{"idx": 10, "order": 0, "level": 0, "span": "AMENDMENT TO\nAMENDED AND RESTATED 2003 LONG-TERM INCENTIVE PLAN"}
{"idx": 10, "order": 1, "level": 1, "span": "This Amendment (the “Amendment”) to the Mylan N.V. Amended and Restated 2003 Long-Term Incentive Plan (the “Plan”) is adopted as of the 23rd day of February, 2017 (the “Amendment Effective Date”) by Mylan N.V., a public limited liability company (naamloze vennootschap) incorporated under the laws of the Netherlands (the “Company”). The Company hereby amends the Plan as follows:\n1.Section 6.03(e)(iii) is hereby deleted and replaced with the following:"}
Comment on lines +1 to +2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The rubric (task_rules/level_rubric.md) requires exactly one level 0 record per index, which must contain both the agreement title and the preamble paragraph. Currently, the title is in order: 0 (L0) and the preamble is in order: 1 (L1). Additionally, order: 1 incorrectly merges the preamble with the start of a numbered section ("1.Section 6.03..."), which should be a separate record at level 2.

{"idx": 10, "order": 2, "level": 1, "span": "Retirement.\nAll other provisions of the Plan, as amended by the foregoing, shall remain in full force and effect notwithstanding the adoption of this Amendment."}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This record merges a heading ("Retirement.") with a closing clause ("All other provisions..."). These should be separate records. Furthermore, the presence of a closing clause at order: 2 followed by subsection markers at order: 3 and 4 suggests a structural parsing error or an issue with document order preservation, as the closing clause typically follows the amendment text.

{"idx": 10, "order": 3, "level": 3, "span": "(A)     With respect to Options and Stock Appreciation Rights granted prior to the Amendment Effective Date, unless otherwise provided in an Award Agreement, if a Participant’s employment by the Company or its Subsidiaries shall terminate because of Retirement, any Option and Stock Appreciation Right then held by the Participant, regardless of whether it was otherwise exercisable on the date of Retirement, may be exercised by the Participant at any time, or from time to time, during the balance of the exercise period as set forth in Section 6.03(b)(iii)\nIf such a Participant dies after Retirement but before such Participant’s Options have either been exercised or otherwise expired, such Options may be exercised by the person to whom such Options pass by will or applicable law or, if no person has that right, by the Participant’s executors or administrators at any time, or from time to time, during the balance of the exercise period set forth in Section 6.03(b)(iii)."}
{"idx": 10, "order": 4, "level": 3, "span": "(B)    With respect to Options and Stock Appreciation Rights granted on or after the Amendment Effective Date, notwithstanding anything in this Article VI to the contrary, the Committee may, in its sole discretion, waive the forfeiture period and any other conditions set forth in any Award Agreement under appropriate circumstances (including the death, Permanent Disability or Retirement of the Participant or a material change in circumstances arising after the date of an Award) and subject to such terms and conditions (including forfeiture of a proportionate number of the Options and Stock Appreciation Rights) as the Committee shall deem appropriate provided that such waiver is done in a manner intended to comply with Section 409A of the Code."}
Comment on lines +4 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The markers "(A)" and "(B)" are defined as sub-sub items in the rubric, which corresponds to level 4. They are currently assigned to level 3. While the PR description notes the absence of intermediate levels, the rubric mapping for these specific marker types is absolute in the provided project standards.

{"idx": 10, "order": 5, "level": 1, "span": "2.    The clause “the minimum amount of any withholding or other tax required by law to be withheld” in the first sentence of Section 11.05 shall be deleted and replaced with the clause “up to the maximum amount of any withholding or other tax permitted by law to be withheld” and the clause “the minimum amount of any taxes required to be withheld” in clause (ii) of the final sentence of Section 11.05 shall be deleted and replaced with the clause “an amount equal to the withholding taxes due”."}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This record represents a numbered section ("2. The clause..."). According to the level rubric, numbered sections must be assigned to level 2. It is currently incorrectly assigned to level 1.

9 changes: 8 additions & 1 deletion data/auto_parse/level_freeze/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
6,
7,
8,
9
9,
10
],
"history": [
{
Expand Down Expand Up @@ -185,6 +186,12 @@
"action": "freeze",
"idx": 9,
"n_records": 20
},
{
"ts": "2026-05-17T07:50:23",
"action": "freeze",
"idx": 10,
"n_records": 6
}
]
}