1
0

updating coref-resolution tree depth

This commit is contained in:
Matthew Gaughan 2025-04-15 09:01:50 -07:00
parent ca4c35153e
commit 1c6fc80b66
4 changed files with 1615 additions and 9 deletions

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 96, "execution_count": 1,
"id": "ba9e5acd-e17d-4318-9272-04c9f6706186", "id": "ba9e5acd-e17d-4318-9272-04c9f6706186",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -141,9 +141,9 @@
"task_phab_df['is_migrated'] = task_phab_df['conversation_id'].isin(migrated_conversation_ids)\n", "task_phab_df['is_migrated'] = task_phab_df['conversation_id'].isin(migrated_conversation_ids)\n",
"mid_comment_phab_df['is_migrated'] = mid_comment_phab_df['conversation_id'].isin(migrated_conversation_ids)\n", "mid_comment_phab_df['is_migrated'] = mid_comment_phab_df['conversation_id'].isin(migrated_conversation_ids)\n",
"\n", "\n",
"comment_phab_df = mid_comment_phab_df[(mid_comment_phab_df['is_relevant'] == True) & (mid_comment_phab_df['is_migrated'] != True)]\n", "#comment_phab_df = mid_comment_phab_df[(mid_comment_phab_df['is_relevant'] == True) & (mid_comment_phab_df['is_migrated'] != True)]\n",
"task_phab_df = task_phab_df[(task_phab_df['is_relevant'] == True) & (task_phab_df['is_migrated'] != True)]\n", "#task_phab_df = task_phab_df[(task_phab_df['is_relevant'] == True) & (task_phab_df['is_migrated'] != True)]\n",
"#comment_phab_df = mid_comment_phab_df" "comment_phab_df = mid_comment_phab_df"
] ]
}, },
{ {

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 96, "execution_count": 1,
"id": "ba9e5acd-e17d-4318-9272-04c9f6706186", "id": "ba9e5acd-e17d-4318-9272-04c9f6706186",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -141,9 +141,9 @@
"task_phab_df['is_migrated'] = task_phab_df['conversation_id'].isin(migrated_conversation_ids)\n", "task_phab_df['is_migrated'] = task_phab_df['conversation_id'].isin(migrated_conversation_ids)\n",
"mid_comment_phab_df['is_migrated'] = mid_comment_phab_df['conversation_id'].isin(migrated_conversation_ids)\n", "mid_comment_phab_df['is_migrated'] = mid_comment_phab_df['conversation_id'].isin(migrated_conversation_ids)\n",
"\n", "\n",
"comment_phab_df = mid_comment_phab_df[(mid_comment_phab_df['is_relevant'] == True) & (mid_comment_phab_df['is_migrated'] != True)]\n", "#comment_phab_df = mid_comment_phab_df[(mid_comment_phab_df['is_relevant'] == True) & (mid_comment_phab_df['is_migrated'] != True)]\n",
"task_phab_df = task_phab_df[(task_phab_df['is_relevant'] == True) & (task_phab_df['is_migrated'] != True)]\n", "#task_phab_df = task_phab_df[(task_phab_df['is_relevant'] == True) & (task_phab_df['is_migrated'] != True)]\n",
"#comment_phab_df = mid_comment_phab_df" "comment_phab_df = mid_comment_phab_df"
] ]
}, },
{ {
@ -987,7 +987,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.12" "version": "3.9.18"
} }
}, },
"nbformat": 4, "nbformat": 4,

File diff suppressed because one or more lines are too long