File size: 121,992 Bytes
d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 a5f362d d4e4c67 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 | {
"title": "Structure Generation Prompt Viewer",
"datasets": [
{
"id": "monaco_dev",
"label": "MoNaCo-dev",
"n_docs": 50,
"runs": [
{
"id": "legacy_full",
"label": "Legacy full extraction - 50-doc subset",
"job": "sweet_screw_frnspf41x5",
"schema": "legacy five-shape",
"status": "ready",
"quality": null,
"summary": {
"n_docs_seen": 6163,
"n_files_written": 9580,
"shapes_hash": "c156ee3ed8edcc7d2dffbc140f8ffd1016e153f72f93d195add272b6634829a5",
"shape_summaries": [
{
"id": "tables",
"raw_id": "tabular_records",
"label": "Tables",
"description": "A CSV grid that normalizes any recurring record-with-attributes pattern in the document into a row-by-column table. The source need not itself be tabular -- the triggering condition is repetition: the document describes two or more instances of the same kind of record (matches, brackets, years, measurements, people, films, organizations, events, ...), each ascribed a recurring set of attributes. Sources span explicit tables, infoboxes, and bullet lists, but also flowing prose -- e.g. a paragraph naming five battles a general fought, a biography listing seven employers with dates, a section enumerating annual award winners. Emit one row per record; columns capture the attributes that recur across records. Skip attributes mentioned for only one record -- they are too sparse to warrant a column. The shape promotes scattered prose facts into a grid the agent can filter and join, even when no grid existed in the source.",
"n_files": 3894
},
{
"id": "knowledge_graphs",
"raw_id": "relation_graphs_and_mappings",
"label": "Knowledge graphs",
"description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).",
"n_files": 635
},
{
"id": "claims",
"raw_id": "claim_and_theme_summaries",
"label": "Claims",
"description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.",
"n_files": 4487
},
{
"id": "timelines",
"raw_id": "chronology_and_timeline_indexes",
"label": "Timelines",
"description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.",
"n_files": 535
},
{
"id": "legacy_qa_shortcuts",
"raw_id": "qa_shortcuts_and_templates",
"label": "Legacy QA shortcuts",
"description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.",
"n_files": 3
}
],
"validation_metrics": null
}
},
{
"id": "current",
"label": "Current schema-v3 extraction",
"job": "quirky_cabbage_zdpp543s3z",
"schema": "3",
"status": "ready",
"quality": {
"all_keep": true,
"by_decision": {},
"by_shape": {},
"failed_artifacts_dir": "/mnt/azureml/cr/j/f09d72c4bbb647c4b7b6ceea23ab5067/cap/data-capability/wd/failed_artifacts",
"failures_file": "/mnt/azureml/cr/j/f09d72c4bbb647c4b7b6ceea23ab5067/cap/data-capability/wd/failures/failures",
"final_audit_decisions": {
"keep": 76
},
"final_audit_issue_counts": {},
"final_scaffold_files": 76,
"round_reports": [
{
"dataset": "monaco_dev",
"extracted_file": "extracted.jsonl",
"max_completion_tokens": 16384,
"max_validation_retries": 4,
"model": "prod-gpt-54-reasoning",
"preparation": {
"manifest_rows": 0,
"requested_documents": 0,
"requested_work_items": 0,
"selected_documents": 0,
"shape_counts": {}
},
"reasoning_effort": "medium",
"recovery": {
"requested": 0,
"retry_success": 0,
"success": 0,
"unresolved": 0,
"unresolved_reasons": {}
},
"scaffolds_dir": "scaffolds_dir",
"shape_ids": [],
"unresolved_file": "unresolved.jsonl"
},
{
"dataset": "monaco_dev",
"extracted_file": "extracted.jsonl",
"max_completion_tokens": 16384,
"max_validation_retries": 4,
"model": "prod-gpt-54-reasoning",
"preparation": {
"manifest_rows": 0,
"requested_documents": 0,
"requested_work_items": 0,
"selected_documents": 0,
"shape_counts": {}
},
"reasoning_effort": "medium",
"recovery": {
"requested": 0,
"retry_success": 0,
"success": 0,
"unresolved": 0,
"unresolved_reasons": {}
},
"scaffolds_dir": "scaffolds_dir",
"shape_ids": [],
"unresolved_file": "unresolved.jsonl"
}
],
"total_failures": 0
},
"summary": {
"n_docs_seen": 50,
"n_files_written": 76,
"shapes_hash": "a79c6919231775b290a7f1ebce575a50899c19d97a73153a783651132c0b2be4",
"shape_summaries": [
{
"id": "tables",
"raw_id": "tables",
"label": "Tables",
"description": "A CSV grid that normalizes any recurring record-with-attributes pattern in the document into a row-by-column table. The source need not itself be tabular -- the triggering condition is repetition: the document describes two or more instances of the same kind of record (matches, brackets, years, measurements, people, films, organizations, events, ...), each ascribed a recurring set of attributes. Sources span explicit tables, infoboxes, and bullet lists, but also flowing prose -- e.g. a paragraph naming five battles a general fought, a biography listing seven employers with dates, a section enumerating annual award winners. Emit one row per record; columns capture the attributes that recur across records. Skip attributes mentioned for only one record -- they are too sparse to warrant a column. The shape promotes scattered prose facts into a grid the agent can filter and join, even when no grid existed in the source.",
"n_files": 22
},
{
"id": "knowledge_graphs",
"raw_id": "knowledge_graphs",
"label": "Knowledge graphs",
"description": "Flat subject-predicate-object records for grounded factual relationships and properties. The head identifies the subject entity, the relation names a reusable predicate, and the tail is another entity or a literal value such as a date, quantity, category, role, title, status, or location. Suitable facts include affiliations, memberships, ownership, authorship, employment, succession, adaptations, participation, classifications, and other explicit entity-property-value statements.",
"n_files": 44
},
{
"id": "claims",
"raw_id": "claims",
"label": "Claims",
"description": "Grounded natural-language assertions whose meaning is better preserved as a complete statement than as a subject-predicate-object record. Suitable content includes interpretations, thematic conclusions, reported findings, reception, significance, arguments, and conclusions whose attribution, uncertainty, negation, comparison, causality, or scope matters.",
"n_files": 5
},
{
"id": "timelines",
"raw_id": "timelines",
"label": "Timelines",
"description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.",
"n_files": 5
}
],
"validation_metrics": {
"by_dataset": {
"monaco_dev": {
"validation_success": 76
}
},
"by_shape": {
"claims": {
"validation_success": 5
},
"knowledge_graphs": {
"validation_success": 44
},
"tables": {
"validation_success": 22
},
"timelines": {
"validation_success": 5
}
},
"join_validation_failed": 0,
"records": 76,
"validation_empty": 0,
"validation_failed": 0,
"validation_retry_success": 0,
"validation_success": 76
}
}
}
],
"records": [
{
"position": 1,
"doc_id": "125rgaLJg1HsJtFDVfc36HEpux8ujF2UqWc57zc9ApwsJyXtKHuVYmTCFgptr55bGjmyah6EPmgMsznnHpqHLK97__0__infobox__0",
"record": "data/records/monaco_dev/baf5bbc84478e524dd7e177a2d59892b081f6da1.json",
"source_preview": "# id: 125rgaLJg1HsJtFDVfc36HEpux8ujF2UqWc57zc9ApwsJyXtKHuVYmTCFgptr55bGjmyah6EPmgMsznnHpqHLK97__0__infobox__0 David Cormand ## David CormandMEP ## Member of the European Parliame",
"source_sha256": "5e50271932f9695ce2f779e92817aa96aeca97ba160f4e75706b38ea74fa75b7",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 2,
"doc_id": "128RZWZsntUg8UeHoWY3c21jQmYEhdTY6HKrdABqQMXj7DEYcN7DjnvR3XLrxwrS7t7coT5D2WQDNP9BKoQzWvdu__0__infobox__0",
"record": "data/records/monaco_dev/d65072581eb3a7276b50348911d1583a883045b3.json",
"source_preview": "# id: 128RZWZsntUg8UeHoWY3c21jQmYEhdTY6HKrdABqQMXj7DEYcN7DjnvR3XLrxwrS7t7coT5D2WQDNP9BKoQzWvdu__0__infobox__0 Up in the Air (2009 film) ## Up in the Air Image : The poster of an a",
"source_sha256": "3ffd44a640ee35430d842db429e198574b55244be4dd4a3f44385eb53dcb85b0",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 3,
"doc_id": "13BsS1uCkiUXAi29mqYpDNPK2LcMwiGj3F5TFpQpn6ijusbph622FmdK3G5kRw3bE7zyVw2UaJqKoDyA4G2NtFG__0__infobox__0",
"record": "data/records/monaco_dev/3937bd8a2455bcc1f314a367f91221346e9409fe.json",
"source_preview": "# id: 13BsS1uCkiUXAi29mqYpDNPK2LcMwiGj3F5TFpQpn6ijusbph622FmdK3G5kRw3bE7zyVw2UaJqKoDyA4G2NtFG__0__infobox__0 2023 New York Giants season ## 2023 New York Giants season Owner : Joh",
"source_sha256": "8450033f1e300bf2adea304d0e183d92d7ebbc74a78d5f857b00b9d88035cf26",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 4,
"doc_id": "17HjaKvoHVk9H4xYMUcixmrMJJr2d8cKc1T1DC5wWX9k46GiPp1QbtCMmUHmLjsTvx9vsRjhEV4jxWsMShTMfd4__0__infobox__0",
"record": "data/records/monaco_dev/08937afc0e7ef5c5ea6ba309d53813b2bbe563b2.json",
"source_preview": "# id: 17HjaKvoHVk9H4xYMUcixmrMJJr2d8cKc1T1DC5wWX9k46GiPp1QbtCMmUHmLjsTvx9vsRjhEV4jxWsMShTMfd4__0__infobox__0 Louise Mountbatten ## Louise Mountbatten ## Queen consort of Sweden T",
"source_sha256": "6aed750203fca5b60c347fed9e596c2e59204409e5df15ddd7c487ac25b6955e",
"run_counts": {
"legacy_full": 1,
"current": 2
}
},
{
"position": 5,
"doc_id": "1CgWEiQEySvLzoWT4byEXrCreQrVSmbYGussM9odcL9NiXmsfpQdkmjtej6b5hiyEi9zWjM8zbXvB3mX97TP2th__0__paragraph__0",
"record": "data/records/monaco_dev/2c4f3970c68f1bada3223d7b295f5f8582df23d7.json",
"source_preview": "# id: 1CgWEiQEySvLzoWT4byEXrCreQrVSmbYGussM9odcL9NiXmsfpQdkmjtej6b5hiyEi9zWjM8zbXvB3mX97TP2th__0__paragraph__0 Bertrand Russell Bertrand Arthur William Russell, 3rd Earl Russell, O",
"source_sha256": "b495872b588cb109549d03eb636a0ae7d030726c7f2d64310558b9c190970b9d",
"run_counts": {
"legacy_full": 1,
"current": 2
}
},
{
"position": 6,
"doc_id": "1Eciibjs1vCy6BUzeB3t7cZS7zy65hqgRYHQ8L3AgfKUA1YAJGfM6PN8fK4C1EsN6MCEQXt8UY4FJC7XWkFFuma__0__infobox__0",
"record": "data/records/monaco_dev/c083aa2b9a980515b21823c606597899a9947b71.json",
"source_preview": "# id: 1Eciibjs1vCy6BUzeB3t7cZS7zy65hqgRYHQ8L3AgfKUA1YAJGfM6PN8fK4C1EsN6MCEQXt8UY4FJC7XWkFFuma__0__infobox__0 Kill Bill: Volume 1 ## Kill Bill: Volume 1 Image : A woman wearing a y",
"source_sha256": "db067cd4e2796f98605e5a424ceed36b998d865cea9fefb12968196b0b7b6c9a",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 7,
"doc_id": "1LyyQXVoqJA1kPFGYyxxZUwD7CckuNVL6k9hpKhRovgK64gLU5yKPaQX2LRmpZmzXPsVno5BMtLWiqsx91YJXW4__9__table__0",
"record": "data/records/monaco_dev/dd371c3a34dab2403a000d6bd020050f6fd53360.json",
"source_preview": "# id: 1LyyQXVoqJA1kPFGYyxxZUwD7CckuNVL6k9hpKhRovgK64gLU5yKPaQX2LRmpZmzXPsVno5BMtLWiqsx91YJXW4__9__table__0 Tony Richardson Tony Richardson >>> Theatre | Year | Play | House | City ",
"source_sha256": "bd1896bca417749aaa4d32b84b74aecf50e8b78bc494817ee9faefcd2f14aa40",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 8,
"doc_id": "1XzMs8fL1x74UNo6x5XSGWLgsU4MT3xZDBHzEcd1Cgy6x2SeCbyUG7KUzgZtz9uquNxngHoQs54i9brNCyZcjnr__0__infobox__0",
"record": "data/records/monaco_dev/143eaa3cb461be6334eed9cf047fa584c44b9c74.json",
"source_preview": "# id: 1XzMs8fL1x74UNo6x5XSGWLgsU4MT3xZDBHzEcd1Cgy6x2SeCbyUG7KUzgZtz9uquNxngHoQs54i9brNCyZcjnr__0__infobox__0 Ottoman–Mamluk War (1516–1517) ## Ottoman-Mamluk War (1516–1517) ## P",
"source_sha256": "6b9536266d27edd7bfd3329d245fe6d8b1dc88d37cd594c24b2fa13e7328e005",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 9,
"doc_id": "1ZaVh8TT92hvEQutDKGraR5G41ZTGZAakAQDcDzZPTc4rW54fZZqfvc3fAerAYj8HqJazk1AfAuBQUyyK76Pqxx__0__paragraph__0",
"record": "data/records/monaco_dev/944cf5e801d11e2601a6558d7ad4e73f667fa3f1.json",
"source_preview": "# id: 1ZaVh8TT92hvEQutDKGraR5G41ZTGZAakAQDcDzZPTc4rW54fZZqfvc3fAerAYj8HqJazk1AfAuBQUyyK76Pqxx__0__paragraph__0 Valérie Pécresse Valérie Anne Émilie Pécresse (French pronunciatio",
"source_sha256": "f2c1f6fc7b04fa16eafc3d981b53a9935d341a7d2224a601b27363a0dc9a6dd2",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 10,
"doc_id": "1q2uhgBUPxFkxSZfNGeZtySnynmDzJqkNDRrqEfz39JiE5q9ozMd8rtyvA5vyctS615F4qPDbGjsZj94CUM51Ld__0__infobox__0",
"record": "data/records/monaco_dev/fc4e7ccf37bb829b9346171281a37ddf62bcec58.json",
"source_preview": "# id: 1q2uhgBUPxFkxSZfNGeZtySnynmDzJqkNDRrqEfz39JiE5q9ozMd8rtyvA5vyctS615F4qPDbGjsZj94CUM51Ld__0__infobox__0 2015 Danish general election # 2015 Danish general election --- ### * ",
"source_sha256": "2ae1e5e0425bb5c727fcfa278d877f459495e7eee924a095876847d213fc4b8b",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 11,
"doc_id": "1rn9gAbqYgjpsfS8zn58q6BZk249WqzBKUbhetn9XyRM6kVM53LKV6Mqd6VyeeJnNAANZKdaCKq1kJCepNnLn5d__0__infobox__0",
"record": "data/records/monaco_dev/4c65eeeb76db723e514eb204211b6322e2d136b9.json",
"source_preview": "# id: 1rn9gAbqYgjpsfS8zn58q6BZk249WqzBKUbhetn9XyRM6kVM53LKV6Mqd6VyeeJnNAANZKdaCKq1kJCepNnLn5d__0__infobox__0 Dennis Johnson # Dennis Johnson --- ## Personal information Born : (19",
"source_sha256": "f7c931e766c0735003c0e33727dc75fd1573a45b0242dab86bb7ceb6f8c47839",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 12,
"doc_id": "1rwSPUdjvYfmQQrcqX8a5sMNtAv6ihcGBNJmqZ4WjCo9jhePToRZjZd1X3VLocxDN6EfMC4yXxXQ6BkiS4EhR2P__0__infobox__0",
"record": "data/records/monaco_dev/b4f6ba3e0f14826c6d1ed6c9117e7c1e96e288db.json",
"source_preview": "# id: 1rwSPUdjvYfmQQrcqX8a5sMNtAv6ihcGBNJmqZ4WjCo9jhePToRZjZd1X3VLocxDN6EfMC4yXxXQ6BkiS4EhR2P__0__infobox__0 2019 Argentine general election # 2019 Argentine general election --- ",
"source_sha256": "954194396a6a0ee258131a7e6fe205294ddf0d3bf5480742ee5cb7f35365aad3",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 13,
"doc_id": "1sRpYZDFa1fovwzpkpGZFfwza2wqd6pEm5DxAmdMnFSfc4j2atVpXhhivXhVANMU1B38NXNJpJYQfJEwoLu1jSq__0__infobox__0",
"record": "data/records/monaco_dev/1ba4b4652e53d8c46b119dce0efaf1f55adacfc0.json",
"source_preview": "# id: 1sRpYZDFa1fovwzpkpGZFfwza2wqd6pEm5DxAmdMnFSfc4j2atVpXhhivXhVANMU1B38NXNJpJYQfJEwoLu1jSq__0__infobox__0 Maria Theresa of Savoy ## Marie Thérèse of Savoy ### Countess of Arto",
"source_sha256": "1e65915d5d567efd1b5d2de3bef307311e4080af626ff4dfc7983da261d952e7",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 14,
"doc_id": "1uEVhXjBjur1Q3gs8ustriuh86aSEhvvG8jkny8ZZUizULgSPrRZzvPqca2CNQkv6ja2sHLccLH8Q9v8MiMQSSq__0__infobox__0",
"record": "data/records/monaco_dev/e42e69e49b6bbee3444d49e0315edec272434811.json",
"source_preview": "# id: 1uEVhXjBjur1Q3gs8ustriuh86aSEhvvG8jkny8ZZUizULgSPrRZzvPqca2CNQkv6ja2sHLccLH8Q9v8MiMQSSq__0__infobox__0 Marin Čilić # Marin Čilić --- Country (sports) : Croatia Residence : M",
"source_sha256": "ddd8bb8df6ec6e0ae36d9805607be9760d079555d9d57f90e2e4de923ed8661b",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 15,
"doc_id": "1ue1gMNY9rk2QwVfYGvsRiyUXDEsLJGaEMrQGtguAZMBrvoUzEjbEkdoQcSK7ZTfuQFEjsfQ3cgRg26zHBJKU3k__0__infobox__0",
"record": "data/records/monaco_dev/7ee6a886da4ecf8e1071b09d80049a0299e0dcfa.json",
"source_preview": "# id: 1ue1gMNY9rk2QwVfYGvsRiyUXDEsLJGaEMrQGtguAZMBrvoUzEjbEkdoQcSK7ZTfuQFEjsfQ3cgRg26zHBJKU3k__0__infobox__0 Green Party of Switzerland ## Green Party of Switzerland German name :",
"source_sha256": "e9af665343003f702dd98ba057fe5dc267ad69e4f15ea72e08affe67dce36a18",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 16,
"doc_id": "214VhkLxGit3i92e5soqTKjvWcqaDCqp2KUGywH355T7uRzqGKAcntqH3Ucu9ejbq5oWMCWm3SUcayLUCCsPXmDQ__0__paragraph__0",
"record": "data/records/monaco_dev/807b2cbd5291148a772b097ca3afeb0733c7f4ab.json",
"source_preview": "# id: 214VhkLxGit3i92e5soqTKjvWcqaDCqp2KUGywH355T7uRzqGKAcntqH3Ucu9ejbq5oWMCWm3SUcayLUCCsPXmDQ__0__paragraph__0 Titans In Greek mythology, the Titans (Ancient Greek: Τιτᾶνες Titâ",
"source_sha256": "6cd3f4cda77cada89e665b1c506f445f748235f1bf19fabe8ba07ca9841d8fe2",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 17,
"doc_id": "214VhkLxGit3i92e5soqTKjvWcqaDCqp2KUGywH355T7uRzqGKAcntqH3Ucu9ejbq5oWMCWm3SUcayLUCCsPXmDQ__0__paragraph__1",
"record": "data/records/monaco_dev/66d983691b94b894e884bdded6d425633795fb61.json",
"source_preview": "# id: 214VhkLxGit3i92e5soqTKjvWcqaDCqp2KUGywH355T7uRzqGKAcntqH3Ucu9ejbq5oWMCWm3SUcayLUCCsPXmDQ__0__paragraph__1 Titans After Cronus mated with his older sister Rhea, she bore the f",
"source_sha256": "994a392cb3bd2a8659f7ad8d7657a8a5c6ecc1ebccfff75ca559e7aef9e1a549",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 18,
"doc_id": "214VhkLxGit3i92e5soqTKjvWcqaDCqp2KUGywH355T7uRzqGKAcntqH3Ucu9ejbq5oWMCWm3SUcayLUCCsPXmDQ__4__paragraph__1",
"record": "data/records/monaco_dev/b94d47e8cdf44b630649ecf01c14b34184865ed2.json",
"source_preview": "# id: 214VhkLxGit3i92e5soqTKjvWcqaDCqp2KUGywH355T7uRzqGKAcntqH3Ucu9ejbq5oWMCWm3SUcayLUCCsPXmDQ__4__paragraph__1 Titans Titans >>> Genealogy >>> Variations Plato, in his Timaeus, pr",
"source_sha256": "33ace12ee5d0917bff959c06de99352405572ed164ae38cef4026a3c2c40d64b",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 19,
"doc_id": "218wsukF2WeMD9PvDnLM6FpMFcMgnQqgdEHf9KFuvwBM9kMeNeqn8xiD3EKVQ1kFE8mTj1EMgzYkn5nuwSNkDe65__0__paragraph__0",
"record": "data/records/monaco_dev/f9c500b2bd15b2fb7e6b9ba1ff1d0e093c3caca9.json",
"source_preview": "# id: 218wsukF2WeMD9PvDnLM6FpMFcMgnQqgdEHf9KFuvwBM9kMeNeqn8xiD3EKVQ1kFE8mTj1EMgzYkn5nuwSNkDe65__0__paragraph__0 Shatranj Shatranj (Arabic: شطرنج, pronounced [ʃaˈtʕrandʒ]; from Midd",
"source_sha256": "fc10b97c3274fe35f95695991487395612c549288d62cebe592d826b343fac27",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 20,
"doc_id": "21E5QqxaEKMKJwkd8UjnpzPQhk1DME7XhQpaotqpSv1WftEgvD1efaxXHkn2eoCtc7Dz3qdJYDK79ihp4esA9cSh__5__paragraph__0",
"record": "data/records/monaco_dev/799a30bc2f7b4d6ebb2bb4610ed3aea77a2c8cbc.json",
"source_preview": "# id: 21E5QqxaEKMKJwkd8UjnpzPQhk1DME7XhQpaotqpSv1WftEgvD1efaxXHkn2eoCtc7Dz3qdJYDK79ihp4esA9cSh__5__paragraph__0 Capital of Germany Capital of Germany >>> History >>> 1945–1990 In 1",
"source_sha256": "f170e9fd6008f35e850c3f8b8feb47f6a1b8971b4fd522605ba4f9b5b8f50b50",
"run_counts": {
"legacy_full": 1,
"current": 2
}
},
{
"position": 21,
"doc_id": "21E5dzQUNpWXpTfyzKT77FjkCmTQb1exmgerZSrMCijUK23kXzqkLYLdx26qQXBmzNauYfKfzeQu9n1nnfvXthRZ__0__infobox__0",
"record": "data/records/monaco_dev/f816154b8da29a3a35b583bb70086b7e31adc6fb.json",
"source_preview": "# id: 21E5dzQUNpWXpTfyzKT77FjkCmTQb1exmgerZSrMCijUK23kXzqkLYLdx26qQXBmzNauYfKfzeQu9n1nnfvXthRZ__0__infobox__0 League of Anti-Corruption Governors ## League of Anti-Corruption Gove",
"source_sha256": "339f542afc07669c1656a74da33256de461a818e0ec9f28a0137d9364a2599d4",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 22,
"doc_id": "21Fndvkif5259WTxj3Jf3curv9yPCtXnzAKo85VSHiKV8UYySwuhWoi6x9GFoU9c2BoQ6rxYkN2D7VvzGLoqhHuu__0__paragraph__0",
"record": "data/records/monaco_dev/f9440d0a7b87221cd757c80adcbd6341c4859a5b.json",
"source_preview": "# id: 21Fndvkif5259WTxj3Jf3curv9yPCtXnzAKo85VSHiKV8UYySwuhWoi6x9GFoU9c2BoQ6rxYkN2D7VvzGLoqhHuu__0__paragraph__0 Four Weddings and a Funeral (miniseries) Four Weddings and a Funeral",
"source_sha256": "846c4b4cc13f0f2aa2b567d56288c2e1a8c9aff7e2f13efc3eed01f468f4c603",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 23,
"doc_id": "21SXanTQo49wXzMx88pYgMHgKg2V9cn9wR6BzGbcVd2dnLYQM77Pbb53MNwBAAzPMcbmk4QZo7u2Y2C6DBA8v4VN__0__infobox__0",
"record": "data/records/monaco_dev/e13550880a43a93632bd4fd3b91f20efb0baece8.json",
"source_preview": "# id: 21SXanTQo49wXzMx88pYgMHgKg2V9cn9wR6BzGbcVd2dnLYQM77Pbb53MNwBAAzPMcbmk4QZo7u2Y2C6DBA8v4VN__0__infobox__0 Charles V, Holy Roman Emperor ## Charles V ### Imperator Romanorum I",
"source_sha256": "a2e06541e6aed7168716c667099003bcc9a558ab8225e0c5262a4b0b433cd639",
"run_counts": {
"legacy_full": 3,
"current": 3
}
},
{
"position": 24,
"doc_id": "21VLSCYJYfTV3Ctymtc8eQrCrHQG1WEAmDQYDtYWtu37RnsTsfj8PiqUsep775uYbsZ4qgRWHXFAdyvC9uFw7vN4__0__infobox__0",
"record": "data/records/monaco_dev/aa6f4d3eeb54acb3595d7b7bfe9bb3c4230b251c.json",
"source_preview": "# id: 21VLSCYJYfTV3Ctymtc8eQrCrHQG1WEAmDQYDtYWtu37RnsTsfj8PiqUsep775uYbsZ4qgRWHXFAdyvC9uFw7vN4__0__infobox__0 Gao Xingjian ## Gao Xingjian Image : Gao in 2012 Caption : Gao in 201",
"source_sha256": "4b5981eb51d45dd6689e0c3c1c1281f2d19007d52956d8fc974c821c2986a6ec",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 25,
"doc_id": "21W37EsoAQKdcTUuhVnRsc4xvH3YEh42USewhYcezYRDRFoqUK58JYWW99t1W1ZdAXKogZAaoJdbJLMQvN23WgB6__0__infobox__0",
"record": "data/records/monaco_dev/26e3a5d5a38e5acbda57fc4f0da76d5be14f903f.json",
"source_preview": "# id: 21W37EsoAQKdcTUuhVnRsc4xvH3YEh42USewhYcezYRDRFoqUK58JYWW99t1W1ZdAXKogZAaoJdbJLMQvN23WgB6__0__infobox__0 Mother! ## Mother! Image : Jennifer Lawrence looking off in the dista",
"source_sha256": "640c80b770b8edb310f0214c41457fca035d8766ad9152221a8894e23c654a96",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 26,
"doc_id": "21d1xpKfAztrLbDgPHocbCKhCNVFDB6mcztSY5WdrrSojzB2wP2SMCWeq2iz35iUunx1UrUoWtuRSxCsBLYEoBjW__0__infobox__0",
"record": "data/records/monaco_dev/4684eef5bdf6d738ff2ac0ea979f57dc8ff55b17.json",
"source_preview": "# id: 21d1xpKfAztrLbDgPHocbCKhCNVFDB6mcztSY5WdrrSojzB2wP2SMCWeq2iz35iUunx1UrUoWtuRSxCsBLYEoBjW__0__infobox__0 Liberal Democratic Party (Japan) ## Liberal Democratic Party 自由民主党 Ji",
"source_sha256": "9eb8d17b69d02ef469778b86338eaded0d08feedf588e758dbc764bfa7f74b09",
"run_counts": {
"legacy_full": 2,
"current": 3
}
},
{
"position": 27,
"doc_id": "21d4Sbps47v9HGhBYC1MW7sP15pwaB74C2ph9Aug724uv1hxxfQvHegug3gFn7UbtFFDDkCYS7sgvo24bfQeqJqE__0__infobox__0",
"record": "data/records/monaco_dev/d2ebabdd65eb129a1d0f28b3bd6b28d668c9c334.json",
"source_preview": "# id: 21d4Sbps47v9HGhBYC1MW7sP15pwaB74C2ph9Aug724uv1hxxfQvHegug3gFn7UbtFFDDkCYS7sgvo24bfQeqJqE__0__infobox__0 George Baldock # George Baldock Τζορτζ Μπάλντοκ --- ## Personal infor",
"source_sha256": "3f9e3041a09e8fd64805b071ee1c00b0f6a89fc9a16b811ad26205de7f75a817",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 28,
"doc_id": "21fQuyBAegVMK9aNioYG7H6Cu1Pp4X6x1h3ja9QSow2w8yvPFwx6tuSiQ6kT2B5cfwhFnBFW1F14NS1Bz2sk2AqR__0__infobox__0",
"record": "data/records/monaco_dev/69d4e4df37cbe0ff4c3b2de1c41db3313f41e840.json",
"source_preview": "# id: 21fQuyBAegVMK9aNioYG7H6Cu1Pp4X6x1h3ja9QSow2w8yvPFwx6tuSiQ6kT2B5cfwhFnBFW1F14NS1Bz2sk2AqR__0__infobox__0 Red Line 7000 ## Red Line 7000 Directed by : Howard Hawks Screenplay ",
"source_sha256": "64c4306e0680d858f7c641ec37c1770d29ca45a1246a2ec8cc7c66bbcd352171",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 29,
"doc_id": "21i6UKqWZCATewuKmDigagkdq5zQ8dr1Nfm9UL9ERJCGqrCneGDfjKJ36259TF4gecvmPXMDQ3fL1kQPGgfUu8ds__0__infobox__0",
"record": "data/records/monaco_dev/6abfeebaaf5b12a319a6454cb52e1de945109ba2.json",
"source_preview": "# id: 21i6UKqWZCATewuKmDigagkdq5zQ8dr1Nfm9UL9ERJCGqrCneGDfjKJ36259TF4gecvmPXMDQ3fL1kQPGgfUu8ds__0__infobox__0 Ken Anderson (quarterback) # Ken Anderson --- ## No. 14 Position: : Q",
"source_sha256": "7fac365b1e1b5739ffa9130fbf1f976b53d09ae39bd48b83634c91a3c15f0e46",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 30,
"doc_id": "21oJ2HAEVtWFDteMGcDdav4QsV1dgpnRxwoYfNDt2dnYPVci5oJyXgFP1Gv3TRMaPLvy7jZXV4v1VCbRFJgJa77y__0__infobox__0",
"record": "data/records/monaco_dev/4f55045a3d0255035b6e1ae0379c5681447e4d4d.json",
"source_preview": "# id: 21oJ2HAEVtWFDteMGcDdav4QsV1dgpnRxwoYfNDt2dnYPVci5oJyXgFP1Gv3TRMaPLvy7jZXV4v1VCbRFJgJa77y__0__infobox__0 Silvio Berlusconi ## Silvio Berlusconi ## Prime Minister of Italy In",
"source_sha256": "b98f06f5e3fdcbd8807ec1e57c072b13b2ab380a79bf028b0aca55ebcb0ab688",
"run_counts": {
"legacy_full": 3,
"current": 2
}
},
{
"position": 31,
"doc_id": "21uBTo7MXz6V4GBemoLh6heHqQoeRr7x1CMwd9JJQavLJ8K5zFAGjWF9yk8PA6XByyi1BTHaBqyxpWMPti1irh8j__1__table__0",
"record": "data/records/monaco_dev/5764aebcf2f79d4b02cce0433816b8d16665588c.json",
"source_preview": "# id: 21uBTo7MXz6V4GBemoLh6heHqQoeRr7x1CMwd9JJQavLJ8K5zFAGjWF9yk8PA6XByyi1BTHaBqyxpWMPti1irh8j__1__table__0 Congress of State Congress of State >>> Current composition | Office | N",
"source_sha256": "9ce56e23fee7f336aa0e63ce929e0a8601b763f361746c705bc9e8c93337ce3f",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 32,
"doc_id": "21usuNZWKjxE82jjdxRYGWvSoxba5VHkm4HtuAZAjCKie2spYkyfiitpVWqTqUbZv2PHXy27giZqvuUNh1TbJ8pY__0__infobox__0",
"record": "data/records/monaco_dev/3d8bdce50d01b096ebc5f7daff0c186e5b215bef.json",
"source_preview": "# id: 21usuNZWKjxE82jjdxRYGWvSoxba5VHkm4HtuAZAjCKie2spYkyfiitpVWqTqUbZv2PHXy27giZqvuUNh1TbJ8pY__0__infobox__0 The Mark of the Hawk ## The Mark of the Hawk Directed by : Michael Au",
"source_sha256": "9b76ed04201ad785eb01d0be2b31ab6a860dc8b8b8f52e0b4a41abb73dfe7349",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 33,
"doc_id": "21vUiAxaTt6RNdr5s5JuU9sNmbvrchPzhvDDa3JPzJK69idWGtYAErQH5seXEXVvpPn4NTTZcMtE2J3hhBdppYMo__0__infobox__0",
"record": "data/records/monaco_dev/26a7837c67e4e532c371714e82f5c80672250277.json",
"source_preview": "# id: 21vUiAxaTt6RNdr5s5JuU9sNmbvrchPzhvDDa3JPzJK69idWGtYAErQH5seXEXVvpPn4NTTZcMtE2J3hhBdppYMo__0__infobox__0 Strong Local Drenthe ## Strong Local Drenthe Sterk Lokaal Drenthe Lea",
"source_sha256": "3a72ede8d72c831d12dde96265eb7312fd21ec61295e10d760703a7821b87515",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 34,
"doc_id": "223sGTGJUTNiMj3TLree5Zt3NDARU6RoaGX7umMjcXqk5jhz4oFrji1iYhJXyZgCgqZwxUULQETBMTz2Vv12TU7G__0__paragraph__0",
"record": "data/records/monaco_dev/7f8541017d01e9f5195e558e1f6d0a462dfd0b2c.json",
"source_preview": "# id: 223sGTGJUTNiMj3TLree5Zt3NDARU6RoaGX7umMjcXqk5jhz4oFrji1iYhJXyZgCgqZwxUULQETBMTz2Vv12TU7G__0__paragraph__0 Cycling at the Summer Olympics Cycling has been contested at every S",
"source_sha256": "69717173ea39a14c7427571d871df4a4ff9e3840812521d96fa49d9291799651",
"run_counts": {
"legacy_full": 2,
"current": 3
}
},
{
"position": 35,
"doc_id": "225N12zyHqWdzZVoPLxVyhPZ7KDaHVkqWdUdueSt5uMt5zsgetQXfsSWazoX7pBMAdzPZN2Rs2H9FAJyuwkWdBDt__0__infobox__0",
"record": "data/records/monaco_dev/11c31325245fc44975d4e32b2a0e0719df9d8ce3.json",
"source_preview": "# id: 225N12zyHqWdzZVoPLxVyhPZ7KDaHVkqWdUdueSt5uMt5zsgetQXfsSWazoX7pBMAdzPZN2Rs2H9FAJyuwkWdBDt__0__infobox__0 Jacinda Ardern ## The Right HonourableDame Jacinda ArdernGNZM ## 40t",
"source_sha256": "19ae9d1654eea0164fbdab613415ee6fc6fd62215f16258da2fdb5de52d7de21",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 36,
"doc_id": "22Jb19s1SKTdXBHy5DqY5BFH8SSWjzQordgPEbye4VWCKq1qRmejVDEDZcT1cEWgT8KAfSPZLdu5YdcquEDD3H9G__0__paragraph__0",
"record": "data/records/monaco_dev/0ab67df879838b63ba2038b84fe7d72aa588b9d2.json",
"source_preview": "# id: 22Jb19s1SKTdXBHy5DqY5BFH8SSWjzQordgPEbye4VWCKq1qRmejVDEDZcT1cEWgT8KAfSPZLdu5YdcquEDD3H9G__0__paragraph__0 Australian Open The Australian Open (stylized ΛO) is a tennis tourna",
"source_sha256": "3f5bd4cefa982b1b6cbd2c1fac42452c22dcb420460ab49a05fed932f5a5a863",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 37,
"doc_id": "22LxJGpL5L4kLt5PcXXV88QG4v5PWoGCEWdZRVmi9MdRHVYMeZ8j8JYLHQkwNnRDfsGMLPPZCCzb1hHcsTVZLxuj__0__infobox__0",
"record": "data/records/monaco_dev/3bd51c2aa9db2d370cc20cc65cb59a7be5545a0c.json",
"source_preview": "# id: 22LxJGpL5L4kLt5PcXXV88QG4v5PWoGCEWdZRVmi9MdRHVYMeZ8j8JYLHQkwNnRDfsGMLPPZCCzb1hHcsTVZLxuj__0__infobox__0 Henry Slocum (tennis) # Henry Slocum --- Full name : Henry Warner Slo",
"source_sha256": "810b190448c82061d3252520631e29fd5488603e1e615ec3f3a926cd57e2a6a8",
"run_counts": {
"legacy_full": 1,
"current": 2
}
},
{
"position": 38,
"doc_id": "22ehjPvE8tYuhoBGagWwKFYpLC19nhgqUEAtsQ36mNnSHYDebdz5xsfXqvWgKaXWHwLnmcXw18cQHYY8mdFakKZ9__0__infobox__0",
"record": "data/records/monaco_dev/acef48a27e0bd2d7a72c494af87ad3ebf4cb9968.json",
"source_preview": "# id: 22ehjPvE8tYuhoBGagWwKFYpLC19nhgqUEAtsQ36mNnSHYDebdz5xsfXqvWgKaXWHwLnmcXw18cQHYY8mdFakKZ9__0__infobox__0 101 Dalmatians (1996 film) ## 101 Dalmatians Directed by : Stephen He",
"source_sha256": "0b6ef66306b1cba0ae0470bae739dbb4b5c608c962d8b38c651d7e23b778335b",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 39,
"doc_id": "22havMv4ybVimddzvP9Vsi1Tk5PDra19HLdno4jEMbPn7CbUGV4RgPgTVx3QLydX56oXd4XddkveHVi7BJdSSC6e__0__infobox__0",
"record": "data/records/monaco_dev/ba9b0855fe51352e4bbd86ecd87fcdf8a961da2b.json",
"source_preview": "# id: 22havMv4ybVimddzvP9Vsi1Tk5PDra19HLdno4jEMbPn7CbUGV4RgPgTVx3QLydX56oXd4XddkveHVi7BJdSSC6e__0__infobox__0 Mike Pence ## Mike Pence Image : Official White House portrait. Pence",
"source_sha256": "603a3d13cc24bb72974a18f9fd15ec11be1d51fd62769f1dd442ebbbfa18b080",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 40,
"doc_id": "22nJHM1W7ZBcpUGSzHdodDAqetk4K4txpEz76mT2YDWYsPsALLvfMfv4iertcnJeGr12DpySMkbvgV3qdm2LQM1q__4__table__0",
"record": "data/records/monaco_dev/68b9e69a87a9c6ffc86018a3d4691253c3b87175.json",
"source_preview": "# id: 22nJHM1W7ZBcpUGSzHdodDAqetk4K4txpEz76mT2YDWYsPsALLvfMfv4iertcnJeGr12DpySMkbvgV3qdm2LQM1q__4__table__0 List of 2019 box office number-one films in the United States List of 20",
"source_sha256": "b5cf198d6ac5349d13456ff1027c6eda8ac7f7ed9f7378e44fb69d6dd4c4c0c0",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 41,
"doc_id": "22oGVa4pTodzMcza7FuXvvFKpLuJhUQTeU2uR8sBPcW6tex3RHUpMUT4NbFynBCSVbjZaKrJcGZGTyYCMTcn2kNy__17__list__2",
"record": "data/records/monaco_dev/6b71fe140dde62ca690121bce03125304fa41799.json",
"source_preview": "# id: 22oGVa4pTodzMcza7FuXvvFKpLuJhUQTeU2uR8sBPcW6tex3RHUpMUT4NbFynBCSVbjZaKrJcGZGTyYCMTcn2kNy__17__list__2 64th Annual Grammy Awards 64th Annual Grammy Awards >>> Winners and nomi",
"source_sha256": "0af1d984c0b75c96c04a029686d6c67d95aad28bdc1b881f452af0226f860122",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 42,
"doc_id": "22qQWWWqEwDiW9h5BNmeuZtmCnaeQi45fEfEWSdKs8FmJgtdEiztYE8JHakRQL9mHTG2oXzhRkXbEdNbpiF2PJSH__0__infobox__0",
"record": "data/records/monaco_dev/ce80e8dcf6d9c04d08fc2ccdca892737b134d6c1.json",
"source_preview": "# id: 22qQWWWqEwDiW9h5BNmeuZtmCnaeQi45fEfEWSdKs8FmJgtdEiztYE8JHakRQL9mHTG2oXzhRkXbEdNbpiF2PJSH__0__infobox__0 Kentavious Caldwell-Pope # Kentavious Caldwell-Pope --- ## No. 3 – Or",
"source_sha256": "c660a9a7e9a2ed67f8eaefe92a1f4e418d2dbd1843dd5a51687e63dbb124d714",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 43,
"doc_id": "22sX5HE8oEvgP1TEKLx885KVDEiKieGorw1Yf8titzza1btmjrDRFng1yz2poZUVftuZPz3wRUErw1nRRmDk45To__60__list__0",
"record": "data/records/monaco_dev/5009c1bd16166b22ee133bf5ef572cb2c69fa959.json",
"source_preview": "# id: 22sX5HE8oEvgP1TEKLx885KVDEiKieGorw1Yf8titzza1btmjrDRFng1yz2poZUVftuZPz3wRUErw1nRRmDk45To__60__list__0 List of Naruto characters List of Naruto characters >>> Antagonists >>> ",
"source_sha256": "e1b8306bb6b93017e48028f7c46497506877a27552eccc1d6c9ff15ca462485c",
"run_counts": {
"legacy_full": 1,
"current": 2
}
},
{
"position": 44,
"doc_id": "22szeSki4jdHBVWMR3Brg3WuuqaXjoDA4PJcWAgUACY8Bwvw4kS76qDMhe7ZmZWt3YDLVXeEEAX1oE2c9VXzuetc__0__infobox__0",
"record": "data/records/monaco_dev/9d01d4f94e4d36db33a284d68ca03faae59f9a4f.json",
"source_preview": "# id: 22szeSki4jdHBVWMR3Brg3WuuqaXjoDA4PJcWAgUACY8Bwvw4kS76qDMhe7ZmZWt3YDLVXeEEAX1oE2c9VXzuetc__0__infobox__0 Erik Axel Karlfeldt ## Erik Axel Karlfeldt Image : Karlfeldt in 1931 ",
"source_sha256": "a3db095c489a470ffdfaed29bfaa59ddab2a7566b032aadf5c6be264f2e07d27",
"run_counts": {
"legacy_full": 3,
"current": 1
}
},
{
"position": 45,
"doc_id": "22uVjQBmjWjqbNfJ7FrJbGeMEwwcAEuBLPV1DhbMoSwHjA8C9FEZQwaeBWf9gLToPge6VfYWdKvqKTMsoKvDEwxx__0__infobox__0",
"record": "data/records/monaco_dev/cd38584180c0649116ed394ee84c9de204061322.json",
"source_preview": "# id: 22uVjQBmjWjqbNfJ7FrJbGeMEwwcAEuBLPV1DhbMoSwHjA8C9FEZQwaeBWf9gLToPge6VfYWdKvqKTMsoKvDEwxx__0__infobox__0 Demographics of Djibouti ## Demographics of Djibouti Population : 994",
"source_sha256": "070913a8f7782c998cf9fe057f77b64d7f6f4d2837fba4459edbf6eedbefaece",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 46,
"doc_id": "22uZD7aqzBSYhQAeLN1H7WeiYv54n1gdQ8A9uhkp4GxG9Q7sSA6r2TpKUb5DADpVrip3vbmRXBf2qvymhwfnx6iv__0__paragraph__0",
"record": "data/records/monaco_dev/c1a84077e5e4d92daf2ce0183751c7a8b5baf23e.json",
"source_preview": "# id: 22uZD7aqzBSYhQAeLN1H7WeiYv54n1gdQ8A9uhkp4GxG9Q7sSA6r2TpKUb5DADpVrip3vbmRXBf2qvymhwfnx6iv__0__paragraph__0 Salman of Saudi Arabia Salman bin Abdulaziz Al Saud (Arabic: سلمان ب",
"source_sha256": "a5601c61cde2ee755b7c2499a0f64764067cd2acc7bb2aef49ff3401db597620",
"run_counts": {
"legacy_full": 3,
"current": 1
}
},
{
"position": 47,
"doc_id": "22vrz7NTnrgAzUaSt3XsdDkqQv7p7exq6DDvFzLn3ov8Z4DcD9KGnkJY29nN8GURhvWqrsp5YJB98wRzpTXgxZaL__0__infobox__0",
"record": "data/records/monaco_dev/64e1ec65e8762ae72f4630ebff6ea3944ac5bd9f.json",
"source_preview": "# id: 22vrz7NTnrgAzUaSt3XsdDkqQv7p7exq6DDvFzLn3ov8Z4DcD9KGnkJY29nN8GURhvWqrsp5YJB98wRzpTXgxZaL__0__infobox__0 Lincoln Financial Field # Lincoln Financial Field --- ### The Linc Im",
"source_sha256": "697e1721dc032a246cf6bdcd14b01a6525e9c5ebf0eea353efb80ff5fb6cc607",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 48,
"doc_id": "22vsJiQ2SLCZ3wKf2hxibUgipHUJvzEsvqcTPA4LEov1xcLvE71b7DPbYnRuWXtuA12T5cpfHdmvChUFq4daiLNc__0__infobox__0",
"record": "data/records/monaco_dev/c69883659e2ac3f313eb56aa63f5a5347f48325a.json",
"source_preview": "# id: 22vsJiQ2SLCZ3wKf2hxibUgipHUJvzEsvqcTPA4LEov1xcLvE71b7DPbYnRuWXtuA12T5cpfHdmvChUFq4daiLNc__0__infobox__0 Nicaragua ## Republic of NicaraguaRepública de Nicaragua (Spanish) Im",
"source_sha256": "8759602536cd0b3193efce42846715839c869a8ce950253e7a2267c4ea9ecc8d",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 49,
"doc_id": "2348AgxoFkd4nkDyZBbAwtVWLuyCxsnwXPqwkBYLB2UhRGeLge1qCXjJ7wxKvTax5SouZz7EEWkAEGovJLhxk2eq__11__table__0",
"record": "data/records/monaco_dev/2cc7c10bf4650521c70c480e8e47f765df736b59.json",
"source_preview": "# id: 2348AgxoFkd4nkDyZBbAwtVWLuyCxsnwXPqwkBYLB2UhRGeLge1qCXjJ7wxKvTax5SouZz7EEWkAEGovJLhxk2eq__11__table__0 Academy Award for Best Actor Academy Award for Best Actor >>> Winners a",
"source_sha256": "bd19b7c999e00a128234121119666d0d5971d28709ac09146661beb3cfc2a26f",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 50,
"doc_id": "237QG4MPa7HLE32AeauQyVSkBfK5SinCKR1aecirKcuAoezAj7CyygmH46UAxMf3zmpyKzE8PX861ouzzpiVwN1Y__0__infobox__0",
"record": "data/records/monaco_dev/fe47af82d0877816c483bb0580dab6ab01270751.json",
"source_preview": "# id: 237QG4MPa7HLE32AeauQyVSkBfK5SinCKR1aecirKcuAoezAj7CyygmH46UAxMf3zmpyKzE8PX861ouzzpiVwN1Y__0__infobox__0 Prince Philippe, Count of Paris ## Prince Philippe ### Count of Pari",
"source_sha256": "085e7af9d680b4949c74863cb9e6a36a2e069705d0e3408de25e849a25b1cf58",
"run_counts": {
"legacy_full": 4,
"current": 1
}
}
]
},
{
"id": "wiki_opentable_dev",
"label": "Open-WikiTable-dev",
"n_docs": 50,
"runs": [
{
"id": "legacy_full",
"label": "Legacy full extraction - 50-doc subset",
"job": "cyan_muscle_ylws4v86bz",
"schema": "legacy five-shape",
"status": "ready",
"quality": null,
"summary": {
"n_docs_seen": 1261,
"n_files_written": 1250,
"shapes_hash": "c156ee3ed8edcc7d2dffbc140f8ffd1016e153f72f93d195add272b6634829a5",
"shape_summaries": [
{
"id": "tables",
"raw_id": "tabular_records",
"label": "Tables",
"description": "A CSV grid that normalizes any recurring record-with-attributes pattern in the document into a row-by-column table. The source need not itself be tabular -- the triggering condition is repetition: the document describes two or more instances of the same kind of record (matches, brackets, years, measurements, people, films, organizations, events, ...), each ascribed a recurring set of attributes. Sources span explicit tables, infoboxes, and bullet lists, but also flowing prose -- e.g. a paragraph naming five battles a general fought, a biography listing seven employers with dates, a section enumerating annual award winners. Emit one row per record; columns capture the attributes that recur across records. Skip attributes mentioned for only one record -- they are too sparse to warrant a column. The shape promotes scattered prose facts into a grid the agent can filter and join, even when no grid existed in the source.",
"n_files": 1087
},
{
"id": "knowledge_graphs",
"raw_id": "relation_graphs_and_mappings",
"label": "Knowledge graphs",
"description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).",
"n_files": 0
},
{
"id": "claims",
"raw_id": "claim_and_theme_summaries",
"label": "Claims",
"description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.",
"n_files": 37
},
{
"id": "timelines",
"raw_id": "chronology_and_timeline_indexes",
"label": "Timelines",
"description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.",
"n_files": 3
},
{
"id": "legacy_qa_shortcuts",
"raw_id": "qa_shortcuts_and_templates",
"label": "Legacy QA shortcuts",
"description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.",
"n_files": 0
}
],
"validation_metrics": null
}
},
{
"id": "current",
"label": "Current schema-v3 extraction",
"job": "purple_eye_8f31ymzz71",
"schema": "3",
"status": "ready",
"quality": {
"all_keep": true,
"by_decision": {},
"by_shape": {},
"failed_artifacts_dir": "/mnt/azureml/cr/j/def2df39b11045b689175ab220fabff7/cap/data-capability/wd/failed_artifacts",
"failures_file": "/mnt/azureml/cr/j/def2df39b11045b689175ab220fabff7/cap/data-capability/wd/failures/failures",
"final_audit_decisions": {
"keep": 50
},
"final_audit_issue_counts": {},
"final_scaffold_files": 50,
"round_reports": [
{
"dataset": "wiki_opentable_dev",
"extracted_file": "extracted.jsonl",
"max_completion_tokens": 16384,
"max_validation_retries": 4,
"model": "prod-gpt-54-reasoning",
"preparation": {
"manifest_rows": 0,
"requested_documents": 0,
"requested_work_items": 0,
"selected_documents": 0,
"shape_counts": {}
},
"reasoning_effort": "medium",
"recovery": {
"requested": 0,
"retry_success": 0,
"success": 0,
"unresolved": 0,
"unresolved_reasons": {}
},
"scaffolds_dir": "scaffolds_dir",
"shape_ids": [],
"unresolved_file": "unresolved.jsonl"
},
{
"dataset": "wiki_opentable_dev",
"extracted_file": "extracted.jsonl",
"max_completion_tokens": 16384,
"max_validation_retries": 4,
"model": "prod-gpt-54-reasoning",
"preparation": {
"manifest_rows": 0,
"requested_documents": 0,
"requested_work_items": 0,
"selected_documents": 0,
"shape_counts": {}
},
"reasoning_effort": "medium",
"recovery": {
"requested": 0,
"retry_success": 0,
"success": 0,
"unresolved": 0,
"unresolved_reasons": {}
},
"scaffolds_dir": "scaffolds_dir",
"shape_ids": [],
"unresolved_file": "unresolved.jsonl"
}
],
"total_failures": 0
},
"summary": {
"n_docs_seen": 50,
"n_files_written": 50,
"shapes_hash": "a79c6919231775b290a7f1ebce575a50899c19d97a73153a783651132c0b2be4",
"shape_summaries": [
{
"id": "tables",
"raw_id": "tables",
"label": "Tables",
"description": "A CSV grid that normalizes any recurring record-with-attributes pattern in the document into a row-by-column table. The source need not itself be tabular -- the triggering condition is repetition: the document describes two or more instances of the same kind of record (matches, brackets, years, measurements, people, films, organizations, events, ...), each ascribed a recurring set of attributes. Sources span explicit tables, infoboxes, and bullet lists, but also flowing prose -- e.g. a paragraph naming five battles a general fought, a biography listing seven employers with dates, a section enumerating annual award winners. Emit one row per record; columns capture the attributes that recur across records. Skip attributes mentioned for only one record -- they are too sparse to warrant a column. The shape promotes scattered prose facts into a grid the agent can filter and join, even when no grid existed in the source.",
"n_files": 47
},
{
"id": "knowledge_graphs",
"raw_id": "knowledge_graphs",
"label": "Knowledge graphs",
"description": "Flat subject-predicate-object records for grounded factual relationships and properties. The head identifies the subject entity, the relation names a reusable predicate, and the tail is another entity or a literal value such as a date, quantity, category, role, title, status, or location. Suitable facts include affiliations, memberships, ownership, authorship, employment, succession, adaptations, participation, classifications, and other explicit entity-property-value statements.",
"n_files": 3
},
{
"id": "claims",
"raw_id": "claims",
"label": "Claims",
"description": "Grounded natural-language assertions whose meaning is better preserved as a complete statement than as a subject-predicate-object record. Suitable content includes interpretations, thematic conclusions, reported findings, reception, significance, arguments, and conclusions whose attribution, uncertainty, negation, comparison, causality, or scope matters.",
"n_files": 0
},
{
"id": "timelines",
"raw_id": "timelines",
"label": "Timelines",
"description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.",
"n_files": 0
}
],
"validation_metrics": {
"by_dataset": {
"wiki_opentable_dev": {
"validation_success": 53
}
},
"by_shape": {
"knowledge_graphs": {
"validation_success": 3
},
"tables": {
"validation_success": 50
}
},
"join_validation_failed": 0,
"records": 53,
"validation_empty": 0,
"validation_failed": 0,
"validation_retry_success": 0,
"validation_success": 53
}
}
}
],
"records": [
{
"position": 1,
"doc_id": "10036",
"record": "data/records/wiki_opentable_dev/9cbdc545562176fa3b8ebdac15a66aafbd3ffa34.json",
"source_preview": "# List of major-party United States presidential candidates who lost their home or resident state - Candidates who lost the election | Name_ | Election_Year | Party | Birth_State ",
"source_sha256": "b5d5f43fb5440a52c2d01b7f3f1e04e1f00a821fca78f0d19db681f168c9f5db",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 2,
"doc_id": "10037",
"record": "data/records/wiki_opentable_dev/79c4997b8f25ccace8d1f4e4f391964c5aaf2350.json",
"source_preview": "# List of major-party United States presidential candidates who lost their home or resident state - Candidates who lost the election | Name_ | Election_Year | Party | Birth_State ",
"source_sha256": "e82eb0e660cf91f2a3cde3ea4f279b13a129e2c667a07773c67a8af63c531ec3",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 3,
"doc_id": "10312",
"record": "data/records/wiki_opentable_dev/380247e2713ea05e9bc001ebe20c2bb498cd476b.json",
"source_preview": "# Scream (1996 film) - Awards | Year_ | Award | Category | Work_ | Result_ | | --- | --- | --- | --- | --- | | 1996 | International Horror Guild | Best Film | Scream | Won | | 199",
"source_sha256": "ffe8286d0a8cbd4a946f96246cd69b37434f3218173eb2beab21036c3d4302f1",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 4,
"doc_id": "10317",
"record": "data/records/wiki_opentable_dev/c24b41476f1309788bb0afffd88cf5477d18d255.json",
"source_preview": "# Religion in the United Kingdom - Belief Religions by ethnic group, UK census 2001 | Ethnic_group | Christian | Buddhist | Hindu | Jewish | Muslim | Sikh | Other | No_religion | ",
"source_sha256": "597dd611b32b71f1197e3d47507378ea1c950562ae69ebf1d70575f8cb16eb5b",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 5,
"doc_id": "10318",
"record": "data/records/wiki_opentable_dev/36c8cc3203c80c2cb73eb94ef41680006d38c97b.json",
"source_preview": "# Religion in the United Kingdom - Belief Religions by ethnic group, UK census 2001 | Ethnic_group | Christian | Buddhist | Hindu | Jewish | Muslim | Sikh | Other | No_religion | ",
"source_sha256": "be6fb723ff1581f2fa749c07894cd1ccc2a0afcfa533e1ded62325c2c032e4aa",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 6,
"doc_id": "10320",
"record": "data/records/wiki_opentable_dev/98138883ff1b151aa246593ffb6fa81920d8f0a0.json",
"source_preview": "# Fatou Bintou Fall - Competition record | Year_ | Competition | Venue | Position_ | Event | Notes | | --- | --- | --- | --- | --- | --- | | 2003 | All-Africa Games | Abuja, Niger",
"source_sha256": "a49d518a25e8441367a6f257d76914a3abd601f283450eb08f77d1f9c19b1a97",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 7,
"doc_id": "10357",
"record": "data/records/wiki_opentable_dev/81b386b32a895788f11d9eb08f0d02e05dfbad61.json",
"source_preview": "# 1999 Formula One season - Drivers and constructors | Entrant | Constructor_ | Chassis | Engine_ | Tyre | Driver | Rounds | | --- | --- | --- | --- | --- | --- | --- | | Benson a",
"source_sha256": "2864e981d29f4b724ea67b8a27d043cd618dc5b87b9c3b6946ff1a6e6ce4d747",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 8,
"doc_id": "10360",
"record": "data/records/wiki_opentable_dev/cec6c03f3cbc6edb314599b8ff04aff52838b3d3.json",
"source_preview": "# 1998 Formula One season - Drivers and constructors | Entrant | Constructor_ | Chassis | Engine_ | Tyre | Driver | Rounds | | --- | --- | --- | --- | --- | --- | --- | | Winfield",
"source_sha256": "a3491aeba9039c618ec1de10181cd9c0797af3fec227d4bfa8c8f80cd876fefd",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 9,
"doc_id": "10364",
"record": "data/records/wiki_opentable_dev/80eae732efbdd88b1cfe3bfdba3d5d16f89063f7.json",
"source_preview": "# 1997 Formula One season - Teams and Drivers | Entrant | Constructor_ | Chassis | Engine | Tyre | Driver | Rounds | | --- | --- | --- | --- | --- | --- | --- | | Mild Seven Benet",
"source_sha256": "43ca6aadb7e5f361bebca495fba68eacbe3e2fe553329919ccfb3b37675c55ed",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 10,
"doc_id": "10466",
"record": "data/records/wiki_opentable_dev/4da258b39e9375beeb2251e6e3809efd2607f5e4.json",
"source_preview": "# 1985 Formula One season - Season review | Race | Date_ | Location_ | Pole_Position | Fastest_Lap | Race_Winner | Constructor_ | Report | | --- | --- | --- | --- | --- | --- | --",
"source_sha256": "189fb2a3bcf9da89c87aa3d2172bef12f0b14bc31127fbaac3138b3e078f5f97",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 11,
"doc_id": "10475",
"record": "data/records/wiki_opentable_dev/cbd2c3728f54eae6a19b8fc00c27b3004e9b25d1.json",
"source_preview": "# 1984 Formula One season - Season review | Race | Date_ | Location_ | Pole_Position | Fastest_Lap | Race_Winner | Constructor_ | Report | | --- | --- | --- | --- | --- | --- | --",
"source_sha256": "17d6e75fc7a82d6071a1451be5e5ef8bde01203cd6edb906fa3b0ea48cf44130",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 12,
"doc_id": "10477",
"record": "data/records/wiki_opentable_dev/44ec638d6926df3d720eaa5321f0398a9ec7bca7.json",
"source_preview": "# 1984 Formula One season - Season review | Race | Date_ | Location_ | Pole_Position | Fastest_Lap | Race_Winner | Constructor_ | Report | | --- | --- | --- | --- | --- | --- | --",
"source_sha256": "f70f31f6ed06440092e59e86c17df5c955cf7f47dde67302aedbf29e09614a31",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 13,
"doc_id": "10672",
"record": "data/records/wiki_opentable_dev/85691de69fd69576d9317457666d3fa2b7e99c0e.json",
"source_preview": "# 1956 Formula One season - Non-Championship race results | Race_Name | Circuit | Date_ | Winning_driver | Constructor_ | Report | | --- | --- | --- | --- | --- | --- | | X Gran P",
"source_sha256": "d5a7c820280ca710e6c523911ffab9425ba5a762794a2e53d77d63d123fc27ee",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 14,
"doc_id": "1068",
"record": "data/records/wiki_opentable_dev/b77fb0e4f8c1ae7d38d10a6c3333722cba42b1ab.json",
"source_preview": "# Urbanization in China - World urbanization growth Urban population growth (%) | Region_country | _1985_1990 | _1990_1995 | _1995_2000 | _2000_2005 | | --- | --- | --- | --- | --",
"source_sha256": "821c21ff40f508b86fe00824688b513ee52efaf9486ee37c43bb8b009fa8368f",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 15,
"doc_id": "1072",
"record": "data/records/wiki_opentable_dev/6b4142e2e97b851a319b0fcab23709b40e3fc19f.json",
"source_preview": "# List of Indonesian submissions for the Academy Award for Best Foreign Language Film - Submissions | Year_Ceremony | Film_title_used_in_nomination | Original_title | Director | R",
"source_sha256": "5646059d8b02be2b10806081a8ef12d72329b2d4db89e6bd5379457f4dbde5eb",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 16,
"doc_id": "10727",
"record": "data/records/wiki_opentable_dev/ec691c2512493bbb6e13aa87c7e66bcc283819b6.json",
"source_preview": "# Texas's 5th congressional district - List of representatives | Name_ | Took_Office | Left_Office | Party | District_Residence | | --- | --- | --- | --- | --- | | James Andrew Be",
"source_sha256": "7921e4456e28391de1ee83dd0ef514dcb7bd8fdb4ba7915d75d14b135bd0507e",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 17,
"doc_id": "1073",
"record": "data/records/wiki_opentable_dev/2b348a807fba80c79943ffd86758097907a6af79.json",
"source_preview": "# List of Indonesian submissions for the Academy Award for Best Foreign Language Film - Submissions | Year_Ceremony | Film_title_used_in_nomination | Original_title | Director | R",
"source_sha256": "57aa10a3dd1dcefda42b35697c251ccca130d40e73486a8c74b7f0e86b2c8c33",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 18,
"doc_id": "10780",
"record": "data/records/wiki_opentable_dev/537b4cbba59fb36226374e5c504016e8f6ccbe4e.json",
"source_preview": "# Norway in the Eurovision Song Contest 1999 - Melodi Grand Prix 1999 Melodi Grand Prix 1999 - 27 February 1999 | Draw | Artist | Song | Points | Place | | --- | --- | --- | --- |",
"source_sha256": "b06525680d80fd6210d54c40430a771c6d4bc222daf98dedbe18104e13271d78",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 19,
"doc_id": "10797",
"record": "data/records/wiki_opentable_dev/eebe1d9ba3b121bfa3716d85e973b3b26528ee80.json",
"source_preview": "# ANAPROF 2006 - Clausura 2006 Standings | Place_Posición | Team_Equipo | Played_PJ | Won_PG | Draw_PE | Lost_PP | Goals_Scored_GF | Goals_Conceded_GC | _Dif_ | Points_Pts_ | | --",
"source_sha256": "5bd5ee00c8dda7980c147e221a3a5b54a0190612316bcc44d8433de3a12b838d",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 20,
"doc_id": "10867",
"record": "data/records/wiki_opentable_dev/2b031f7e5e24481b3f82eaaa4d174d36840e4da6.json",
"source_preview": "# Alexandre Simoni - Doubles (12) | Date_ | Tournament | Surface | Partnering | Opponents_in_the_final | Score | | --- | --- | --- | --- | --- | --- | | July 15, 2002 | Amersfoort",
"source_sha256": "fa349df18fdb3ccbbef6d914bf7bc2e6a1ceb9f6ccde9c92736ca9937c0fc8d0",
"run_counts": {
"legacy_full": 1,
"current": 2
}
},
{
"position": 21,
"doc_id": "11221",
"record": "data/records/wiki_opentable_dev/05c8900a1795d8afe8df855ab100c2bd8f91478f.json",
"source_preview": "# Spa Valley Railway - Steam Locomotives | Identity_ | Builder | Built | Wheel_Arrangement | Notes | | --- | --- | --- | --- | --- | | 50 Sutton (originally Whitechapel) | Brighto",
"source_sha256": "f15bf57ace51b4c0fe9e4ed223a8c0bfa02318e99c8bb93df485737e9a02d7fd",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 22,
"doc_id": "1127",
"record": "data/records/wiki_opentable_dev/2e5a616a2cb3b91852eafe6c9f29c186cc2efd2e.json",
"source_preview": "# List of Burgundy Grand Crus - List of Grand Crus | Grand_Cru | Region | Village | Wine_style | Vineyard_surface_2010 | | --- | --- | --- | --- | --- | | Chablis Grand Cru | Chab",
"source_sha256": "db25632086ce1865e48de3f7f226f30c9b0c45c3b164c0025c221b65a8b4d3ac",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 23,
"doc_id": "1128",
"record": "data/records/wiki_opentable_dev/f0a3865870d476fd2019497ce810af59b1f3581b.json",
"source_preview": "# List of Burgundy Grand Crus - List of Grand Crus | Grand_Cru | Region | Village | Wine_style | Vineyard_surface_2010 | | --- | --- | --- | --- | --- | | Bonnes-Mares | Côte de N",
"source_sha256": "b6401dfe4eafa74e72244bed0b8a9a2facb86788ea1b69b3a37829f7b11bf763",
"run_counts": {
"legacy_full": 0,
"current": 0
}
},
{
"position": 24,
"doc_id": "1130",
"record": "data/records/wiki_opentable_dev/54164c3db2c5171b138c809d3cbe7a6637c31cbf.json",
"source_preview": "# List of Burgundy Grand Crus - List of Grand Crus | Grand_Cru | Region | Village | Wine_style | Vineyard_surface_2010 | | --- | --- | --- | --- | --- | | Corton-Charlemagne | Côt",
"source_sha256": "93c9fb48ed0f72ef84d8cb471d0c3ad71d1310575f72aa5c5801737c3dc9e457",
"run_counts": {
"legacy_full": 0,
"current": 0
}
},
{
"position": 25,
"doc_id": "11405",
"record": "data/records/wiki_opentable_dev/becd66fd5fda6827883e9967d1faa698e78b3b43.json",
"source_preview": "# WNBA Finals - History | Year_ | Western_champion | Result_ | Eastern_champion | Finals_MVP | | --- | --- | --- | --- | --- | | 1999 | Houston Comets | 2–1 | New York Liberty | C",
"source_sha256": "5afc7586bfa15d17cb913f2302b77a6fc58d8f76ffa55dd8ae747fa35f082a2c",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 26,
"doc_id": "11407",
"record": "data/records/wiki_opentable_dev/4bdb3890c02fd64dcb0fce3bddf0530eb45e2f7e.json",
"source_preview": "# WNBA Finals - Finals appearances | Finals | Team | Wins | Losses | Pct_ | | --- | --- | --- | --- | --- | | 4 | Houston Comets 2 | 4 | 0 | 1.000 | | 4 | Detroit Shock 3 | 3 | 1 ",
"source_sha256": "d9e174c9b477fe0f521fe4cecf77c7809d971c98420c3cb496aed7537dd1f7c5",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 27,
"doc_id": "11419",
"record": "data/records/wiki_opentable_dev/af9da540206dd2c48cafcef4ab5fa1366639b8a3.json",
"source_preview": "# 2007–08 FA Cup - Second Round Proper | Tie_no | Home_team | Score | Away_team | Attendance | | --- | --- | --- | --- | --- | | 1 | Oxford United | 0 – 0 | Southend United | 5163",
"source_sha256": "ee60ab5683d458cfb12f94e21fd05607dbe3ec60a3dd343da3c730dbbfac0e2b",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 28,
"doc_id": "11691",
"record": "data/records/wiki_opentable_dev/62e9f931c2cb79def39b12a0f08a925d84a434b4.json",
"source_preview": "# Henri Leconte - Singles finals 16 (9-7) | Outcome | Date_ | Championship | Surface | Opponent_in_the_final | Score_in_the_final | | --- | --- | --- | --- | --- | --- | | Winner ",
"source_sha256": "507c3c489994560bcce502103384f48052aee78d9044dcc315c9d70ef8b9b185",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 29,
"doc_id": "11694",
"record": "data/records/wiki_opentable_dev/55510153e139554334e7ab895c4b407022f6f205.json",
"source_preview": "# Henri Leconte - Doubles finals 19 (10-9) | Outcome | Date_ | Tournament | Surface | Partner | Opponents_in_the_final | Score_in_the_final | | --- | --- | --- | --- | --- | --- |",
"source_sha256": "287f3da1ff35fafb6e55b90f3b66c3a209ff2ce2f161050cac13718b6275e15b",
"run_counts": {
"legacy_full": 2,
"current": 2
}
},
{
"position": 30,
"doc_id": "11775",
"record": "data/records/wiki_opentable_dev/902f74a8f91ffd747261b3c774fa5b1dc3034b19.json",
"source_preview": "# Bo'ness and Kinneil Railway - Tanker wagons | Number_name | Description | Current_status | Livery | Date_ | | --- | --- | --- | --- | --- | | Scottish Tar Distillers No. 78 | Re",
"source_sha256": "504ddf91c4edfc8ac09b82ad07af3aced9b31873b45357f4752e1bc168a0b22a",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 31,
"doc_id": "1179",
"record": "data/records/wiki_opentable_dev/4f2b344c5268b61fb41f14c640aeaf89bb7ae6d7.json",
"source_preview": "# Santa Clara Unified School District - Schools | School_Name | City | Students | FTE_Teachers | Pupil_Teacher_Ratio | School_Level | Low_Grade | High_Grade | | --- | --- | --- | ",
"source_sha256": "ff50d4dfa43f4147b24cc588e28250c9f66e549e0385a7690679f7f375565940",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 32,
"doc_id": "11909",
"record": "data/records/wiki_opentable_dev/62aceee71454cece2ca8b85542e63d069e80b6e3.json",
"source_preview": "# 2007 Rugby World Cup squads - Pool B Japan(Reserve) | Player | Position_ | Date_of_Birth_Age | Caps | Club_province | | --- | --- | --- | --- | --- | | Takahiro Sugiura | Prop |",
"source_sha256": "5d4db3b9ad89ba318a05964148ca91c6406f50576fdde9f7832af2aa3ec86b57",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 33,
"doc_id": "11925",
"record": "data/records/wiki_opentable_dev/ddffd7d576f87f698ece7d0ddb4571592833223f.json",
"source_preview": "# 2007 Rugby World Cup squads - Pool D France | Player | Position_ | Date_of_Birth_Age | Caps | Club_province | | --- | --- | --- | --- | --- | | Pieter de Villiers | Prop | 3 Jul",
"source_sha256": "5b8d6c4f9af7a26fe76b7bf6c036558ec30298eea0a0647eb7c52f5dcdf1796c",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 34,
"doc_id": "11994",
"record": "data/records/wiki_opentable_dev/6f2d8ed98837365d060a7ac6181b3fa6bedfc4bb.json",
"source_preview": "# 1896 AHAC season - Final Standing | Team | Games_Played | Wins | Losses | Ties_ | Goals_For | Goals_Against | | --- | --- | --- | --- | --- | --- | --- | | Montreal Victorias | ",
"source_sha256": "ef5aef2eedf149e10b4bdbfca2a4bf7fc2759519e0ac4ab0c6d6a686a8245b7a",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 35,
"doc_id": "1205",
"record": "data/records/wiki_opentable_dev/b74e9cad775d997fc742b45e1ba7bd5295d63d13.json",
"source_preview": "# 1902 Michigan Wolverines football team - Michigan 86, Ohio State 0 | Player | Position_ | Starter | Touchdowns | Extra_points | Field_goals | Points | | --- | --- | --- | --- | ",
"source_sha256": "531f6e45e043be4c7beeda5fa7b7a7595a4c9d9e3bd9a07f15eaec8f1b9c6866",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 36,
"doc_id": "12055",
"record": "data/records/wiki_opentable_dev/30f42e40d647689202f50d9fcbdc86bb98b6b46f.json",
"source_preview": "# 2007–08 St. Louis Blues season - March | Date_ | Visitor | Score | Home | Decision | Attendance | Record | | --- | --- | --- | --- | --- | --- | --- | | March 18 | St. Louis | 4",
"source_sha256": "7ae67267ad0550df710c2de741d5cbd879b504d098e613f9dd7e2168a8e878f3",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 37,
"doc_id": "12175",
"record": "data/records/wiki_opentable_dev/f320fed6313f20ad887795e342c9c87a27f7113c.json",
"source_preview": "# List of census-designated places in New York - List of census-designated places in New York Census-designated places in New York | CDP_name | County | Pop_2010 | Land_sq_mi_ | W",
"source_sha256": "7824e918646b143cf888ad57de975b41fa03ea5d471fc205fa5bcf018b2ef99e",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 38,
"doc_id": "12248",
"record": "data/records/wiki_opentable_dev/7a060ea3b9f7369e1de5a920120ca692b44f5420.json",
"source_preview": "# Members of the 110th United States Congress - Overview Partisan mix of the House by state | State_ranked_in_partisan_order | Percentage_Democrats | Percentage_Republicans | Demo",
"source_sha256": "c5d7bea1629138e4bde87fef25d06dbcc63905adc5d302842563a356b957b87f",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 39,
"doc_id": "12249",
"record": "data/records/wiki_opentable_dev/475cfb4b858c7e947106d91ba422ce674ca8ebbf.json",
"source_preview": "# Members of the 110th United States Congress - Overview Partisan mix of the House by state | State_ranked_in_partisan_order | Percentage_Democrats | Percentage_Republicans | Demo",
"source_sha256": "2ec7c2c72d099c7229b524a399728d4dda9bfc1eacaf8fba3257268d0105171c",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 40,
"doc_id": "12250",
"record": "data/records/wiki_opentable_dev/c8b1582d85cc03d9f2f4ba2ef0d4c14ddad8fa3f.json",
"source_preview": "# Members of the 110th United States Congress - Overview Partisan mix of the House by state | State_ranked_in_partisan_order | Percentage_Democrats | Percentage_Republicans | Demo",
"source_sha256": "2789093d32d66700e08e4a242b8464cd625bd40c6b441d92c91f9369115777d0",
"run_counts": {
"legacy_full": 0,
"current": 0
}
},
{
"position": 41,
"doc_id": "12423",
"record": "data/records/wiki_opentable_dev/c465c4eac0ecad800f8e31f7e89be2acb440644c.json",
"source_preview": "# 1900 CAHL season - Final Standing | Team | Games_Played | Wins | Losses | Ties_ | Goals_For | Goals_Against | | --- | --- | --- | --- | --- | --- | --- | | Montreal Shamrocks | ",
"source_sha256": "6fa7d4dcd6e98376e7839eed3b68e36c5ee0e550d7d3c77cc3998a51aeac68e4",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 42,
"doc_id": "12436",
"record": "data/records/wiki_opentable_dev/ed01cca02118db5a9ac6c9ca434d36d8ca43f8ec.json",
"source_preview": "# New Zealand general election, 1931 - Result of the 24th election to the New Zealand House of Representatives | Party | Leader | Votes | Percentage | Seats | | --- | --- | --- | ",
"source_sha256": "dd209cea0beb878f8b799111b30529ce29b985813986ee7e5ac0c9c51e5879c3",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 43,
"doc_id": "12560",
"record": "data/records/wiki_opentable_dev/c8d73508967d925fe5e7674d3424b5bdafcfee77.json",
"source_preview": "# List of Great Central Railway locomotives and rolling stock - Industrial diesel shunters | Number_Name | Description | Livery | Owners | Date_ | | --- | --- | --- | --- | --- | ",
"source_sha256": "cf0e136e3e811ce37f69ea9bfb3dc028e70db05ca08619858ae8a018a9f2a7c7",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 44,
"doc_id": "12561",
"record": "data/records/wiki_opentable_dev/11ad37afdc57655ccb3c7ad4d3265e8fed4694ca.json",
"source_preview": "# List of Great Central Railway locomotives and rolling stock - Diesel & electric multiple units | Number_Name | Description | Livery | Owners | Date_ | | --- | --- | --- | --- | ",
"source_sha256": "5361828604f47d087cf254bc418fc8e89f54eacaf5bc8a24c33ecd159919dc29",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 45,
"doc_id": "12633",
"record": "data/records/wiki_opentable_dev/3223d8e2664545fc5ddcaebf7d9b96bccdcf929f.json",
"source_preview": "# Records of members of parliament of the United Kingdom - First World War | Rank_in_Military | Name_ | Born | Killed | Political_Party | MP_s_Seat | | --- | --- | --- | --- | ---",
"source_sha256": "e5942503c8cde89a1bac31b76c6cf6721fbd1d9f63c35e0aa1b0046fb6fd1d99",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 46,
"doc_id": "12634",
"record": "data/records/wiki_opentable_dev/21fb94dd6f38399a5a4f77a8e21c3ccaab68105f.json",
"source_preview": "# Records of members of parliament of the United Kingdom - First World War | Rank_in_Military | Name_ | Born | Killed | Political_Party | MP_s_Seat | | --- | --- | --- | --- | ---",
"source_sha256": "f85a35d020d0012002dd9ca5a68bd805ef06b87a36ea0d1aedcfe9107e9c900b",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 47,
"doc_id": "12653",
"record": "data/records/wiki_opentable_dev/fdc605ccd89910cda527b521658573b0270437ef.json",
"source_preview": "# Combined Scottish Universities (UK Parliament constituency) - Members of Parliament | Election | _1st_Member | _1st_Party | _2nd_Member | _2nd_Party | _3rd_Member | _3rd_Party |",
"source_sha256": "0e33d15c5ec38052fb02dcbf54e1f3b48dbf79696c2b81720526f7316b23ea4d",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 48,
"doc_id": "12680",
"record": "data/records/wiki_opentable_dev/d6ebd8503085e3ef21a2d85b8c87502e5f071bd7.json",
"source_preview": "# ANAPROF Clausura 2007 - Clausura 2007 standings | Place_Posición | Team_Equipo | Played_PJ | Won_PG | Draw_PE | Lost_PP | Goals_Scored_GF | Goals_Conceded_GC | _Dif_ | Points_Pt",
"source_sha256": "f8059d2286fc313ca5d45aa3fc01a5147636cfd8338aa5cbb6a9a9f55a2c1493",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 49,
"doc_id": "12681",
"record": "data/records/wiki_opentable_dev/6cdb0a3604adaf7dfa11ce6878a719e43fa4cfba.json",
"source_preview": "# ANAPROF Clausura 2007 - Clausura 2007 standings | Place_Posición | Team_Equipo | Played_PJ | Won_PG | Draw_PE | Lost_PP | Goals_Scored_GF | Goals_Conceded_GC | _Dif_ | Points_Pt",
"source_sha256": "e1db20d7f7a0279c50e3d99a2a8efa93783206ba0f5febb049fb84acb4abf09f",
"run_counts": {
"legacy_full": 0,
"current": 1
}
},
{
"position": 50,
"doc_id": "12954",
"record": "data/records/wiki_opentable_dev/caa3dc6ac401d877eb3bf4b79c86db1147b2ffd4.json",
"source_preview": "# Upstate South Carolina - Counties | County | Year_Founded | County_Seat | _2010_Census_Population | July_1_2012_Population_Estimate_ | Area_Sq_Mi_ | Land_Area_Sq_Mi_ | | --- | -",
"source_sha256": "af918bb15061e267734b7fc8d18c37205d110e2e175fdb08dc1c973040c12743",
"run_counts": {
"legacy_full": 1,
"current": 1
}
}
]
},
{
"id": "phantom_wiki",
"label": "PhantomWiki",
"n_docs": 50,
"runs": [
{
"id": "legacy_full",
"label": "Legacy full extraction - 50-doc subset",
"job": "teal_jicama_qxvpyf3jsd",
"schema": "legacy five-shape",
"status": "ready",
"quality": null,
"summary": {
"n_docs_seen": 5028,
"n_files_written": 9121,
"shapes_hash": "e4e4b79ee4f8f9fdda5d2c1f9c8e1807bea1e513ce1a9c3240c64686f66fa514",
"shape_summaries": [
{
"id": "tables",
"raw_id": "tabular_records",
"label": "Tables",
"description": "A CSV grid that normalizes any recurring record-with-attributes pattern in the document into a row-by-column table. The source need not itself be tabular -- the triggering condition is repetition: the document describes two or more instances of the same kind of record (matches, brackets, years, measurements, people, films, organizations, events, ...), each ascribed a recurring set of attributes. Sources span explicit tables, infoboxes, and bullet lists, but also flowing prose -- e.g. a paragraph naming five battles a general fought, a biography listing seven employers with dates, a section enumerating annual award winners. Emit one row per record; columns capture the attributes that recur across records. Skip attributes mentioned for only one record -- they are too sparse to warrant a column. The shape promotes scattered prose facts into a grid the agent can filter and join, even when no grid existed in the source.",
"n_files": 41
},
{
"id": "knowledge_graphs",
"raw_id": "relation_graphs_and_mappings",
"label": "Knowledge graphs",
"description": "Artifacts whose main value is explicit links among entities: triples, affiliations, succession, memberships, adaptations, ownership, cast-role mappings, collaborations, reverse relation lookups, and tupleized fact maps (mini knowledge graphs).",
"n_files": 4788
},
{
"id": "claims",
"raw_id": "claim_and_theme_summaries",
"label": "Claims",
"description": "Curated claim bundles, thematic summaries, interpretations, notable facts, findings, reception notes, and asserted-property/standout-fact classifications that group entities by a claim rather than by full attribute coverage.",
"n_files": 4292
},
{
"id": "timelines",
"raw_id": "chronology_and_timeline_indexes",
"label": "Timelines",
"description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.",
"n_files": 0
},
{
"id": "legacy_qa_shortcuts",
"raw_id": "qa_shortcuts_and_templates",
"label": "Legacy QA shortcuts",
"description": "Prepared QA pairs, answer snippets, routing hints, likely query patterns, and reusable answer templates meant for direct factual retrieval. Includes both general shortcut sets and explicit question-answer pair artifacts.",
"n_files": 0
}
],
"validation_metrics": null
}
},
{
"id": "current",
"label": "Current schema-v3 extraction",
"job": "mango_avocado_7qnv0vlf46",
"schema": "3",
"status": "ready",
"quality": {
"all_keep": true,
"by_decision": {},
"by_shape": {},
"failed_artifacts_dir": "/mnt/azureml/cr/j/8c4afcb852d34b339ce41e441e0984df/cap/data-capability/wd/failed_artifacts",
"failures_file": "/mnt/azureml/cr/j/8c4afcb852d34b339ce41e441e0984df/cap/data-capability/wd/failures/failures",
"final_audit_decisions": {
"keep": 50
},
"final_audit_issue_counts": {},
"final_scaffold_files": 50,
"round_reports": [
{
"dataset": "phantom_wiki",
"extracted_file": "extracted.jsonl",
"max_completion_tokens": 16384,
"max_validation_retries": 4,
"model": "prod-gpt-54-reasoning",
"preparation": {
"manifest_rows": 0,
"requested_documents": 0,
"requested_work_items": 0,
"selected_documents": 0,
"shape_counts": {}
},
"reasoning_effort": "medium",
"recovery": {
"requested": 0,
"retry_success": 0,
"success": 0,
"unresolved": 0,
"unresolved_reasons": {}
},
"scaffolds_dir": "scaffolds_dir",
"shape_ids": [],
"unresolved_file": "unresolved.jsonl"
},
{
"dataset": "phantom_wiki",
"extracted_file": "extracted.jsonl",
"max_completion_tokens": 16384,
"max_validation_retries": 4,
"model": "prod-gpt-54-reasoning",
"preparation": {
"manifest_rows": 0,
"requested_documents": 0,
"requested_work_items": 0,
"selected_documents": 0,
"shape_counts": {}
},
"reasoning_effort": "medium",
"recovery": {
"requested": 0,
"retry_success": 0,
"success": 0,
"unresolved": 0,
"unresolved_reasons": {}
},
"scaffolds_dir": "scaffolds_dir",
"shape_ids": [],
"unresolved_file": "unresolved.jsonl"
}
],
"total_failures": 0
},
"summary": {
"n_docs_seen": 50,
"n_files_written": 50,
"shapes_hash": "a79c6919231775b290a7f1ebce575a50899c19d97a73153a783651132c0b2be4",
"shape_summaries": [
{
"id": "tables",
"raw_id": "tables",
"label": "Tables",
"description": "A CSV grid that normalizes any recurring record-with-attributes pattern in the document into a row-by-column table. The source need not itself be tabular -- the triggering condition is repetition: the document describes two or more instances of the same kind of record (matches, brackets, years, measurements, people, films, organizations, events, ...), each ascribed a recurring set of attributes. Sources span explicit tables, infoboxes, and bullet lists, but also flowing prose -- e.g. a paragraph naming five battles a general fought, a biography listing seven employers with dates, a section enumerating annual award winners. Emit one row per record; columns capture the attributes that recur across records. Skip attributes mentioned for only one record -- they are too sparse to warrant a column. The shape promotes scattered prose facts into a grid the agent can filter and join, even when no grid existed in the source.",
"n_files": 0
},
{
"id": "knowledge_graphs",
"raw_id": "knowledge_graphs",
"label": "Knowledge graphs",
"description": "Flat subject-predicate-object records for grounded factual relationships and properties. The head identifies the subject entity, the relation names a reusable predicate, and the tail is another entity or a literal value such as a date, quantity, category, role, title, status, or location. Suitable facts include affiliations, memberships, ownership, authorship, employment, succession, adaptations, participation, classifications, and other explicit entity-property-value statements.",
"n_files": 50
},
{
"id": "claims",
"raw_id": "claims",
"label": "Claims",
"description": "Grounded natural-language assertions whose meaning is better preserved as a complete statement than as a subject-predicate-object record. Suitable content includes interpretations, thematic conclusions, reported findings, reception, significance, arguments, and conclusions whose attribution, uncertainty, negation, comparison, causality, or scope matters.",
"n_files": 0
},
{
"id": "timelines",
"raw_id": "timelines",
"label": "Timelines",
"description": "Date-ordered artifacts: timelines, year-by-year tables, season/release sequences, tenure chains, chronologies, time-keyed history structures, and time-ordered lists of works, projects, or events used to recover dates, sequence, first/second order, and historical progression.",
"n_files": 0
}
],
"validation_metrics": {
"by_dataset": {
"phantom_wiki": {
"validation_success": 50
}
},
"by_shape": {
"knowledge_graphs": {
"validation_success": 50
}
},
"join_validation_failed": 0,
"records": 50,
"validation_empty": 0,
"validation_failed": 0,
"validation_retry_success": 0,
"validation_success": 50
}
}
}
],
"records": [
{
"position": 1,
"doc_id": "Aaron Beery",
"record": "data/records/phantom_wiki/5cdabad75144a9999ee2bf6dc65bfa770cf64510.json",
"source_preview": "# Aaron Beery ## Family The sons of Aaron Beery are Bret Beery, Eric Beery. The daughters of Aaron Beery are Antonia Beery, Patti Nevels. The wife of Aaron Beery is Helga Beery. ",
"source_sha256": "1db4e63576fa95b9f2115b291a0125750f461696e99091ecaf1c643a4af893a3",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 2,
"doc_id": "Aaron Boatman",
"record": "data/records/phantom_wiki/641cfd5c570f940f36fb804a7276fe84411926e6.json",
"source_preview": "# Aaron Boatman ## Family The daughter of Aaron Boatman is Genny Boatman. The wife of Aaron Boatman is Lue Boatman. ## Friends ## Attributes The date of birth of Aaron Boatman ",
"source_sha256": "ada6e5d735720316fd4cdc0150bc3bc841a79040a4357aad96fba20524807150",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 3,
"doc_id": "Aaron Fine",
"record": "data/records/phantom_wiki/00c1d602ddf54fbc093caa11fe9f23aac668ab85.json",
"source_preview": "# Aaron Fine ## Family The daughter of Aaron Fine is Aurelia Fine. The wife of Aaron Fine is Claudine Fine. ## Friends The friends of Aaron Fine are Zella Struck, Krystal Kitts, ",
"source_sha256": "23c739245688e5f859bd4ddb24cce1eb1335b872f352abba59b2de4d2d3f013c",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 4,
"doc_id": "Aaron Ketcham",
"record": "data/records/phantom_wiki/bb2ce5197097843df1573fb3202e626528166a2f.json",
"source_preview": "# Aaron Ketcham ## Family The sister of Aaron Ketcham is Katerine Zinn. The mother of Aaron Ketcham is Machelle Ketcham. The father of Aaron Ketcham is Walter Ketcham. ## Friends",
"source_sha256": "5389c8b2e365c26353f6d29d89c57f88790441125add24465229630721ad6405",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 5,
"doc_id": "Aaron Wilt",
"record": "data/records/phantom_wiki/e8360d67effef0925b1f2ecf550bb6833604b52f.json",
"source_preview": "# Aaron Wilt ## Family The brothers of Aaron Wilt are Jamie Wilt, Rocky Wilt. The mother of Aaron Wilt is Lucretia Wilt. The father of Aaron Wilt is Erick Wilt. ## Friends The fr",
"source_sha256": "db11eb35b653b322e6a1d5022e3d5f23f445d241c3000de055c09b6c9ee0fe09",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 6,
"doc_id": "Abbey Coffee",
"record": "data/records/phantom_wiki/35223dae486ac56218a617df200eaa3853b01fc4.json",
"source_preview": "# Abbey Coffee ## Family The sisters of Abbey Coffee are Candy Landeros, Elvie Coffee. The brother of Abbey Coffee is Shon Coffee. The mother of Abbey Coffee is Corinne Coffee. Th",
"source_sha256": "4896ed34995928c977bdae20c428151a886a7026926e1f58910c88dfe1f768ee",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 7,
"doc_id": "Abbey Tamez",
"record": "data/records/phantom_wiki/e785e2a3cfb9e9d2c2446c24c3d8a69172df53ee.json",
"source_preview": "# Abbey Tamez ## Family The daughter of Abbey Tamez is Annita Godin. The husband of Abbey Tamez is Saul Tamez. ## Friends The friend of Abbey Tamez is Katelyn Coffee. ## Attribu",
"source_sha256": "d842ef1da17216a389afb8c1d640a5a3a3af219810e12ced214fc89bf39fa685",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 8,
"doc_id": "Abbey Zinn",
"record": "data/records/phantom_wiki/47a0a31b3eb69ad1d39969eb39b8aafc4fb3ab9c.json",
"source_preview": "# Abbey Zinn ## Family The mother of Abbey Zinn is Patricia Zinn. The father of Abbey Zinn is Gordon Zinn. ## Friends The friends of Abbey Zinn are Xiomara Rankin, Harvey Quan, A",
"source_sha256": "ef2d140a206f85708cdb1a73d7aeaa5aba9d33790a679b6f09f984be456837d1",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 9,
"doc_id": "Abdul Cao",
"record": "data/records/phantom_wiki/3f3b1c3a44e266da7297ed7250b1016dd95d50c6.json",
"source_preview": "# Abdul Cao ## Family The sisters of Abdul Cao are Cleo Bentley, Elfriede Cao. The mother of Abdul Cao is Barb Cao. The father of Abdul Cao is Pedro Cao. The son of Abdul Cao is K",
"source_sha256": "f7ffa1dac976c5f70e1025cb057939480b01803e19dfd9acd9885f0529f29708",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 10,
"doc_id": "Abdul Grimes",
"record": "data/records/phantom_wiki/576d15502c24ce612326930d8f8d34ffd4caa7bf.json",
"source_preview": "# Abdul Grimes ## Family The son of Abdul Grimes is Al Grimes. The daughter of Abdul Grimes is Tiffiny Grimes. The wife of Abdul Grimes is Norma Grimes. ## Friends The friends of",
"source_sha256": "5a5078cfbf180105f4f1f3779701e33843a7e67876120d15ab9068bf8edd1596",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 11,
"doc_id": "Abdul Kuykendall",
"record": "data/records/phantom_wiki/52d4a36e2ad3acd00265725f7cce3aa0f2bc17e3.json",
"source_preview": "# Abdul Kuykendall ## Family The sister of Abdul Kuykendall is Margarite Cureton. The brother of Abdul Kuykendall is Kenny Kuykendall. The mother of Abdul Kuykendall is Zenobia Ku",
"source_sha256": "83d9b7e920cb77e5150350c4872df5d06e582108dd5e446cc2c12ce2ff542dbe",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 12,
"doc_id": "Abdul Mumford",
"record": "data/records/phantom_wiki/0aebe2d4443ba6317a105c6a53c4f0de78db940f.json",
"source_preview": "# Abdul Mumford ## Family The mother of Abdul Mumford is Victoria Mumford. The father of Abdul Mumford is Herschel Mumford. ## Friends The friends of Abdul Mumford are Ivette Lan",
"source_sha256": "797f47dce94f699fd2e3a07dd74d84837b77e8a01ccd79b1d423a56c3d4672e6",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 13,
"doc_id": "Abe Hartman",
"record": "data/records/phantom_wiki/bdcb9c6cc9c5bb257fbfcf84442b1c3c9762de0c.json",
"source_preview": "# Abe Hartman ## Family The mother of Abe Hartman is Rosie Hartman. The father of Abe Hartman is Gavin Hartman. The son of Abe Hartman is Don Hartman. The wife of Abe Hartman is B",
"source_sha256": "6f5fbe2851793d78d3d009c4596e0b9f1ed1601ccc40e0ea8c57f73651caf1ab",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 14,
"doc_id": "Abe Keeling",
"record": "data/records/phantom_wiki/3991b033782adf8bddf7b3bca7ba1a1b8ca25770.json",
"source_preview": "# Abe Keeling ## Family The sister of Abe Keeling is Deloris Pinto. The mother of Abe Keeling is Janey Keeling. The father of Abe Keeling is Freddy Keeling. The son of Abe Keeling",
"source_sha256": "780c26e6d819a4807e256f95b46716c83cfa38e7e092e8f137c28e8354481d11",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 15,
"doc_id": "Abe Obryan",
"record": "data/records/phantom_wiki/82efcb17ac622310c29c795e921def821263131c.json",
"source_preview": "# Abe Obryan ## Family The sister of Abe Obryan is Kerry Obryan. The mother of Abe Obryan is Kristi Obryan. The father of Abe Obryan is Deon Obryan. ## Friends The friends of Abe",
"source_sha256": "310dfd67bf03828ed844870f6c9806d78b0a87bb28772dcb6dd14b3cc31c10d9",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 16,
"doc_id": "Abe Ogburn",
"record": "data/records/phantom_wiki/83320f01af8860519d520ee16ba577bc37c1cd67.json",
"source_preview": "# Abe Ogburn ## Family The brother of Abe Ogburn is Sterling Ogburn. The mother of Abe Ogburn is Sarita Ogburn. The father of Abe Ogburn is Willie Ogburn. The son of Abe Ogburn is",
"source_sha256": "eef0a66e899ab535c162d68673682ce591d8dac8e917e33f02201176bcbb21e0",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 17,
"doc_id": "Abe Peoples",
"record": "data/records/phantom_wiki/7689209ee6637419e6c8a722a5facdcbefdf5c72.json",
"source_preview": "# Abe Peoples ## Family The brother of Abe Peoples is Cedrick Peoples. The mother of Abe Peoples is Tresa Peoples. The father of Abe Peoples is Charley Peoples. ## Friends The fr",
"source_sha256": "47ba6ecc32ded7d9c564a3fd6eceede70a551d3933a345f368fa15f721aeaca7",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 18,
"doc_id": "Abel Clayton",
"record": "data/records/phantom_wiki/3e0f9f29b7392bdc5c9c18f09ed5477beb7500f3.json",
"source_preview": "# Abel Clayton ## Family The sister of Abel Clayton is Shelly Clayton. The mother of Abel Clayton is Sha Clayton. The father of Abel Clayton is Wayne Clayton. The son of Abel Clay",
"source_sha256": "d0ac5a4209555bdcb10c4dd7122c9618c29e3f087cacf718a39443e71f7f35b0",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 19,
"doc_id": "Abel Parrish",
"record": "data/records/phantom_wiki/ddbf49c1776d5a6ea8cc616b477afb57c8cd2e32.json",
"source_preview": "# Abel Parrish ## Family The mother of Abel Parrish is Alysa Parrish. The father of Abel Parrish is Lonnie Parrish. The daughter of Abel Parrish is Sona Parrish. The wife of Abel ",
"source_sha256": "7282b928f93776b5ee35778b523dcf0a3b0d2718139dd49878f8252acf68124d",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 20,
"doc_id": "Abel Sampson",
"record": "data/records/phantom_wiki/69f35d63bca52d19fe61bb39ccdb8d576f818733.json",
"source_preview": "# Abel Sampson ## Family The mother of Abel Sampson is Merry Sampson. The father of Abel Sampson is Javier Sampson. The sons of Abel Sampson are Bradly Sampson, Joey Sampson. The ",
"source_sha256": "d63fcb270dff97ca8dffc2e67f6d1955b2e6d6dde174311121c696bdc73943d4",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 21,
"doc_id": "Abraham Gainey",
"record": "data/records/phantom_wiki/ee5f233c018a5f1d12f5ba5fd863341a9b1d72c0.json",
"source_preview": "# Abraham Gainey ## Family The sons of Abraham Gainey are Brad Gainey, Dustin Gainey, Neil Gainey. The wife of Abraham Gainey is Michaela Gainey. ## Friends The friends of Abraha",
"source_sha256": "b62ceaae37c35ef54a2c34af7cf1835b2895dd50613e9c166feaa8d436cf18b2",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 22,
"doc_id": "Abraham Minton",
"record": "data/records/phantom_wiki/42a296847da957e824995becbed4e2afee9b57b9.json",
"source_preview": "# Abraham Minton ## Family The sister of Abraham Minton is Addie Minton. The brother of Abraham Minton is Elliot Minton. The mother of Abraham Minton is Elicia Minton. The father ",
"source_sha256": "d27eaf86d9dbda897e3f6fc89e9a98aa0ed166ea78cf0fe180a17e4024fdfb19",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 23,
"doc_id": "Abraham Pagan",
"record": "data/records/phantom_wiki/1fec45304488d42e9fe4a2aafecf9733bcc112c2.json",
"source_preview": "# Abraham Pagan ## Family The mother of Abraham Pagan is Rae Pagan. The father of Abraham Pagan is Normand Pagan. The daughter of Abraham Pagan is Daniele Cassidy. The wife of Abr",
"source_sha256": "295da2e268a2f85ccf39e2719d955a39009bef45513c272da776f1194ef30bdc",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 24,
"doc_id": "Adah Gordy",
"record": "data/records/phantom_wiki/4d6d1b810e32f3da5fdf75a933c7afd902a229f7.json",
"source_preview": "# Adah Gordy ## Family The sister of Adah Gordy is Dinah Paniagua. The brother of Adah Gordy is Gene Lugo. The mother of Adah Gordy is Janiece Lugo. The father of Adah Gordy is Ma",
"source_sha256": "da690a0c7f5a74b3e06ec5c37bc1d160b713218943ff6b1677e6a8603d5ff897",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 25,
"doc_id": "Adah Hudgens",
"record": "data/records/phantom_wiki/49ebba0a997954523d47fcb1bca148a52cdf730f.json",
"source_preview": "# Adah Hudgens ## Family The sons of Adah Hudgens are Amos Hudgens, Jamie Hudgens. The husband of Adah Hudgens is Erik Hudgens. ## Friends The friends of Adah Hudgens are Timothy",
"source_sha256": "a35d24f1d74c36db364f6e9d8c84e046a1e35b81e0dccb60a9b84b1b7b01855c",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 26,
"doc_id": "Adalberto Caesar",
"record": "data/records/phantom_wiki/6fe8ca126d9327e36580b58b468fa1f8bea6ad07.json",
"source_preview": "# Adalberto Caesar ## Family The mother of Adalberto Caesar is Annette Caesar. The father of Adalberto Caesar is Vernon Caesar. ## Friends The friends of Adalberto Caesar are Eli",
"source_sha256": "26fdfdf53211078cc3b172ccbaefee8e248da5c99b735a02df9ba05f94a5127f",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 27,
"doc_id": "Adalberto Huss",
"record": "data/records/phantom_wiki/2e65ee8c81cfbcd6bca1e24485219872c58a5a76.json",
"source_preview": "# Adalberto Huss ## Family The mother of Adalberto Huss is Consuelo Huss. The father of Adalberto Huss is Clint Huss. The son of Adalberto Huss is Chad Huss. The daughters of Adal",
"source_sha256": "80d8fb49feaec0987d4ea20601222e6640253050f0d0b10d185991fa92302619",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 28,
"doc_id": "Adam Mcleod",
"record": "data/records/phantom_wiki/43bea360a65d09641820185d7bbe9057ee84e3de.json",
"source_preview": "# Adam Mcleod ## Family The mother of Adam Mcleod is Sarita Mcleod. The father of Adam Mcleod is Laurence Mcleod. The daughters of Adam Mcleod are Holley Ripley, Patti Mcleod. The",
"source_sha256": "e73e413e9db383a0a69de802e006464ff277742b4f40d9d711676b247c6f5ba4",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 29,
"doc_id": "Adam Meister",
"record": "data/records/phantom_wiki/342699e4439ed46f1935520c6615de3924f1a9f9.json",
"source_preview": "# Adam Meister ## Family The mother of Adam Meister is Trina Meister. The father of Adam Meister is Lonny Meister. The son of Adam Meister is Roger Meister. The daughter of Adam M",
"source_sha256": "26e76f20c768d3f6878ab840fdbb9e30c8fe91fd74508ce599dace3e41689a9e",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 30,
"doc_id": "Adam Parker",
"record": "data/records/phantom_wiki/cad255eb69612357c5284db2bd0a5d9d4c3c705d.json",
"source_preview": "# Adam Parker ## Family The son of Adam Parker is Damian Parker. The wife of Adam Parker is Barb Parker. ## Friends The friend of Adam Parker is Nicky Stuckey. ## Attributes The",
"source_sha256": "a18c1ab436459fceb80528aafd2ebbbce71ad795dc82401bcbc343e05fad5154",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 31,
"doc_id": "Adam Volz",
"record": "data/records/phantom_wiki/4712303420326c797d0c0b674625944639e48980.json",
"source_preview": "# Adam Volz ## Family The mother of Adam Volz is Odessa Volz. The father of Adam Volz is Jon Volz. The son of Adam Volz is Ernesto Volz. The wife of Adam Volz is Daphne Volz. ## ",
"source_sha256": "6bb16f2b4e9b974a905d77036a382cb2b135e6e34172d95da7a7acea15511b61",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 32,
"doc_id": "Addie Minton",
"record": "data/records/phantom_wiki/5051084bc1fae2e96c4a5b6c84de926b299eef71.json",
"source_preview": "# Addie Minton ## Family The brothers of Addie Minton are Abraham Minton, Elliot Minton. The mother of Addie Minton is Elicia Minton. The father of Addie Minton is Bradley Minton.",
"source_sha256": "4db6d8db82f556bbd1399b7eb75366881b1180a2e5f4183c8d4650d6fe5a67e1",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 33,
"doc_id": "Addie Monte",
"record": "data/records/phantom_wiki/f32c4a2822ba1e6e6403eafefed2fe4a6dd5b125.json",
"source_preview": "# Addie Monte ## Family The daughter of Addie Monte is Lori Riedel. The husband of Addie Monte is Brendon Monte. ## Friends The friends of Addie Monte are Kari Keys, Cherise Goet",
"source_sha256": "60acff36f77fed4ec9ffb2a91ca1ddc60e8d039440e1caa65d509e0a237fb7c0",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 34,
"doc_id": "Addie Wilkie",
"record": "data/records/phantom_wiki/d6ec758ae929d0c1d18cba1614c77d537b51e175.json",
"source_preview": "# Addie Wilkie ## Family The mother of Addie Wilkie is Joline Wilkie. The father of Addie Wilkie is Manuel Wilkie. ## Friends The friends of Addie Wilkie are Clair Askew, Kimiko ",
"source_sha256": "f6f3c86259847889a013fb0940859d73ddfaa76765e5bfa49e2dfe90ad3f9151",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 35,
"doc_id": "Addie Xiong",
"record": "data/records/phantom_wiki/ec19fef45dad13a6539bd7dd1de4473e5c77cef8.json",
"source_preview": "# Addie Xiong ## Family The son of Addie Xiong is Maxwell Xiong. The husband of Addie Xiong is Kenneth Xiong. ## Friends ## Attributes The date of birth of Addie Xiong is 0946-",
"source_sha256": "392602447a78f40791981b9012baf150e45fdb24933703108ac004e29e97c7f6",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 36,
"doc_id": "Adela Albanese",
"record": "data/records/phantom_wiki/e69d25def334dbf162ad325b890f36542e67f9ad.json",
"source_preview": "# Adela Albanese ## Family The son of Adela Albanese is Aldo Albanese. The daughter of Adela Albanese is Alexandra Albanese. The husband of Adela Albanese is Armando Albanese. ##",
"source_sha256": "c0578642054011c872751d987ff6d29bd3ad51d43e6244d36995d6fbe6c8c6b1",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 37,
"doc_id": "Adela Sweat",
"record": "data/records/phantom_wiki/b3e47efae0a7ac99709b9a8d1bcc2c81fc0c1941.json",
"source_preview": "# Adela Sweat ## Family The daughter of Adela Sweat is Evelia Edge. The husband of Adela Sweat is Rickey Sweat. ## Friends The friends of Adela Sweat are Joann Hetrick, Antionett",
"source_sha256": "c23cce266b1bf828b4767f650ef4a274da09385e0dfe5b544e7bcaef6e3dc16d",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 38,
"doc_id": "Adelaida Bricker",
"record": "data/records/phantom_wiki/94327e43df7cf6a150d8c1bc4bf1f4274c44e396.json",
"source_preview": "# Adelaida Bricker ## Family The daughter of Adelaida Bricker is Debbie Newman. The husband of Adelaida Bricker is Riley Bricker. ## Friends The friends of Adelaida Bricker are P",
"source_sha256": "fa77e022dbf79a359e3d691aa187c91d22b6ff217c45fac557570fae7718e753",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 39,
"doc_id": "Adelaida Estrella",
"record": "data/records/phantom_wiki/ce7be66ffc6bfa96cfc2e107c305370df15e9aef.json",
"source_preview": "# Adelaida Estrella ## Family The mother of Adelaida Estrella is Nydia Wellman. The father of Adelaida Estrella is Jack Wellman. The son of Adelaida Estrella is Brian Estrella. Th",
"source_sha256": "4d5aa78929efa4ac63ea1f4159add775486e4bd7d74f31a337e5ba708fedd230",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 40,
"doc_id": "Adelaida Kelly",
"record": "data/records/phantom_wiki/9d4979be7fd4c2a9785d823960021d7be1d8028b.json",
"source_preview": "# Adelaida Kelly ## Family The mother of Adelaida Kelly is Shirley Tomlinson. The father of Adelaida Kelly is Grady Tomlinson. The sons of Adelaida Kelly are Antwan Kelly, Tristan",
"source_sha256": "e97a680cc182d3ca97a360698d6ea4a085a61411cf3504098e8f916ee991fa7b",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 41,
"doc_id": "Adelaida Ricketts",
"record": "data/records/phantom_wiki/589839f4f3cda59bd78ef91f1864fe7c64358167.json",
"source_preview": "# Adelaida Ricketts ## Family The son of Adelaida Ricketts is Kory Ricketts. The daughter of Adelaida Ricketts is Lora Ricketts. The husband of Adelaida Ricketts is Dennis Rickett",
"source_sha256": "b6a75d429e3a1188d804b61abb82ed05fd2c2ea49a727cbe9de111131553fc18",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 42,
"doc_id": "Adele Constant",
"record": "data/records/phantom_wiki/d73582fb98bfd120f8061f090f26af862e9d6291.json",
"source_preview": "# Adele Constant ## Family The daughter of Adele Constant is Audry Trevino. The husband of Adele Constant is Jerry Constant. ## Friends The friend of Adele Constant is Sydney Rud",
"source_sha256": "39a1706ca94f3d664afdf5a5a15d6c215ae5af6f215d2eec5f6ad8445b3ffb2f",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 43,
"doc_id": "Adelina Spivey",
"record": "data/records/phantom_wiki/580729e533c92d8e4788caef80523dabf3b6dbe7.json",
"source_preview": "# Adelina Spivey ## Family The daughter of Adelina Spivey is Brenda Callender. The husband of Adelina Spivey is Tommy Spivey. ## Friends The friends of Adelina Spivey are Vilma N",
"source_sha256": "a7e1937bf2b32d91fae4c92535bb6dfd16b6ba8b8f6e8dd8373b9607e6e24b3b",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 44,
"doc_id": "Adell Riedel",
"record": "data/records/phantom_wiki/223ecdeca98b117bcc2dc7f0e0ea76531aacb926.json",
"source_preview": "# Adell Riedel ## Family The sister of Adell Riedel is Claudie Riedel. The mother of Adell Riedel is Anna Riedel. The father of Adell Riedel is Clair Riedel. ## Friends The frien",
"source_sha256": "3cebc0e0d962116ffafe387d679c59fad91d978be5f6a0576048c899764c229c",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 45,
"doc_id": "Adella Board",
"record": "data/records/phantom_wiki/fac1e3aa67e052bba366d5227111512c2b5aca0e.json",
"source_preview": "# Adella Board ## Family The sons of Adella Board are Odis Board, Winston Board. The daughter of Adella Board is Deanne Board. The husband of Adella Board is Franklin Board. ## F",
"source_sha256": "1aa5da2a43e67f4dc02834de433c811f9d56ce071a2c9932ee2ed6c7ad5e2696",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 46,
"doc_id": "Adella Cosgrove",
"record": "data/records/phantom_wiki/c0d3db0584385762762367fa363e530fe60cb749.json",
"source_preview": "# Adella Cosgrove ## Family The mother of Adella Cosgrove is Genesis Fannin. The father of Adella Cosgrove is Walter Fannin. The son of Adella Cosgrove is Spencer Cosgrove. The hu",
"source_sha256": "ef4704620a23f3489a3f0802a3f07517bc58c1fff6bde601c0e0e88ff23d58df",
"run_counts": {
"legacy_full": 1,
"current": 1
}
},
{
"position": 47,
"doc_id": "Adella Duran",
"record": "data/records/phantom_wiki/cfa63805f8467365adc96616de086fcf3e98dd34.json",
"source_preview": "# Adella Duran ## Family The brothers of Adella Duran are Alphonso Page, Forest Page, Kyle Page, Michael Page. The mother of Adella Duran is Beatriz Page. The father of Adella Dur",
"source_sha256": "6703cf958eb887448196afd4901247302d0d9c1b9a0130a7bbb0c45d18358a8d",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 48,
"doc_id": "Adella Gaytan",
"record": "data/records/phantom_wiki/8a3ed1729903523c21010fd16b2e218802aa2848.json",
"source_preview": "# Adella Gaytan ## Family The son of Adella Gaytan is Wilbur Gaytan. The husband of Adella Gaytan is Bradford Gaytan. ## Friends The friends of Adella Gaytan are Ellen Nesbit, Ro",
"source_sha256": "89d153b35bd8a21276b85c6d05f1137f643e2e6e02867575d1b5bf079d1ea34c",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 49,
"doc_id": "Adella Newcomb",
"record": "data/records/phantom_wiki/924b184b0b12d7a636db9a10f95c08eb236ce018.json",
"source_preview": "# Adella Newcomb ## Family The son of Adella Newcomb is Jim Newcomb. The husband of Adella Newcomb is Jefferson Newcomb. ## Friends The friends of Adella Newcomb are Damian Sherw",
"source_sha256": "a5d6721f0d818a68ac7f70262a248c7685a710a60835a35e387ab77eca9a1c1f",
"run_counts": {
"legacy_full": 2,
"current": 1
}
},
{
"position": 50,
"doc_id": "Adella Omalley",
"record": "data/records/phantom_wiki/5b9a11b0558e7b86d11c3e4a221af5f63a54ce8a.json",
"source_preview": "# Adella Omalley ## Family The sister of Adella Omalley is Magdalene Perkins. The mother of Adella Omalley is Minerva Lupo. The father of Adella Omalley is Leroy Lupo. The son of ",
"source_sha256": "cff2276c597c75f1c65368ba442e94424d581c35494ee46a20173362d3be6568",
"run_counts": {
"legacy_full": 2,
"current": 1
}
}
]
}
]
}
|